From: <jmv...@di...> - 2007-03-21 18:38:47
|
Hi Wolfgang, I did something similar: 1=BA I put several buttons inside one panel 2=BA I do the usual operations 3=BA 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 windowChildren pp >>=3D mapM objectDelete=20 " 4=BA I create the new widgets (as children widgets of the panel "panel") 5=BA and use them as if they were the first ones Best Miguel Vila=E7a=20 -----Mensagem original----- De: wxh...@li... [mailto:wxh...@li...] Em nome de = Wolfgang Jeltsch Enviada: quarta-feira, 21 de Mar=E7o de 2007 15:14 Para: wxh...@li... 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 be deleted and the = new=20 ones created =93at the same time=94, i.e., without showing the = intermediate state=20 in the user interface. How do I achieve this in wxHaskell? Best wishes, Wolfgang -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share = your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ wxhaskell-users mailing list wxh...@li... https://lists.sourceforge.net/lists/listinfo/wxhaskell-users |