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
>
> 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
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
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
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
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
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