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

[ALLY] Re: closing popups

From: carl:rebol at: 8-Apr-2001 19:42

Ingo, Can you provide an example. This works: show-popup layout [vh2 "Pop up" button "Cancel" [hide-popup]] Also, if you are creating your popup with just the View function: view layout [button "Cancel" [unview]] You can also use unview/only if you have a face reference. -Carl