Are there any examples on how to make the rebol app stay on top of the other 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 view 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.
