Re: tabbing order not respected?
Re: tabbing order not respected?
- Subject: Re: tabbing order not respected?
- From: Luc Vandal <email@hidden>
- Date: Thu, 20 Oct 2005 11:36:02 -0400
There seems to be some kind of conflict between my dialogs. For some
reason, windowDidMakeFirstResponder is called and even though I make
sure that the notification is for that window it will still continue
to execute the function.
- (void)windowDidMakeFirstResponder:(NSNotification*)notification
{
if( [self window] != [notification object] )
return;
For all of them, I have outlets that will load every dialog when the
app is loading the nib file, even though some of those dialogs are
not even need (or at least not at startup).
How can I create an instance of a dialog on the fly? By that I mean
that I don't want to load them automatically when the application
starts but just when I need one, use it and the get rid of it when I
don't need it anymore.
Thanks!
Luc
On 20-Oct-05, at 11:00 AM, Luc Vandal wrote:
Hi,
Why is my app working well on my powerbook as far as tabbing
through controls but when I try my app on an eMac it's all screwed
up? Both are on Tiger...
Luc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden