Re: Get ProcessSerialNumber of last front application
Re: Get ProcessSerialNumber of last front application
- Subject: Re: Get ProcessSerialNumber of last front application
- From: Jean-Daniel Dupas <email@hidden>
- Date: Fri, 11 Feb 2011 17:15:23 +0100
Does your application compile on 64 bits ?
Do you get a deprecation warning when using required functions ?
When the answer is no for both questions, I personally consider that the function is not deprecated.
If you have a specific question about Store validation, ask Apple directly. Nobody on this list can give you a definite answer.
Le 11 févr. 2011 à 17:07, Mr. Gecko a écrit :
> Would using carbon events be against the rules of the Mac App Store? I thought carbon was deprecated. I think it may just be the interface stuff in carbon, but not sure.
>
> On Feb 9, 2011, at 1:21 PM, Jean-Daniel Dupas wrote:
>
>> Carbon events are events. As long as you don't receive one, your app is waiting consuming 0% of the CPU.
>>
>> Le 9 févr. 2011 à 20:05, Mr. Gecko a écrit :
>>
>>> The only question I would have is if I were to track the applications all the time, how much time on the processor would it require, would it 1. require enough that will slow down the user noticeably, or 2. would it be like just 0.1% of cpu in a few milliseconds. I try to be considerate of the customer and not do things that'll cause slow downs and all. One reason for this is I'm stuck with my older mac and I don't like things that slow me down. My big guess is number 2.
>>>
>>> On Feb 9, 2011, at 12:55 PM, Matt Neuburg wrote:
>>>
>>>> On Wed, 9 Feb 2011 09:23:45 -0600, "Mr. Gecko" <email@hidden> said:
>>>>> Hello, I am wondering how I can get the last front application ProcessSerialNumber so I can use SetFrontProcess to bring it back to front after they close the window to my application.
>>>>
>>>> You can track applications as they come to the front using Carbon Events.
>>>>
>>>> <http://www.cocoabuilder.com/archive/cocoa/155984-detecting-frontmost-application.html>
>>>>
>>>> m.
>>> _______________________________________________
>>>
>>> Cocoa-dev mailing list (email@hidden)
>>>
>>> Please do not post admin requests or moderator comments to the list.
>>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>>>
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> This email sent to email@hidden
>>
>> -- Jean-Daniel
>>
>>
>>
>>
>
-- Jean-Daniel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden