Page 1 of 1

Gui-Server: "sunked" letters

Posted: Thu Oct 29, 2009 1:09 pm
by Fritz
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):

Image

System: Ubuntu 8. On Windows everything is ok.

Re: Gui-Server: "sunked" letters

Posted: Thu Oct 29, 2009 6:15 pm
by cormullion
Missing font, perhaps?

Re: Gui-Server: "sunked" letters

Posted: Thu Oct 29, 2009 9:38 pm
by Fritz
cormullion wrote:Missing font, perhaps?
Aha, I`ll try tomorrow to change it.

Re: Gui-Server: "sunked" letters

Posted: Mon Mar 08, 2010 5:59 pm
by Fritz
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)