[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

[wxhaskell-users] crashing bug/feature: poking at closed frames

2007-09-04 Thread Conal Elliott
I had a crashing bug in the new version of Eros I'm working on. It turned out that my event call-backs were still poking state in closed frames (MDI children). While I knew I'd have some wasted work, I didn't expect the crash. I've solved / worked-around the problem now, by having the frames bec

Re: [wxhaskell-users] is imageCreateFromPixelArray "safe"?

2007-09-04 Thread Conal Elliott
Thanks. I'm using the function as pure, and so far, so good. Cheers, - Conal On 9/2/07, shelarcy <[EMAIL PROTECTED]> wrote: > > Hi Conal, > > On Wed, 29 Aug 2007 09:42:15 +0900, Conal Elliott <[EMAIL PROTECTED]> wrote: > > Is there any reason for imageCreateFromPixelArray to be in IO? I want >