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

[REBOL] Re: How to make a layout from a block

From: moeller_thorsten:gmx at: 18-Apr-2002 15:07

Hi Patrick, thanks for this. Perhaps you could help with a problem following this. I have extended the code with like this: add-seat: func [] [append main/pane make-face 'seat show main] a: [style seat box 6x6 green title "Test" backcolor silver button "Add Seat" [add-seat]] main: layout a view main with the button and the function i want to be able to add styles to the face on click. for some reasons i haven't found out yet, nothing happens so far on clicking the button Any ideas Thorsten