Re: [wxhaskell-users] Getting the selected text of a textCtrl

2009-03-04 Thread Henk-Jan van Tuyl
On Tue, 03 Mar 2009 20:49:39 +0100, Eric wrote: > How may I obtain the selected text of a textCtrl? > Like this: textInput <- textCtrl f [] inputText <- WXCore.textCtrlGetValue textInput A lot of things to do with a textCtrl can be found at: https://svn.cs.uu.nl:12443/repos/hint/trunk

[wxhaskell-users] Multilingual window clears on resizing

2009-03-04 Thread Henk-Jan van Tuyl
L.S., The attached program can display English and Dutch text, depending on the button pressed; the title switches as well. However, the static text in the window dissappears when I resize the window. Is this a bug in wxHaskell/wxWidgets? How can I create a proper wxHaskell GUI with sele