Gui-Server: "sunked" letters

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
Fritz
Posts: 66
Joined: Sun Sep 27, 2009 12:08 am
Location: Russia

Gui-Server: "sunked" letters

Post 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.

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Re: Gui-Server: "sunked" letters

Post by cormullion »

Missing font, perhaps?

Fritz
Posts: 66
Joined: Sun Sep 27, 2009 12:08 am
Location: Russia

Re: Gui-Server: "sunked" letters

Post by Fritz »

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

Re: Gui-Server: "sunked" letters

Post 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)
Attachments
Screenshot-Find text.png
Screenshot-Find text.png (10.17 KiB) Viewed 7025 times

Locked