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

[REBOL] Re: How to simulate action on one button

From: ljurado:bariloche:ar at: 11-May-2003 17:06

Another way: view layout [ b: button "Test" [print "Test pressed"] button "Action 2" [b/action b none] ] Luis