bring LC to front after a launch command
René Micout
rene.micout at numericable.com
Fri Oct 5 03:37:17 EDT 2012
Le 5 oct. 2012 à 09:14, Thierry Douez <th.douez at gmail.com> a écrit :
> Hi everyone,
>
> 2012/9/28 Thierry Douez <th.douez at gmail.com>:
>
>> set the systemWindow of stack...
>
>
> For the record, this solution finally doesn't work in my case.
>
> As I want to launch an app in the background from a modeless
> stack in LC IDE, the systemWindow property is too restrictive.
>
> It hides the LC menus, all the answer and ask dialog
> are behind my main stack window.
>
> So, the one-line solution was:
>
> shell( "open -g - a Myapp" )
>
> The -g option keep Myapp in the background. Works beautifully.
>
> Regards,
>
> Thierry
Very interesting ! Thank you !
More information about the use-livecode
mailing list