Gui-Server: "sunked" letters

Started by Fritz, October 29, 2009, 06:09:42 AM

Previous topic - Next topic

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):



http://img7.imageshost.ru/imgs/091029/52f65993ca/d437a.png">



System: Ubuntu 8. On Windows everything is ok.

cormullion

#1
Missing font, perhaps?

Fritz

#2
Quote from: "cormullion"Missing font, perhaps?


Aha, I`ll try tomorrow to change it.

Fritz

#3
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:


(gs:dialog 'FindDialog 'TheEditor "Find text" 500 200 nil nil)