Combo-box

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
Folkert
Posts: 1
Joined: Thu Sep 26, 2019 7:03 pm

Combo-box

Post by Folkert »

Hello all,

iI recently discoverd Newlisp and are very pleases with it.
But experimenting with Guiserver made me a little bit stressed. I know how the combo-box action handler works and to get the selected value of the combo. But I can not get the get-text or get-selected-text to get me the value of the combo-box. So how to get the selected value of a combo-box?

Kind regards from the Netherlands
Folkert

newBert
Posts: 156
Joined: Fri Oct 28, 2005 5:33 pm
Location: France

Re: Combo-box

Post by newBert »

Sorry for the late answer, but the forum was inaccessible for a moment.
I think the solution is in “widgets-demo.lsp”.
Maybe you should use ‘base64-dec’ to decode the value of combo-box.
BertrandnewLISP v.10.7.6 64-bit on Linux (Linux Mint 20.1)

Locked