Re: [wxhaskell-users] dynamic user interfaces

2007-03-21 Thread José Miguel Vilaça
Hi Wolfgang, I did something similar: 1º I put several buttons inside one panel 2º I do the usual operations 3º I delete all the widgets inside the panel but not the panel itself. For a panel called "panel" do " -- its necessary to delete the old elements in the panel windowChil

[wxhaskell-users] dynamic user interfaces

2007-03-21 Thread Wolfgang Jeltsch
Hello, I want to replace a group of frames or widgets by another group of frames or widgets respectively. The old frames/widgets shall be deleted and the new ones created “at the same time”, i.e., without showing the intermediate state in the user interface. How do I achieve this in wxHaskell