World: r3wp
[Ann-Reply] Reply to Announce group
older newer | first last |
Edgar 31-Oct-2006 [1099] | Looks good! |
Maxim 1-Nov-2006 [1100] | following discussion from ann-reply : Pekr: >> do http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=glayout-demo.r connecting to: www.rebol.org Script: "GLayout demo" (31-Oct-2006) Script: "SLiM - STEEL | Library Manager" (14-Jul-2004) ** Script Error: Invalid path value: find-path ** Near: unless slim/find-path %GLayout.r [ either confirm "GLayout not found. Download it from Rebol.org?" [ either ... hum, looking at the date besides your slim install... its a very old version! I guess you had tried it out a few years back and still use the same rebol install or user. just delete the slim.r file and the demo script will download it for you again. |
james_nak 1-Nov-2006 [1101] | Maxim, I thought perhaps I had the same problem and now it works. Very nice. |
Maxim 1-Nov-2006 [1102] | thanks, happy it works :-) |
Graham 7-Nov-2006 [1103x2] | Ryan, not clear yet on what this does. |
Is to populate a Rebol form based upon saved data? | |
Ryan 7-Nov-2006 [1105x2] | Yes, and the reverse. |
Or, just to capture the data from a form (window, panel, etc) so it can be worked with easier. | |
Graham 7-Nov-2006 [1107] | Ok. |
Ryan 7-Nov-2006 [1108] | Its get-face / put-face on steriods. |
Graham 7-Nov-2006 [1109] | No form validation ? |
Ryan 7-Nov-2006 [1110x2] | lol, no. thats a different animal. |
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 | |
older newer | first last |