From: Mads L. <mad...@ya...> - 2008-05-20 15:05:40
|
Hi, Dean Herington wrote: > >> I reread Daan's original paper and found a hint that layouts need to > >> mention each widget exactly once (though I can't find anything > >> definitive in documentation for either wxhaskell or wxwidgets). > >> Obeying that "rule" avoids the garbling, but I'm still not able > >> successfully to change the layout repeatedly. Even if I could, how > >> then would I show different subsets of widgets at different times? > >Every widget which is created must be used once and only once. That is > >the rule. > > Does the documentation for either wxHaskell or > wxWidgets explain this rule? I couldn't find it. I looked a bit and could not find the rule except in the paper "wxHaskell – A portable and concise GUI library for Haskell" (see http://legacy.cs.uu.nl/daan/pubs.html#wxhaskell ), which I guess is the one you refers to. It would be good if we added the use-only-once rule somewhere. Do you have a suggestion? Can you name a place where would you would have found it? Greetings, Mads Lindstrøm |