r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Ann-Reply] Reply to Announce group

Ryan
7-Nov-2006
[1111]
It is one I want to tackle though. form validation is a big problem 
too.
Graham
7-Nov-2006
[1112]
I did some validation on forms which I posted.
Ryan
7-Nov-2006
[1113]
productivity wise, that is.
Graham
7-Nov-2006
[1114x2]
but this was validation by type only.
I was able to use the same code to grab the data from forms, validate 
it, and then repopulate the forms
Ryan
7-Nov-2006
[1116]
Good methodolgy. just needs formatting ability.
Rebolek
14-Nov-2006
[1117]
Anton:
>> do http://anton.wildit.net.au/rebol/doc/bubble-doc.r
connecting to: anton.wildit.net.au
Script: "Bubble-Doc" (14-Nov-2006)
Script: "Window functions" (27-Aug-2006)
** Script Error: Invalid path value: win-pos
** Where: load-workstate
** Near: win-pos: data/win-pos
workspace-pane: data/workspace-pane
workspace/pane:
Anton
14-Nov-2006
[1118x2]
Did you run the earlier version released before today ? You could 
delete the old workstate file.
which in your case should be in the same directory, named %bubble-workstate.r
Rebolek
14-Nov-2006
[1120x3]
yes, it works now
nice
just an idea - you may add one-way lines
Anton
14-Nov-2006
[1123]
You can double-click the line ends to toggle three arrowhead states: 
 arrowhead (default), fins (not sure the exact word), and off.
Rebolek
14-Nov-2006
[1124]
Oh, I see, great :)
Anton
14-Nov-2006
[1125]
The user interface with lines does not work perfectly, you probably 
will have to fiddle with it sometimes.
Gregg
14-Nov-2006
[1126]
Nice Anton!
Anton
15-Nov-2006
[1127]
Thanks, Gregg. :)
Ryan
15-Nov-2006
[1128]
Ive been wanting something like this! thanks Anton.
james_nak
15-Nov-2006
[1129]
Sorry folks I keep adding my responses in the announce group...where's 
that delete button? :  )
Tomc
15-Nov-2006
[1130]
send it to feedback ;)
Graham
15-Nov-2006
[1131]
Synapse chat allows you do edit your posts :)
Anton
15-Nov-2006
[1132]
Ryan, cool !  If you have any ideas for the design then feel free 
to suggest them, as the design is not fixed at the moment. Also, 
if there are styles that you feel the need for then suggest them 
and I'll add it to the todo list for consideration.
Ryan
16-Nov-2006
[1133]
differrent colors for the bubbles is something I hacked in right 
away. It would be nice to change those on the fly
Anton
16-Nov-2006
[1134]
Yes, that's planned.
Graham
17-Nov-2006
[1135]
Max it would be good to see other color schemes in your demos.
Maxim
17-Nov-2006
[1136]
hum, like a pane which shows other colors?  what color schemes would 
you want?
Graham
17-Nov-2006
[1137]
brighter coloured backgrounds, or bitmap backdrops.
MikeL
17-Nov-2006
[1138]
Maxim ... very slick. .....   p.s. when I move the main pane, the 
menus in the demo keep their same origin so launch where they originally 
origined instead of dropping down from the new menu location.
Maxim
17-Nov-2006
[1139]
hum, strange bug. This only happens if you move the main pane while 
the menus are active, it seems....  once the menu is closed, if you 
move the main window, by any amount, the offset is repaired...


Fixed!  Thanks for the bug report.  will be part of next minor release. 
  :-)
Brock
27-Nov-2006
[1140x3]
Anton, just playing with your Bubble-doc.  Was wondering if you were 
planning a more general line-segment tool that allows multiple lines 
to be drawn in sequence, single click starts a new segment of the 
line, double click ends segment.  Also a box tool that allows a user 
selectable flood fill.
Very nice work so far.
oh, and of course user selectable bubble colours.
Anton
27-Nov-2006
[1143]
Brock, yes, however it will be a while before I will have time to 
work on it.
Cyphre
3-Jan-2007
[1144]
regraph: Nice stuff Maxim ;) That's what always came to my mind when 
someone complained DRAW shapes cannot be 'controlled'.
Maxim
3-Jan-2007
[1145x4]
hehe, but do you know how complex the solution is?
liquid makes the real time management of this easier, because of 
all of the implicit processing going on.. but the actual technology 
behind it is quite sneaky  ;-)
I'm actually drawing TWO canvases.
which are always in sync
Cyphre
3-Jan-2007
[1149]
I haven't seen the code but I guess you just check against some bitmap 
mask and then search the objects in an array or so...
Maxim
3-Jan-2007
[1150x2]
not even  :-)  that would make it less than real time.
I draw a second (different, but similar) bitmap and then retrieve 
the color at that position.
Cyphre
3-Jan-2007
[1152x2]
yep...that's what I meant by the 'bitmap mask'
I remember I did lot of simmilar tricks in the arcadia game engine 
editor http://www.rebol.cz/~cyphre/arcadia-editor.jpgwhere the graphics 
rendering has been done completely in DRAW(I mena the old DRAW from 
1.2View) - lot of fun :)
Maxim
3-Jan-2007
[1154]
with liquid being lazy, its processing the least so all it neads 
to refresh on any element change is that AGG line block and then 
it just reassembles the draw list.  updating both lists when it needs 
to (not all changes will actually rebuild the 2nd draw block look, 
since it does not share all properties )
Cyphre
3-Jan-2007
[1155]
nice, now just make some cool vector gfx editor :)
Maxim
3-Jan-2007
[1156]
yes, the next step is to add CV in the default !glob class, so that 
you can link your values with little dots (which are also draw shapes, 
when displayed)
Pekr
3-Jan-2007
[1157x2]
Maxim - Cyphre is here so use his presence to give us some spoilers 
on R3 View :-)
Cyphre, don't you have any demo of new View? Released somehow .... 
by accident? :-)
Cyphre
3-Jan-2007
[1159]
I wanted to post some cool demo with 3D accelerated hi-quality GUI 
from R3 on X-mas but got harddisk crash day before release so all 
my work is lost :-/
Maxim
3-Jan-2007
[1160]
LOL