Re: [wxhaskell-users] where should I ask user questions about wxHaskell

2011-06-01 Thread Jeremy O'Donoghue
On 1 June 2011 05:09, 诺铁 noty...@gmail.com wrote: I should have subscribe to this list. I tried to subscribe again,and recieve An attempt was made to subscribe your address to the mailing list wxhaskell-users@lists.sourceforge.net. You are already subscribed to this mailing list. list

Re: [wxhaskell-users] Property sheet

2011-06-01 Thread Jeremy O'Donoghue
Hi Joel, On 1 June 2011 04:19, Joel Shellman j...@mentics.com wrote: Is there a property sheet/grid/panel type of widget available via wxHaskell? I saw a wxPropertyGrid and wxPropertySheetDialog in the wxWidgets docs, but couldn't find anything like that in the wxHaskell docs on hackage.

Re: [wxhaskell-users] newbie question, why clientSize doesn't affect textEntry?

2011-06-01 Thread Jeremy O'Donoghue
The full explanation is a bit tricky (tricky enough that I don't fully understand or I would have fixed it!), but results from the way in which Layout works. Layout is a neat idea, but has a number of quirks. The main thing to realize is that Layout creates an hierarchy of Sizer instances which

Re: [wxhaskell-users] Property sheet

2011-06-01 Thread Eric Kow
On Wed, Jun 01, 2011 at 09:09:55 +0100, Jeremy O'Donoghue wrote: wxPropertyGrid is new in wxWidgets 2.9 - at present, none of the 2.9 new features has been wrapped. wxPropertySheetDialog is present in 2.8, possibly earlier. I will try to get around to wrapping it shortly. [Sorry, my remark is