newLISP Fan Club

Forum => newLISP Graphics & Sound => Topic started by: Fritz on October 29, 2009, 06:09:42 AM

Title: Gui-Server: "sunked" letters
Post by: Fritz on October 29, 2009, 06:09:42 AM
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):



(//%3C/s%3E%3CURL%20url=%22http://img7.imageshost.ru/imgs/091029/52f65993ca/d437a.png%22%3E%3CLINK_TEXT%20text=%22http://img7.imageshost.ru/imgs/091029/5%20...%20/d437a.png%22%3Ehttp://img7.imageshost.ru/imgs/091029/52f65993ca/d437a.png%3C/LINK_TEXT%3E%3C/URL%3E%3Ce%3E)



System: Ubuntu 8. On Windows everything is ok.
Title: Re: Gui-Server: "sunked" letters
Post by: cormullion on October 29, 2009, 11:15:59 AM
Missing font, perhaps?
Title: Re: Gui-Server: "sunked" letters
Post by: Fritz on October 29, 2009, 02:38:41 PM
Quote from: "cormullion"Missing font, perhaps?


Aha, I`ll try tomorrow to change it.
Title: Re: Gui-Server: "sunked" letters
Post by: Fritz on March 08, 2010, 09:59:17 AM
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)