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

World: r3wp

[!REBOL3]

Graham
20-Aug-2010
[4538x3]
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
[4569x3]
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.
IMO focus should be now on bug-fixing and closing open tickets. There 
is still some smaller things to do on the AGG side. And than get 
a V1.0 out of the door. Because I don't see any cause to not make 
an offical V1 release of R3 anymore. It's mostly ready for prime 
time.
Pekr
23-Aug-2010
[4572]
I posted in R3-GUI as I consider it being "your group" :-) Well, 
1-2 month bug-fixing could be usefull, but I know ppl - noone will 
consider R3 ready, unless the basic infrastructure is in-place. And 
not having tasking/IPC is one big handicap - e.g. Doc will surely 
not start the Cheyenne transition (if he will port it at all) ..... 
that's how I feel about it. 'Call needs to be implemented too, or 
R3 stays in isolation for system related scripting. Your aproach 
limits R3 to only GUI realated usage ... if we are rushing to have 
R3 1.0 stamp on it, then priorities, or simply target feature-set 
should be discussed, and set ....
Maxim
23-Aug-2010
[4573x2]
until R3 supports threads, I don't think we should consider it beta. 
 this is too big a hole in 2010 for it to be sidestepped and ignored.
adding threads *could* have far reaching implications in many little 
areas of R3.  I woudn't want to start a big project and then realize 
that its broken after a thread enabled release.
PeterWood
23-Aug-2010
[4575]
Robert: I presume that your comment that R3 is mostly ready for prime 
time relates to R3 on Windows
Maxim
23-Aug-2010
[4576]
with async callbacks, we can even implement device supporting libs 
now. so the callback is a BIG step forward.


congrats to Carl to pulling this one off without disrupting anything 
in the extension/host-kit API.
Pekr
23-Aug-2010
[4577]
I just wonder, why Carl regards it being a preliminary release, and 
that the concept has yet to be proven - is there any other way than 
using events? :-)
Henrik
23-Aug-2010
[4578]
There may be something else he wants to do. He has mentioned briefly 
a method for creating MVC based GUIs using ports and events, thus 
making that a low-level feature. This would require a small bit of 
code, but I don't know if it affects tasking. I don't know what else 
that means, because that's all he said about that.
Graham
23-Aug-2010
[4579x2]
'read is broken in the latest hostkit
Is doc coming back?  He hasn't been here for over a month
Maxim
23-Aug-2010
[4581]
we was on vacation starting end of july.
Graham
23-Aug-2010
[4582]
You went together?
Maxim
23-Aug-2010
[4583]
we = he
Pekr
23-Aug-2010
[4584]
:-)
Henrik
23-Aug-2010
[4585]
we
 could have been interesting
Maxim
23-Aug-2010
[4586]
I'm on vacation too.  :-)
Pekr
23-Aug-2010
[4587]
Today I read about the MUI (Amiga). Some ppl still consider it being 
kind of good aproach to GUIs, and now AROS is getting it too. I mean 
- if Carl wants to look at some low-level framework, MUI might be 
the system to study ...