[30 Jan 2006] Making the Hollywood Window Active

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
PEB
Posts: 591
Joined: Sun Feb 21, 2010 1:28 am

[30 Jan 2006] Making the Hollywood Window Active

Post by PEB »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 30 Jan 2006 16:56:35 -0800 (PST)

In one of my Hollywood 2.0 scripts, I launch a video through DVPlayer. But I would like the Hollywood window to become active again immediately after the DVPlayer window comes up.

Is there something that I can put in my script code to get the Hollywood window to become again automatically?
User avatar
lazi
Posts: 650
Joined: Thu Feb 24, 2011 11:08 pm

[31 Jan 2006] Re: Making the Hollywood Window Active

Post by lazi »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 31 Jan 2006 17:09:34 +0100

Hello Rev.
In one of my Hollywood 2.0 scripts, I launch a video through DVPlayer. But I would like the Hollywood window to become active again immediately after the DVPlayer window comes up.

Is there something that I can put in my script code to get the Hollywood window to become again automatically?
If there is no way to do it in Hollywood, use the ActivateWindow cli command:

http://www.aminet.net/package.php?packa ... Window.lha
PEB
Posts: 591
Joined: Sun Feb 21, 2010 1:28 am

[31 Jan 2006] Re: Re: Making the Hollywood Window Active

Post by PEB »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 31 Jan 2006 17:45:59 -0800 (PST)

Thanks for the suggestion.

Unfortunately, that will not work in this case, since my Hollywood window has no title; and the "Next" switch in ActivateWindow only works if only one additional window is opened.
Locked