On Wed, Jul 08, 2009 at 19:38:50 +0100, Eric wrote:
> import Graphics.UI.WX
> 
> main = start $ do
>   f <- frame [text := "Traqer"]
>   p <- panel f []
>   t <- textCtrl p [text := "\x3008\x3009", clientSize := sz 300 300]
>   set f [layout := container p $ fill $ widget t, clientSize := sz 400 400]
>   return()

Thanks for including a minimal example!

When I run this, I see something that looks like open and close
brackets, which I bet is what you were expecting.

Is your wxWidgets compiled with --enable-unicode?

Thanks,

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to