discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem in terminating Application


From: Chris Vetter
Subject: Re: problem in terminating Application
Date: Sat, 16 Dec 2006 17:30:12 +0100
User-agent: GNUMail (Version 1.2.0)

On 2006-12-16 10:57:15 +0100 Pradip Patel <pradip.patel@einfochips.com> 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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]