
8 Jul
2007
8 Jul
'07
4:24 p.m.
Oh ! Okay I tried and YOU ROCK ! Thanks a lot. Now it hides and comes back at will. But I still can't react to that Close button that's automatically added to that About Dialog. Here's my latest (random) try : aboutdialog <- xmlGetWidget xml castToAboutDialog "aboutdialog1" onDelete aboutdialog $ \event -> do widgetHide aboutdialog return True onResponse aboutdialog $ \resp -> do case resp of ResponseClose -> widgetHide aboutdialog otherwise -> return ()