Focus a session

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
Yocal
GamingTools Subscriber
Posts: 20
Joined: Mon Jan 17, 2005 11:25 am

Focus a session

Post by Yocal » Mon Jan 02, 2006 7:12 am

Hey there,

Im using 3-4 different instances of Innerspace sometimes. I'd like to be able to trigger a 'toFront' method... So when one of my scripts triggers something, that instance of my game goes to the top of all the others.

That'd help me a lot when i get a tell, and i dont have to browse through a ton of windows before i figure out which one it was =)

Is that possible now, or would it be a feature sometime soon, maybe? ;-)

Thanks!

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Mon Jan 02, 2006 11:47 am

Already built in. The global bind that brings the given window to the foreground provides an example, which is created in DefaultStartup.iss.

Code: Select all

      GlobalBind is${Count}_key CTRL+ALT+${Count} "[color=red]WindowVisibility foreground[/color]"
The red part is what you want to know ;)

Yocal
GamingTools Subscriber
Posts: 20
Joined: Mon Jan 17, 2005 11:25 am

Post by Yocal » Tue Jan 03, 2006 2:50 am

Heya,

Sweet - thanks bunches!

Post Reply