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

World: r3wp

[Ann-Reply] Reply to Announce group

Anton
12-Oct-2006
[1075]
Ah sorry.
Maxim
13-Oct-2006
[1076x2]
ladislav what changed?
(include)
Henrik
13-Oct-2006
[1078]
graham, how about if I call my http-tools.r http-query-tools.r instead?
Graham
13-Oct-2006
[1079]
up to you :)
Ladislav
13-Oct-2006
[1080]
INCLUDE: URL manipulation correction, the previous change introduced 
a bug
james_nak
25-Oct-2006
[1081]
Rebolek, how cool.
Rebolek
25-Oct-2006
[1082]
thanks James
Brock
31-Oct-2006
[1083x2]
nice... I did it again!!!
(where's that delete message feature when you need it)
Maxim
31-Oct-2006
[1085x7]
the looks are a bit scattered.. I'm just doing a quick slap of most 
of the visible styles.
but the real features are not really the styles but the other things...
the resizing, the new pulldown menus, the fast scrolling, transparent 
modal handling,  inspector, set of requestors, file browser.
I'll be adding a tab selector shortly.
(and docs are on their way shortly)
and btw, GLayout is a layer over VID, so any VID styles you have 
can pretty easily be imported straight into GLayout.  All they need 
to do is react to one or more callbacks, for which many presets are 
already built up, which you can just pick and choose.
and, I must also add that some of the visuals are based on prior 
work done by henrik.
Pekr
31-Oct-2006
[1092]
crashes here ...
Maxim
31-Oct-2006
[1093x3]
linux?
I have to go... halloween here! later everyone.
post any comments or issues... I'll be sure to see what I can do.
Pekr
31-Oct-2006
[1096]
>> 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 ...
Graham
31-Oct-2006
[1097]
Works for me though.
james_nak
31-Oct-2006
[1098]
GLayout:
** Script Error: normal has no value
** Where: vid-view
** Near: show scr-face
if new [do-events]
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 :)