I want to try to fix a few aspects of the way GETs operate. Basically where the cursor goes and how selections are handled. I looked at the source code in get.prg and noticed the following
Code: Select all
METHOD GotFocus() CLASS TGet
::SetPos( 0 )
::SetSel( 0, 0 )
return nil
Currently the cursor goes to the end of the text (including the blanks) and selections are ignored.
By the way do you call
Code: Select all
void gtk_entry_set_max_length (GtkEntry *entry,
gint max);
Thanks
Doug
(xProgrammer)