Re: [wxhaskell-users] dynamic user interfaces

2007-03-21 Thread José Miguel Vilaça
lfgang Jeltsch Enviada: quarta-feira, 21 de Março de 2007 15:14 Para: [email protected] Assunto: [wxhaskell-users] dynamic user interfaces Hello, I want to replace a group of frames or widgets by another group of frames or widgets respectively. The old frames/widgets shall

[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