Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How to pop a window to the front with Rebol/View

From: james:mustard at: 27-Apr-2002 17:09

Hi there, I've found the easiest way to guarentee corss-platform window behaviour is to create a 'Desktop' window and have all other windows as pane members. This way you can easily implement parent-child / locking relationships between windows. A rather basic example of this behaviour can be seen with the Minimalist desktop I created a while back: screenshot: http://www.mustard.co.nz/rebol/minimalist.jpg code: http://www.mustard.co.nz/rebol/window.r Regards, James.