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

[REBOL] Re: win-offset? screen-offset? bug

From: rotenca:telvia:it at: 24-Mar-2002 23:49

Hi, Brett Here it is my last version of panel, the previous one did not work with local words (because layout do not preserve binding): stylize/master [ana-panel: IMAGE with [ words: [setvar [new/var: second args next args]] feel: none append init [ parent-face: layout/parent/size/styles second :action self size copy self/styles if word? var [set var parent-face] ] ] ] use [p][layout [ana-panel setvar 'p [text]] dump-face p] --- Ciao Romano