From: Daan L. <daa...@xs...> - 2003-10-28 22:27:26
|
Hi Kennis, Thanks for your bug report. And I have good news for you :-) The "sizing" issue was known and I have lately revised this and your examples work with the latest CVS versions. I am planning to release 0.4 next week, which will contain these fixes. All the best, Daan. btw. Are you dutch too? > -----Original Message----- > From: wxh...@li... > [mailto:wxh...@li...] On > Behalf Of Kennis Koldewyn > Sent: dinsdag 28 oktober 2003 21:34 > To: wxh...@li... > Subject: [wxhaskell-users] Checkbox width bug > > > I'm using wxHaskell 0.3, along with wxWindows 2.4.2 and GHC 6.0.1 on > Mac OS 10.2.8 and Windows 2000 SP4. Under both operating systems, > checkbox controls are automatically sized with a width nearly three > times longer than they should be. The following code (also > attached as > the file checkbox.hs) demonstrates the problem, and the attached > screenshots (checkbox-mac.pdf and checkbox-win.pdf) show what the > results are on my systems: > > > module Main where > > > > import Graphics.UI.WX > > > > main :: IO () > > main > > = start > > $ do f <- frame [text := "Checkbox Test"] > > c <- checkBox f [text := "See the space -->"] > > t <- staticText f [text := "<-- between the arrows?"] > > set f [layout := margin 10 $ row 0 [widget c, widget t]] > > I've also submitted this bug to the wxHaskell project on > SourceForge. > Any workarounds/fixes would be much appreciated. > > Thanks, > > - Kennis > > > ----- Kennis Koldewyn (kol...@cl...) ----- > Without computers, it would be virtually impossible > for us to accompliowur xow;gkc,mf(&( - Dave Barry > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > |