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

[REBOL] Forms Designer

From: james::mustard::co::nz at: 30-Oct-2001 11:39

Hi folks, Been working away for a bit on a gui-designer for forms in REBOL/View. Nothing as complex as Ammon's RIDE ;) some screenshots of where I'm at are: http://www.mustard.co.nz/rebol/guiform/guiform-day5a.png http://www.mustard.co.nz/rebol/guiform/guiform-day5b.png http://www.mustard.co.nz/rebol/guiform/guiform-day3a.png http://www.mustard.co.nz/rebol/guiform/guiform-day3b.png http://www.mustard.co.nz/rebol/guiform/guiform-day3c.png Some aspects of the code page layout will be changing - especially will be moving from using an area as a container to using a list of area controls with a table type layout for more advanced editing prospects such as ordering code by last modified date, inserting external layouts etc. Current focus (before I let it into the wild for alpha <grin>) is on either re-writing the text-list to accept drag / over / away events or learning to use sensors ;) Oh, yeah.. I'll also have to hook up the scroll bars so they actually do something.. (heh - forgot it in the rush). James. REBOL [ Title: "Silliness" File: %none.r Date: 30-10-2001 Purpose: "See Title" ] view layout/size [ banner "Yes - I do 18 hour days.. why do you ask?"] 400x150