What could cause toolbar validation to stop?
What could cause toolbar validation to stop?
- Subject: What could cause toolbar validation to stop?
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 24 Apr 2003 21:23:37 -0700
I've got a problem in one application that's really bothering me, and I
don't know what could be the problem. It's a document-based app that
has two toolbars, one for the document, and one for a global window
that is usually closed but can be opened by the user. Both are
controlled from completely different classes.
Both also have validateToolbarItem: methods to turn things on and off.
The document window toolbars work flawlessly, but for some reason I
can't figure out, when the application receives a high level event
(e.g. drag and drop, or Apple events), the application stops calling
validateToolbarItem: for the global window. So eventually it gets stuck
with a toolbar where either everything is on, or the toolbar is stuck
in the state it was in before the event was received.
I don't get it. How could receiving a high level event screw up the
application like this? What could I be doing wrong that would cause
validateToobarItem: to just quit being called? Anyone know? TIA...
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://dreamless.home.attbi.com/
"Building the future and keeping the past alive are one and the same
thing." - Metal Gear Solid 2
_______________________________________________
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.