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

[REBOL] Re: Menu in REBOL-View

From: cyphre::seznam::cz at: 26-Oct-2004 19:51

Hi Mike, just add to the layout of may previous example .... button "redefine it" [ lst/columns: [field green 100 field red 200 text red 150] lst/data: [["a" "b" "c"]] lst/rowbar: ["col 1" "col 2" "col 3"] lst/update-list ] .... HTH, Cyphre