
Re: Gui-Server: "sunked" letters
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:
(gs:dialog 'FindDialog 'TheEditor "Find text" 500 200 nil nil)