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

World: r3wp

[!REBOL3]

RobertS
20-Aug-2010
[4521]
2.100.99.3.1  the use of  function  at  with negative index simply 
returns the whole series - which reminds me to ask why   at   with 
index 0 doe not return the series atfter the last item i.e. place 
you at the end of the series?  The docs for  at   specify behavior 
for a negative index      "Using a negative index N, you can go N 
values backwards in a series:"   PS   I have relocated to Fredericton, 
NB, Canada.  Lovely, green and interesting.
Graham
20-Aug-2010
[4522x2]
Chris, with the hostkit you can compile in your own functions such 
as r3xml
Carl ... http://www.rebol.com/cgi-bin/blog.r?view=0484#comments
... big typo at the top of the page!
Chris
20-Aug-2010
[4524]
G: I'm not clear on how to get to that point or how to do that.  
Or if it's worthwhile?
Graham
20-Aug-2010
[4525x8]
well, there's only the one protocol included so far .. if you want 
your own, you have the option of including, or loading afterwards
Thanks Ladislav for confirming the lack of write access to the rebol.com 
wiki
Chris, how to include your own protocols http://jira.rebolsource.net:8080/browse/REBOLKIT-2
I don't know how much of a pain this would be, but I would like to 
consider overloading of words such as empty?


It would like to see if there were an 'empty? actor if noun is an 
object ...and use that.
in the same way that open, close etc are port actors
I presume that is something that needs to changed in the r3lib.dll 
and is not possible from the hostkit
Hmm... I guess I could just redefine 'empty ...
Afterall is it really necessary for me to write thousands of times 

empty? vidfield/text

when the language should allow me to write

empty? vidfield
PeterWood
20-Aug-2010
[4533x4]
I can confirm that I am able to edit pages in the rebol.com wiki.
Ladislav should also be able to edit them.

Message #6921 explains.
Graham: if you really have to write empty? vidfield/text thousands 
of times, it would probably be worth adding it as a keyboard shortcut 
in your text editor.
Message #6921 on R3 chat.
Graham
20-Aug-2010
[4537x4]
Well, Gregg and I are only 50
Ladislav has rank 70 .. and so either Carl reinstituted the edit 
facility just after ladislav tested it .. or it's broken
Peter .. vidfield was meant to mean any object which has a field 
attribute
text attribute
Ladislav
21-Aug-2010
[4541]
If I remember correctly, I was able to edit even when I had rank 
50. But, currently, notbody is able to edit, as far as I know.
Graham
21-Aug-2010
[4542]
Peter says he can edit
Henrik
21-Aug-2010
[4543]
I'm able to edit as well
Ladislav
21-Aug-2010
[4544]
aha, hmm, I am still unable to log in, strange
Henrik
21-Aug-2010
[4545]
Ladislav from the browser popup login or the web page form login?
Ladislav
21-Aug-2010
[4546]
Browser popup login
Henrik
21-Aug-2010
[4547x2]
that is a public user/pass combination
editor:reb.ol
Ladislav
21-Aug-2010
[4549]
how am I supposed to log in as Ladislav, then?
Henrik
21-Aug-2010
[4550]
there are two login forms. after the browser popup, a web form appears 
here asking you to log in with your R3 chat credentials
Ladislav
21-Aug-2010
[4551]
hmm, where did you find that info?
Henrik
21-Aug-2010
[4552]
first I checked message 6921 in r3 chat. then I tried it in the browser. 
it worked.
Ladislav
21-Aug-2010
[4553x2]
aha, thanks
I am probably a bot, as it looks
Robert
21-Aug-2010
[4555]
I always thought that :-)
RickH
21-Aug-2010
[4556]
Am just getting started with Rebol; haven't spent some development 
time with TCL. Would like some direction on where to start: V2 or 
V3 (with the understanding that V3 has yet to achieve commerical 
level release).


Simply looking for the best way to get my head around it without 
the need to unlearn a whole bunch.
Graham
21-Aug-2010
[4557]
Rebol2 ... R3 is alpha
RickH
21-Aug-2010
[4558]
thanks..
Gregg
21-Aug-2010
[4559]
The fundamentals will be the same, but some details will change.
Graham
22-Aug-2010
[4560]
I used to be able to edit the pages .. so looks like the limit was 
raised to above my rating.  Phew .. less work for me
florin
22-Aug-2010
[4561]
Is there a way to open the Word Browser without the viewtop?
Graham
22-Aug-2010
[4562]
Have you looked at the source?
florin
22-Aug-2010
[4563x3]
Yes. I want to browse the words really, and look at the examples 
too. Thanks.
Is there any rebol library that does continuations?
Are there any plans to have rebol run on moble platforms such as 
android?
Henrik
22-Aug-2010
[4566]
android: should be possible, as it allows native C libraries, but 
not sure about GUI stuff.
Graham
22-Aug-2010
[4567x2]
rebol release 1 does continuations
If you can find it ... was released over 10 years agos
Robert
23-Aug-2010
[4569x2]
Answering to Petr's R3-GUI question, here, as it's not GUI related.
I don't know how many work it requires to get TASK implemented. So 
no idea if this is next.