On 2006-12-16 10:57:15 +0100 Pradip Patel
<[EMAIL PROTECTED]> wrote:
[...]
->i want to launch application in minimize mode...but it's not done
with
above code..
->How can i terminate launched application ?
Is there any cocoa class to launch application in minimized and after
some
time to terminate it ?
There is no method to launch an application in minimised 'mode'
however, you could send a -hide: to the application immediately after
launching it.
Same with termination, just send a -terminate: to the application. If
you want to do that after say 10 minutes, you could use a timer.
--
Chris
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep