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

[REBOL] Re: Pane Pain

From: carl:rebol at: 30-Sep-2001 10:59

One way is to tell the main-display face to become the active window: activate-face: func [face] [ face/changes: 'activate show face ] activate-face main-display This will make the window active, and will throw focus to it. However, on some operating system versions (like Win98), this may simply blink the task's icon in the task bar. At 9/30/01 06:06 AM -0400, you wrote: