Quote Originally Posted by djonatan
How can I select a line in listbox ?
It's not possible to do that, it was more suposed to work as an non-editable memo. But it's possible to add the function

Quote Originally Posted by djonatan
In edit control , delete key and cursors are not functional.
That's because i forgot to assign an event:

MainForm.OnKeyDown :=Engine.KeyDown;

Quote Originally Posted by djonatan
Also, there is an error when font is loaded made with fonteditor included in the package, error is message when you exit the application.
Nothing special, fonts are working, just to report strange message.
The fonts included in the font gui is created in the font editor, have also tested creating a new one. How do you do to create the font, load ite etc ?