AW: How to launch an app invisible?
Tiemo Hollmann TB
toolbook at kestner.de
Fri Jun 4 04:06:55 EDT 2010
Hello,
the flashing window is still there. My rev launcher app is hidden in
preopenstack, the launched non-rev-app doesn't have that flashing window
either. So I think it must be the Windows shell window, which blinks up for
a moment. I put a lockscreen in the handler with the shell call without
result. Probably because lockscreen has no effect on the shell. I used the
same syntax before to call other apps and never had this flashing window, so
I wonder what makes the difference and what I can do against a flashing
shell? Any way to hide the shell before it pops up?
Here is an extract of the code:
on openStack
set the lockscreen to true
put appToLaunch into tStart
put myTitel into tTitel
get shell ("start" && quote & tTitel & quote && quote & tStart)
set the lockscreen to false
end openStack
Thanks for any idea
Tiemo
> -----Ursprüngliche Nachricht-----
> Von: use-revolution-bounces at lists.runrev.com [mailto:use-revolution-
> bounces at lists.runrev.com] Im Auftrag von Tiemo Hollmann TB
> Gesendet: Dienstag, 1. Juni 2010 20:07
> An: 'How to use Revolution'
> Betreff: AW: How to launch an app invisible?
>
> Hi Jeff and Mark,
>
> I forgot to say that the target platform is Win. I tried Jeffs approach
> first without result. But because of your quick replies I started
> thinking
> if my ghost-windows perhaps doesn't comes from my rev launcher, but
> from the
> other (non-rev) app, I want to launch...
> I think have to dig in that direction
> Thank you for your replies
> Tiemo
>
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list