Well, for the font issue...
I've created font with fonteditor, font is arial, size 22, texture 256x256 ,
saved both font and matrics and then put this line in prog :

GLXFont1.LoadFont('GUIGraphics\Fonts\Arial.tga');

now, I can see the font, that part is ok, but when I exit from the prog
the message is 'Access violation 0493204032......' .
when i comment that line there is no message, so you dont have to use that font in prog but if you load that font (i guess other fonts as well) you
will receive that error when you exit from app.
Maybe i'm doing something wrong somewhere or maybe its hardware related or something :shock:

Tokter, really nice editor, good stuff, for now only thing i've noticed is that caption for the checkboxes is not working (didnt tried radio buttons).
btw, how can i change caption for the label (or anything else with caption) from the code if i'm using gui from guieditor?