[futurebasic] Re: [FB] Bringing app to the front

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2002 : Group Archive : Group : All Groups

From: Bernie Wylde <bernie.w@...>
Date: Mon, 23 Sep 2002 15:44:29 +0100
According to Apple, it's still supported:

<http://developer.apple.com/techpubs/macosx/Carbon/oss/ProcessManager/Proces
s_Manager/Functions/Getting_Proc__Information.html#//apple_ref/C/func/SetFro
ntProcess>

HTH
Bernie



gnome wrote:

> Le lundi 23 septembre 2002, à 04:11 , Rich Love a écrit :
> 
>> Is there a FB command to bring my app to the front off other running
>> apps?
>> I can do it with an Applescript but it is a bit slow.
> 
> this used to be possible with process manager.
> but i have a feeling that that went kaput in X.
> i'm supposing that that is where you need to do this.
> 
> if you can use process manager, see my sample code
> 'friday' on the fb.org site for all.
> 
> :-j