From: Arjan v. I. <af...@cs...> - 2005-11-09 11:12:00
|
Hi Eric, > There seems to be a bug somewhere (in wxhaskell?) and I've found > that to > deal with it, I need to stick in a piece of code that more or less > does > the same thing: > > windowHide f > windowShow f > windowRaise f Can you show me an example of where and why you need it? I've found that the order in which you specify layout, menus, size attributes matter (quite subtly sometimes), but I've never needed tricks like the above. Cheers, Arjan |