[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] ObjectGui-viewDidClose -zombieDidAppear




can you see something that MultiPageLayout should do ?
how did you remove the views ?  ( view.remove ? )
is the multipage layout holding onto the view ?

suggestions appreciated.

-c

p.s. how are your crazy children doing ?  how are you ?

so many questions.


On Oct 23, 2004, at 1:27 AM, Jan Trutzschler wrote:

nevermind. the zombies appeared because i'm re-using a window quite often and it seems that MultiPageLayout is not really made for the re-use of a window (?). now i am calling my own ghostbuster.

-jan

On Oct 22, 2004, at 11:45 PM, Jan Trutzschler wrote:

Hi Felix,

since your change to ObjectGui,
	("guis now use viewDidClose rather than remove")
of which nearly all my guis are subclasses, my setup gets disturbed by some scary gui-zombies. for some reason they appear not always and if then usually there are some dependants left over. could you give me a hint how to tune my classes to your new scheme? before everything worked fine.
thanks.

-jan