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

[REBOL] Re: pop-up windows

From: gchiu:compkarori at: 6-May-2001 8:18

On Sat, 5 May 2001 12:47:18 -0700 (PDT) Rishi Oswal <[rishioswal--yahoo--com]> wrote:
> Hi. I was wondering if there is a way to create a > pop-up window in rebol/view. I wanted to create a > pop-up "Confirm" dialog window with an "Ok" and > "Cancel" button but haven't figured out a general way
Try request "Format c:?" [ "yes" "no" ] -- Graham Chiu