Page 1 of 1

Windows always on top

Posted: Thu Oct 16, 2008 7:20 pm
by jeffInt
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

Posted: Thu Oct 16, 2008 8:40 pm
by Mark
Hi Jeff,

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

Best,

Mark

Posted: Thu Oct 16, 2008 10:32 pm
by jeffInt
Thanks Mark