Loading data
Loading data
- Subject: Loading data
- From: Andrew Merenbach <email@hidden>
- Date: Tue, 30 Jul 2002 12:28:39 -0700
I've been futzing around with this the past forty-eight hours or so. In
a periodic table program I'm designing, I have multiple periodic tables
available; I would like each element button, when clicked, open up the
same info window, with the same source of data, for all the different
elements.
Currently, I'm loading the element data in one controller, but I would
like doElement: to access the data in all of my different window
controllers. Is there a way to tell my other controllers to use the
doElement: method from one particular controller, or will I need to load
the data file four or five different times to do what I want?
Take care,
Andrew Merenbach
--
Andrew Merenbach
_______________________________________________
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.