Windows always on top

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jeffInt
Posts: 23
Joined: Tue Jun 17, 2008 8:29 pm

Windows always on top

Post by jeffInt » Thu Oct 16, 2008 7:20 pm

Is there a property or some procedure call to bring or hold a stack "always on top" i.e. in front of every other window on the desktop?

Jeff
Chat with other RunRev developers, pop over to www.bjoernke.com/runrev/chatrev.php

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Thu Oct 16, 2008 8:40 pm

Hi Jeff,

To achieve this, set the systemWindow property of a stack to true.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

jeffInt
Posts: 23
Joined: Tue Jun 17, 2008 8:29 pm

Post by jeffInt » Thu Oct 16, 2008 10:32 pm

Thanks Mark
Chat with other RunRev developers, pop over to www.bjoernke.com/runrev/chatrev.php

Post Reply