what method is called when window is re-loaded?
what method is called when window is re-loaded?
- Subject: what method is called when window is re-loaded?
- From: "Amit Sadana" <email@hidden>
- Date: Fri, 6 Feb 2004 11:44:50 +0530
- Thread-topic: what method is called when window is re-loaded?
I have a non - modal window and I want to display new data into it
whenever it get's loaded through the menu, but not when it becomes
active after remaining open in the background. The problem is where
exactly to load the data - awakeFromNib/init get called only for the
first time. I tried windowDidBecomeMain but it gets called even if the
window becomes current window after remaining open in the background.
Is there any way I can know that the window has been loaded again and
was not present among the open windows?
Thanks
-Amit
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.