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

World: r3wp

[!REBOL3-OLD1]

Henrik
26-Feb-2009
[11739x2]
have you studied how the R3 GUI works?
there is a strong separation between the layout and the style code.
kib2
26-Feb-2009
[11741]
I'm just starting reading the wiki.
Anton
27-Feb-2009
[11742x2]
The error that has occurred above is that the "demo-let" that kib2 
looked at is not properly documented. Its script header should declare 
what its dependencies are and in what environment it should be run. 
This is a constant source of time-wasting for everyone, as an undocumented 
script apparently advertises that it has no dependencies and can 
run on its own. So all new-comers to the script will try it in the 
console themselves and see it doesn't work. Now the wondering begins: 
"is it supposed to be working or is it still in development?" etc. 
It's not kib2's fault for not having studied how the R3 GUI works.
Let me just temper that - it just shows that the script is not complete, 
and this is understandable in a system which is in flux.
Josh
27-Feb-2009
[11744]
Haven't they fixed the unicode issue to allow new chat users?
amacleod
27-Feb-2009
[11745x2]
Actually size of the image does not seem to be the prob as this works: 

SQL reduce [{insert into images values (?,?,?,?,?,?,?,?)} "img/1" 
"img/2" "img/3" "img/4" "img/5" pic "img/7" "img/8"]
where pic is a large 4000x3000 full color photo.
I get no error.

But if I loop 50 and insert the above data 50 times I get an error???
soory wrong Group
BrianH
27-Feb-2009
[11747x6]
I went through the CureCode tickets and marked the ones fixed in 
alphas 35 through 37, that weren't already marked. You can see the 
changes in the Change Log section of CureCode, and some fixes are 
summarized on the R3 Releases page too.
Josh, the issue is that the chat server is running on R2 right now 
for reliability. R2 can't handle Unicode except as binary, and certainly 
can't do case-sensitive searches for user names in Unicode. The web 
client for mobile is even worse, and is also R2 since R3 can't handle 
CGI yet.


Right now we are focusing on getting R3 stable enough to use on the 
server-side. Hence the changes in the newest alphas.
If you think there were a lot of changes in the last alpha, you should 
see the next one. I have fixed most of the bugs in LOAD and DO :)
My next project is the begin bugs - there are many - I am just waiting 
on an info request.
R2-Forward has been updated to match alpha 37 as well, though that 
meant adding one more function to the todo list (and 5 more to the 
done list, and 6 more to the improved list) :)
Sorry, make that 18 more to the improved list - I forgot to include 
last night as well :)
Pekr
27-Feb-2009
[11753]
I had another request to join R3 discussion. Couldn't some interim 
solution being made, e.g. refusing names with special chars? Returning 
error would be enough for ppl to know they ought to choose different 
name, no? Because - recent solution was meant to be interim one, 
but it typically became permanent one, without any resolution of 
when actually it gets fixed ...
BrianH
27-Feb-2009
[11754x2]
Not my call - ask Carl.
The function I added to my todo list yesterday is done. Two lines 
of code, though they are tricky :)
Gabriele
27-Feb-2009
[11756x2]
Brian, are you sure that R3 handles case-insensitiveness in Unicode 
text better than R2 with UTF-8?
I remember Carl being againist adding language-specific tables into 
R3.
[unknown: 5]
27-Feb-2009
[11758]
Where do we find information on the new VID of R3?
Henrik
27-Feb-2009
[11759]
http://www.rebol.net/wiki/R3_GUI
[unknown: 5]
27-Feb-2009
[11760x3]
Thanks Henrik
I sure hope we are going to redefine many of the current panels  
such as alert.  Alert looks horrible.
Alert shouldn't present a scroller unless their is scrollable text. 
 Additionally the text on alert should be centered along with the 
button.  I know that alert is just preliminary for now.
Pekr
27-Feb-2009
[11763]
Ah, I would not worry about that. Actually not sooner, than more 
important things get into the system. There are still some concepts 
missing ...
[unknown: 5]
27-Feb-2009
[11764x2]
I don't know much about the progress of R3 GUI yet.
I like the fact that it was going to take on a CSS type of method.
Henrik
27-Feb-2009
[11766x3]
The UI is _very_ preliminary.
The latest shots of the UI can be seen at http://rebol.hmkdesign.dk/files/r3/gui/
but it is still changing and far from done.
The layout engine still performs rather poorly so if elements appear 
off alignment, it's because the layout engine doesn't do this well 
yet. Don't worry, I want pixel precise alignment.
[unknown: 5]
27-Feb-2009
[11769]
Henrik, do you need help?  Maybe I can get involved - if interested 
- just get me up to speed on it.
Henrik
27-Feb-2009
[11770]
thanks, I don't need help right now.
[unknown: 5]
27-Feb-2009
[11771]
Excellent Henrik!
Pekr
27-Feb-2009
[11772]
R3 chat system user account creation reenabled.
BrianH
28-Feb-2009
[11773]
Gabriele, I know that R3 handles case-insensitiveness of Latin1 characters 
in Unicode text better than R2 with UTF-8, but beyond that I don't 
know. There is still some stuff to do relative to Unicode. The implications 
of Unicode support on the rest of the system are mostly implemented 
though, with the glaring exception of PARSE.
TimW
28-Feb-2009
[11774]
Are there any good tutorials on using asyncronous networking in R3? 
 That changed from R2, right?
BrianH
28-Feb-2009
[11775]
Good tutorials: Not yet. Turorials: Sort of. Changed: Drastically.
kcollins
28-Feb-2009
[11776]
TimW, you can find some information on DocBase, notably here: http://www.rebol.net/wiki/Ports
Nicolas
28-Feb-2009
[11777]
Is there implementation information available for students?
TimW
1-Mar-2009
[11778]
Thanks.  The port information is pretty good.
Henrik
1-Mar-2009
[11779]
alpha 37 is now available for OSX.
Gabriele
1-Mar-2009
[11780]
Brian: if it's just latin1, does it really change things? it won't 
always work anyway. but, there's plenty of code to convert utf-8 
to latin1 in R2, so why not just doing that if it's really important 
to have case insensitive accented character in the user names?
Henrik
1-Mar-2009
[11781]
I'm wondering now if r3 eats a lot of CPU when running the upgrade 
procedure under linux or just by using READ with HTTP. It does so 
under OSX.
BrianH
1-Mar-2009
[11782]
Gabriele, Unicode isn't done, so I don't understand this: "does it 
really change things?". I was just answering your question about 
R3. Whether R2 can handle case insensitivity of UTF-8 when third-party 
libraries are added is another issue.


I can't say what Carl's priorities are beyond where he had me mark 
CureCode tickets as urgent, so I can't say when or if Unicode will 
be "finished". User account creation is reenabled, so the whole reason 
this conversation started is moot now.
[unknown: 5]
1-Mar-2009
[11783]
I noticed the GUI demo in R3 is very buggy.  Sometimes it just eats 
CPU and does nothing.
Henrik
1-Mar-2009
[11784]
Paul, have you found patterns for the slowness?
Pekr
4-Mar-2009
[11785]
Why are minimum-of and maximum-of being mezzanines now, instead of 
natives as in R2?
Geomol
4-Mar-2009
[11786]
Pekr, there was an opinion for a name-change. See group "Survey Group" 
in R2-Alpha world, that you have access to. I guess, they ended up 
as mezz to be more compatible with existing code.
[unknown: 5]
4-Mar-2009
[11787x2]
Henrik, not really - its intermittent.  But usually as soon as I 
bring up the demo is when it sometimes locks up.
I actually have to kill the process to regain control on Vista.