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

[REBOL] Re: list style

From: anton:lexicon at: 10-Apr-2002 11:41

Have you tried modifying the list's feel/redraw ? It starts off as none so you should be able to put your own code in there no problem. eg. try this: view layout [ list 300x300 [button] data [["hello"]["there"]] feel [ redraw: func [face act pos][print "redraw"] ] ] Anton.