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

[REBOL] Dynamically adding boxes to layout

From: robert::muench::robertmuench::de at: 18-Dec-2001 19:30

Hi, I have to followig problem: I'm doing some calculation that results in some object positions. Now I want to draw boxes with these calculcated positions. The number of boxes is not known until run-time. It's easy to do it statically: view layout [ box 25x25 box 10x10 ] Ok, but how do I add further boxes at run-time? Robert