NSTasks not running when [NSApp runModalForWindow] is called ?
NSTasks not running when [NSApp runModalForWindow] is called ?
- Subject: NSTasks not running when [NSApp runModalForWindow] is called ?
- From: Jérome Foucher <email@hidden>
- Date: Tue, 6 May 2003 15:17:35 +0200
Hi all,
I'm running into a strange problem.
My app displays a modal window. This window has a sheet which calls a
NSTask.
What happens is that the NSTask seems not to be called. I would say
it's paused until the modal state is over.... The task correctly starts
but never receives any data i the pipe....
If the sheet's parent window is not modal, then the NSTask works fine.
Is is a normal behavior ? If so, how should I do to have my NSTask
running normally ?
Thanks
Jerome
_______________________________________________
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.