Re: CPSEnableForegroundOperation question
Re: CPSEnableForegroundOperation question
- Subject: Re: CPSEnableForegroundOperation question
- From: Dmitry Markman <email@hidden>
- Date: Sat, 5 Mar 2005 22:31:40 -0500
thanks
but it looks like that on the Panther it is not necessary anymore
however the following lines improve behavior of the application a little
if (status == noErr) {
TransformProcessType(&psn,kProcessTransformToForegroundApplication);
SetFrontProcess(&psn);
}
On Mar 5, 2005, at 7:19 PM, Finlay Dobbie wrote:
On Sat, 5 Mar 2005 15:28:52 -0500, Dmitry Markman <email@hidden>
wrote:
I was just curious:
I was looking at source of the java_swt swt launcher tool
and found CPSEnableForegroundOperation call there
I remember I had a troubles to create Cocoa application without
Interface Builder
and it behaved just like java_swt without CPSEnableForegroundOperation
call
Just give your application a bundle and you'll be fine. Unbundled
applications are not supported.
-- Finlay
Dmitry Markman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden