At 12:19 AM -0500 4/6/03, Dan Sugalski wrote:
I'm not sure what the implications of this would be, from the Perl
script's perspective.

None, really. This is Cocoa, and it's all OO--each window is a separate object, so while methods in your window controller class will get called, they'll be passed in an object that represents the window/control/menu/whatever that was really manipulated.

What if I want two (or more) windows to track each other's state? For instance, I might want to navigate the window that's open to the "File/Access" tab, but have the window with the "File/Metadata" go automagically to the same place(s). What's the usual approach to "inter-object communication"?

-r
--
email: [EMAIL PROTECTED]; phone: +1 650-873-7841
http://www.cfcl.com/rdm    - my home page, resume, etc.
http://www.cfcl.com/Meta   - The FreeBSD Browser, Meta Project, etc.
http://www.ptf.com/dossier - Prime Time Freeware's DOSSIER series
http://www.ptf.com/tdc     - Prime Time Freeware's Darwin Collection

Reply via email to