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

World: r3wp

[Rebol School] Rebol School

Steeve
21-Nov-2008
[908]
what technic he used ? some images of ideograms ?
Graham
21-Nov-2008
[909]
Jerry using R3
Steeve
21-Nov-2008
[910]
holy sh*t, who he killed he to have a copy of R3
Graham
21-Nov-2008
[911]
no one, the current alpha release has unicode support
Steeve
21-Nov-2008
[912]
the first one ?
Graham
21-Nov-2008
[913]
the graphics subsystem was done ... just no VID
Steeve
21-Nov-2008
[914x2]
hum it''s currently bugous, even the subsystem
i tried caret-to-offset, offset-to-caret, it doesn't work
PeterWood
21-Nov-2008
[916x2]
Jerry didn't wait for r3. He did this in May 2007  - http://city.udn.com/v1/blog/photo/photo.jsp?uid=JerryTsai&f_PHOTO_ID=774988
It was reported on The Rebol Week by some fellow called Graham ;-)
Graham
21-Nov-2008
[918x2]
different
see his screenshots of chinese in the R3 console
Steeve
21-Nov-2008
[920x2]
i over reacted, i'm not currently intersted by unicode ;-)
i made some test to build an RTE editor using gobs, but as i said 
the current alpha is bugous
Graham
21-Nov-2008
[922x4]
well some decisions were made.
so we should see a public release very soon ....
need a site to host the BBS and to select one.
probably phpBB3
Alexandr
21-Nov-2008
[926]
Thank you for hint. But unfortunately current alpha release I have 
found is only for Windows and I don't use it :-( At least I had no 
luck to find rebol3 for Linux
Sunanda
22-Nov-2008
[927x2]
Alexandr: < I tried ascii-chart script and it unfortunately doesn't 
show any cyrillic letters>
What I did that showed me some cyrillic was this:
** download the ascii-chart.r script from rebol.org
** change this line
     [append hex-lo [box 25x25 blue]
to
    [append hex-lo [box 25x25 blue font-name "WP CyrillicA"]
WP CyrillicA

 is a Cyrillic font I happen to have installed on my Windows PC. Any 
 Cyrilic font you have is likely to have a different name. When specifying 
 the font name it is case sensitive.


If this works for you. it may also help for many VID styles (BOX, 
BUTTON etc) It probably won't help for ALTER and other pop-up boxes
Alter!?
I mean ALERT of course.
RobertS
22-Nov-2008
[929]
I have found some errors in the rebol wiki book.  I sent themto Carl 
but he must be far too busy for this sort of thing.  The falws failed 
in 2.7.6 but failed with different result in th eold 3.0 alpha
Is anyone here on altme interested in the wikibook ?
Graham
22-Nov-2008
[930]
wikibook?
Henrik
22-Nov-2008
[931]
Carl has nothing to do with the Wikibook. We have an old group for 
the Wikibook.
Graham
22-Nov-2008
[932]
Yes, a few of us here are authors for it
Henrik
22-Nov-2008
[933]
It was written before R3 was announced. I don't even know if anyone 
has updated it since then.
Graham
22-Nov-2008
[934x3]
we should move the wikibook to the new wiki once it is up and running.
Richard has offered us a PC to host the web BBS and new wiki
we should be able to use wiki tools to download it and I can then 
upload to the new wiki
Alexandr
22-Nov-2008
[937]
Sunanda, thanks for your help. Anyway, I tried all my fonts, which 
do have russian (cyrillic) letters, but still had no luck. Seems 
I really have to wait for Rebol3 as nobody knows how to solve this.
Sunanda
23-Nov-2008
[938]
Sorry to hear that. Have you tried any of the available UNICODE-enabled 
R3 alphas to see if they work with Cyrillic?
Vladimir
23-Nov-2008
[939]
This is of great importance for me to.... There are three alphabets 
in use in my county... Whitout these characters I can not enter any 
name properly into database and can not print forms required by law... 
There are ways around it offcourse.. but I want r3 so badly :)
Alexandr
23-Nov-2008
[940]
Sunanda, I don't have Windows since this summer any more, and the 
only alpha I have found (http://www.rebol.net/builds/rebol3/alpha/rebol29904031.zip) 
works only under Win. I guess there was no alpha release for Linux 
yet...
Henrik
23-Nov-2008
[941]
Not yet a linux release, as cursor management under the linux console 
would no longer be handled by the GNU tools for that. I don't remember 
the details, but it is seriously not fun to use, when you can only 
enter text and not use the cursor at all..
Alexandr
23-Nov-2008
[942x2]
Vladimir, I can understand you very well... English speaking people 
(and living in english-speaking countries) don't have such a problem, 
but when you have to deal with one or more non english languages, 
that becomes a trouble. I was so inspired by rebol's philosophy and 
it's advantages that I spent over 2 weeks trying to make it work 
with Cyrillic, but no way - the only way now is to make images with 
Russian text and use them as buttons. You would agree this hardly 
can be a workaround... And as to Rebol3 - it seems to me that we 
all so much awaiting for it that by Magnus law it would not be realeased 
quite soon :-)
Henrik, did you mean using rebol3 in WINE under Linux?
Henrik
23-Nov-2008
[944]
alexandr, that will work. I talked about an early Linux port, but 
it is not fun to use.
Alexandr
23-Nov-2008
[945x2]
If I only was a bit sure that there would be enoough compatibility 
between R2 and R3, I probably would begin to learn rebol and write 
programs I need without Russian living this part for a future, when 
R3 would be released. But who can point me how much of compatibility 
would it be and in which places of rebol? Maybe syntax would change 
so much that one would have to rewrite scripts from the beginning? 
Who knows..
Henrik, can you tell me where is it possible to find that Linux port? 
I'd like to test it with all it's flaws but as I said I couldn't 
find anything from alpha for Linux at all
Henrik
23-Nov-2008
[947x2]
syntax won't change much. it's the underlying conventions, dlalects 
and UI that will change, so if you learn R2, it will be easy to move 
to R3.
Alexandr, the port was internal. Not released.
Alexandr
23-Nov-2008
[949x3]
Thanks for the tip, probably I really would  begin with that without 
unicode in hope I would add this possibility later!
Ah, internal...I see.
As for now I have to write my very simple program in gtkdialog and 
I must say it doesn't inspire me at all after reading and trying 
many rebol scripts and wondering how simple can simple things be 
:-)
Henrik
23-Nov-2008
[952]
very understandable. :-)
Sunanda
24-Nov-2008
[953]
<If I only was a bit sure that there would be enoough compatibility 
between R2 and R3...>

They will be highly compatible, but with enough changes to break 
many scripts. As far as I know there is no definitive list of confirmed 
incompatibilities on the R3 wiki. A quick scan of the R3 blog offers 
some clues:
http://www.rebol.net/cgi-bin/r3blog.r?index=0
Vladimir
24-Nov-2008
[954]
Does anybody have any experience with Lucene full text search library?

Its written in java... one of my friends who mostly uses python says 
its exellent and very fast.

Is there anything like that in rebol besides simple rebol functions 
like find, select ?
PeterWood
24-Nov-2008
[955]
You could take a look at Sunanda's skimp - http://www.rebol.org/documentation.r?script=skimp.r
Gregg
24-Nov-2008
[956]
I think Maarten looked at Lucene. He can confirm when he checks in 
here. He's done some other indexing R&D as well, so will have good 
input.
GiuseppeC
15-Dec-2008
[957]
Not sure it is the right group.

Could someone please remind me how to use read/custom to read and 
post cookies ?