Re: [wxhaskell-users] Please remove me from the wxhaskell list for now.

2011-12-06 Thread Dave Tapley
On 6 December 2011 20:02, Jesse Hester  wrote:
> Thanks,
>
> Jesse Hester

You'll probably have to do it yourself, here:
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

See: To unsubscribe from wxhaskell-users, get a password reminder, or
change your subscription options enter your subscription email
address".

>
> --
> Cloud Services Checklist: Pricing and Packaging Optimization
> This white paper is intended to serve as a reference, checklist and point of
> discussion for anyone considering optimizing the pricing and packaging model
> of a cloud services business. Read Now!
> http://www.accelacomm.com/jaw/sfnl/114/51491232/
> ___
> wxhaskell-users mailing list
> wxhaskell-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxhaskell-users
>

--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users


[wxhaskell-users] Please remove me from the wxhaskell list for now.

2011-12-06 Thread Jesse Hester
Thanks,

Jesse Hester
--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users


Re: [wxhaskell-users] adapt layout after changing 'visible' state

2011-12-06 Thread Eric Kow
Hi,

On 6 Dec 2011, at 19:05, Henning Thielemann wrote:
> How can I achieve immediate relayout of the window when changing the 
> showing or hiding the editor? I tried 'refresh editor' and 'refresh panel' 
> and 'refresh frame' (where panel and frame are the surrounding widgets) 
> but this does not trigger new layout.


I'm sorry I don't have an answer for you, but this appears to be a great 
candidate for an FAQ, the kind of thing people would run into often.

If you get answer from somebody on the list, would you be willing to add a 
Howto section to the FAQ of some sort, with your question?
http://www.haskell.org/haskellwiki/WxHaskell/FAQ

FWIW, I have a 'repaint' in my code, but that may not have anything to do with 
your issue.

-- 
Eric Kow 



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users


[wxhaskell-users] adapt layout after changing 'visible' state

2011-12-06 Thread Henning Thielemann

I have a textCtrl 'editor' and a menu item 'editorVisible' that controls 
the visibility of the textCtrl.

 set editorVisible
 [ on command := do
  b <- get editorVisible checked
  set editor [ visible := b ] ]

Now when I uncheck the menu item editorVisible, then the editor actually 
disappears, but its space becomes empty and is not occupied by the other 
widgets in the GUI. When I resize the window then all widgets are 
relayouted and the space of the invisible textCtrl is covered by the other 
widgets. That is the result that I want to have, but without resizing the 
window. Vice versa when I make the editor visible via the menu, then it 
cannot be seen immediately but only after window resizing.

How can I achieve immediate relayout of the window when changing the 
showing or hiding the editor? I tried 'refresh editor' and 'refresh panel' 
and 'refresh frame' (where panel and frame are the surrounding widgets) 
but this does not trigger new layout.

I use wxwidgets-2.8 on GTK and Linux.

--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users