Is there any way to activate a window via scripting?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
davestewart
Posts: 114
Joined: March 10th, 2005, 5:50 am
Location: London, UK
Contact:

app.project.activeItem is read only - but I want to bring a comp window to the front. Is there any way to do that?

Cheers,
Dave
Soviut
Posts: 11
Joined: March 8th, 2006, 9:29 pm
Location: Ontario, Canada

While I've never done it with a comp window, you can bring other windows such as the Render Queue to the front by doing a Show() command on it:

app.project.renderQueue.Show();

I believe that's the code to do it. Perhaps its possible to also force a Comp to show.
davestewart
Posts: 114
Joined: March 10th, 2005, 5:50 am
Location: London, UK
Contact:

No luck so far...
Post Reply