NSRunLoop sample code
NSRunLoop sample code
- Subject: NSRunLoop sample code
- From: Takahiro Shirakawa <email@hidden>
- Date: Fri, 20 Sep 2002 20:52:56 +0900
Hi,
Is there any NSRunLoop sample code which handle the events
of the modal panel such as NSOpenPanel?
What I want to do is to show the window-related open panel
and process events within one method.
-runModalForDirectory:file:types:relativeToWindow: method seems
to be the best solution, but this method is not encouraged to use.
So I think I should use run loop to handle events for open panel.
Best Regards,
takahiro
_______________________________________________
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.