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

[REBOL] Re: Useful function click-face

From: jason:cunliffe:verizon at: 11-Jan-2002 7:56

> click-face: func [face][face/feel/engage face 'down none] > > ; simple example > view layout [ > chk: check text "click me" [click-face chk] > ] > > ; more complicated > view center-face layout [ > across > chk: check pad 0x-3 label "click me" [click-face chk] return > rad1: radio pad 0x-2 label "option 1" [click-face rad1] return > rad2: radio pad 0x-2 label "option 2" [click-face rad2] > ]
very nice. Is there any way to have the mouse cursor also change on rollover, like to a finger or something as in HTML hyperlink? thanks ./Jason