Modal Window Question
Modal Window Question
- Subject: Modal Window Question
- From: email@hidden
- Date: Sun, 16 Jan 2005 20:51:43 +0100
I'm using the function below to make a Window Modal, but it increases too much the processor.
How can I create a Window Modal easily?
NSModalSession session = [NSApp beginModalSessionForWindow:addComicWindow];
for (;;) {
if ([NSApp runModalSession:session] != NSRunContinuesResponse)
break;
}
[NSApp endModalSession:session];
Thanks,
Roberto
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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