Re: How to launch an app on top of the finder?

2009-02-16 Thread stephen barncard
And you've set the systemwindow of stack #2 to true?
Stephen Barncard
-
San Francisco


2009/2/16 Tiemo Hollmann TB toolb...@kestner.de

 Hello,

 probably an easy one for the Mac guys:

 When starting app 1 in the finder it launches app 2, BUT app 2 is being
 launched behind the finder window. Same result if I do just launch myApp
 or using tell application finder to open myApp with applescript

 Any idea, how to bring app 2 on top of all windows?

 Thank you

 Tiemo







 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to launch an app on top of the finder?

2009-02-16 Thread stephen barncard
Well, it does palletize the window, but it really seems to make it the
topmost window on the screen in the IDE. Between 2 running apps: unknown.
Stephen Barncard
-
San Francisco


2009/2/16 Tiemo Hollmann TB toolb...@kestner.de

 Hi Stephen,
 not yet, I am not sure if that is what I want, because I need it just for
 the first open to come into front and not for the full presence and the
 docs
 say it has no effect on Mac OS.
 But I'll give it a try tomorrow, thanks
 Tiemo

  -Ursprüngliche Nachricht-
  Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-
  boun...@lists.runrev.com] Im Auftrag von stephen barncard
  Gesendet: Montag, 16. Februar 2009 17:49
  An: How to use Revolution
  Betreff: Re: How to launch an app on top of the finder?
 
  And you've set the systemwindow of stack #2 to true?
  Stephen Barncard
  -
  San Francisco
 
 
  2009/2/16 Tiemo Hollmann TB toolb...@kestner.de
 
   Hello,
  
   probably an easy one for the Mac guys:
  
   When starting app 1 in the finder it launches app 2, BUT app 2 is being
   launched behind the finder window. Same result if I do just launch
  myApp
   or using tell application finder to open myApp with applescript
  
   Any idea, how to bring app 2 on top of all windows?
  
   Thank you
  
   Tiemo
  
  
  
  
  
  
  
   ___
   use-revolution mailing list
   use-revolution@lists.runrev.com
   Please visit this url to subscribe, unsubscribe and manage your
   subscription preferences:
   http://lists.runrev.com/mailman/listinfo/use-revolution
  
  ___
  use-revolution mailing list
  use-revolution@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-revolution

 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to launch an app on top of the finder?

2009-02-16 Thread Terry Judd
tell application 2 to activate

Should do it.

Terry...


On 17/02/09 1:34 AM, Tiemo Hollmann TB toolb...@kestner.de wrote:

 Hello,
 
 probably an easy one for the Mac guys:
 
 When starting app 1 in the finder it launches app 2, BUT app 2 is being
 launched behind the finder window. Same result if I do just launch myApp
 or using tell application finder to open myApp with applescript
 
 Any idea, how to bring app 2 on top of all windows?
 
 Thank you
 
 Tiemo
 
  
 
  
 
  
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution