Hi Alan, AutoIt is a simple-to-learn scripting tool that can control the =20 behavior of MS Windows:
http://www.autoitscript.com/autoit3/ It works on all versions of MS Windows, and should do the job for you. =20 The help file that comes with the download is all you need to learn =20 how to use it. Take a look at the "WinSetOnTop" function (you can see =20 it online at http://www.autoitscript.com/autoit3/docs/functions.htm). =20 It should do what you want. Quoting Alan <[EMAIL PROTECTED]>: > > Are there any examples on how to make the rebol app stay on top of the oth= er > apps and remain the focus. > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of > Gregg Irwin > Sent: Tuesday, February 06, 2007 3:57 PM > To: Alan > Subject: [REBOL] Re: System fuctions > > > Hi Alan, > > A> I trying to get my rebol app to remain on top of the screen (on top of > all > A> other apps) > > A> I basically want to launch a browser in kiosk mode but keep my rebol vi= ew > A> app with gui on top of it for further input. > > A> I was going to use MS windows but if it's easier with Linux I can use > that. > A> I read in the View DOCs that new versions of windows will not allow it > and > A> only blink the task bar. If this is true I can use an older version of > A> windows. > > I haven't tested under Vista but, using the API, it's not hard to make > a window topmost, and REBOL windows work just fine that way. > > -- Gregg > > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
