Re: [wxhaskell-users] setting button size

2007-09-08 Thread Antonio Regidor García
Yes, I use wxhaskell on windows and also on debian. On my system your program compiles ok. Last binary of wxhaskell for windows is here: http://sourceforge.net/project/showfiles.php?group_id=168626 (click on wxhaskell-bin-msw2.6.3-ghc6.6.1-0.10.1-0.zip) Best regards, Antonio Regidor Garcia >

Re: [wxhaskell-users] setting button size

2007-09-07 Thread Antonio Regidor García
> I use "outerSize := sz 50 50" and it works ok. > It works also on Windows (last shelarcy binary). Sé un Mejor Amante del Cine ¿Quieres saber cómo? ¡Deja que otras personas te

Re: [wxhaskell-users] setting button size

2007-09-07 Thread Antonio Regidor García
I use "outerSize := sz 50 50" and it works ok. Antonio Regidor Garcia Sé un Mejor Amante del Cine ¿Quieres saber cómo? ¡Deja que otras personas te ayuden! http://advision.webeven

Re: [wxhaskell-users] setting button size

2007-09-07 Thread Conal Elliott
Thanks, Mads. I guess it's another Windows problem then. Glad to know. - Conal On 9/7/07, Mads Lindstrøm <[EMAIL PROTECTED]> wrote: > > Hi Conal > > Conal Elliott: > > import Graphics.UI.WX > > > > runUI1 :: IO () > > runUI1 = start $ > > do f <- frame [ ] > > pan

Re: [wxhaskell-users] setting button size

2007-09-07 Thread Mads Lindstrøm
Hi Conal Conal Elliott: > import Graphics.UI.WX > > runUI1 :: IO () > runUI1 = start $ > do f <- frame [ ] > pan <- panel f [] > b <- button pan [ text := "B!", size := Size 50 50 ] > set pan [ layout := widget b ] > set f[ layo

Re: [wxhaskell-users] setting button size

2007-09-06 Thread Conal Elliott
No solution yet. Here's a simple program illustrating the problem. Any ideas? import Graphics.UI.WX runUI1 :: IO () runUI1 = start $ do f <- frame [ ] pan <- panel f [] b <- button pan [ text := "B!", size := Size 50 50 ] set pan [ layou

[wxhaskell-users] setting button size

2007-09-04 Thread Conal Elliott
I want to resize my button control to be square. I tried "set ctl [ size := Size 100 100]" with no visible effect. Same with clientSize & outerSize. Does anyone know the required magic? Thanks. - Conal - This SF.net email