Forms Designer
[1/3] 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
[2/3] from: ptretter:charter at: 29-Oct-2001 17:32
Very cool James. Is that only based on VID or does it go deeper?
Paul Tretter
[3/3] from: gschwarz:netconnect:au at: 30-Oct-2001 10:37
James,
Nice work. :-) I wish I had more time to learn more.
Regards,
Greg