Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Fritz
Posts: 66 Joined: Sun Sep 27, 2009 12:08 am
Location: Russia
Post
by Fritz » Thu Oct 29, 2009 1:09 pm
I have problems with "find" menu in GUI-server (letters are hidden somewhere below the fields, on screenshot I have a word "zulo" typed in the find-field):
System: Ubuntu 8. On Windows everything is ok.
cormullion
Posts: 2038 Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:
Post
by cormullion » Thu Oct 29, 2009 6:15 pm
Missing font, perhaps?
Fritz
Posts: 66 Joined: Sun Sep 27, 2009 12:08 am
Location: Russia
Post
by Fritz » Thu Oct 29, 2009 9:38 pm
cormullion wrote: Missing font, perhaps?
Aha, I`ll try tomorrow to change it.
Fritz
Posts: 66 Joined: Sun Sep 27, 2009 12:08 am
Location: Russia
Post
by Fritz » Mon Mar 08, 2010 5:59 pm
I have found a solution. In "newlisp-edit" script there is a function "(openFindDialog)", which sets size of the "Find" window.
After changing width to 500 I can see all my letters:
Code: Select all
(gs:dialog 'FindDialog 'TheEditor "Find text" 500 200 nil nil)
Attachments
Screenshot-Find text.png (10.17 KiB) Viewed 8457 times