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

World: r3wp

[Announce] Announcements only - use Ann-reply to chat

Robert
11-Jul-2011
[1132]
That's cool!
Janko
11-Jul-2011
[1133]
Awesome :)
GrahamC
11-Jul-2011
[1134]
just as carl appears to be abandoing Rebol!  ironic timing.
Kaj
11-Jul-2011
[1135]
Wow, there are three languages less popular
Maxim
11-Jul-2011
[1136]
wow C (not C++) is still the fourth language on github... If you 
poked around in most programming shops, everyone whould say C is 
dead.  :-)
Steeve
11-Jul-2011
[1137]
chemists and physicists are both in science but do not use the same 
tools
Robert
11-Jul-2011
[1138]
IMO C is coming back. Simple, matured, works.
Geomol
11-Jul-2011
[1139x2]
hmm

It probably comes back, but I find it too easy to make mistakes in.
Pro is also, it's fast at execution.
Good libraries might help with the mistakes.
(Should have been in Ann-Reply, sorry.)
MaxV
14-Jul-2011
[1141]
Rebol plugin: 
you can visit: http://www.maxvessi.net/rebsite/plugin/index.html

to test if it works, tha pages contain some scripts. If you want, 
I can adder more...
nve
14-Jul-2011
[1142x2]
Great !
Tested under Opera.
Windows, W7
NickA
14-Jul-2011
[1144x2]
working in firefox, w7
How is this different than http://re-bol.com/rebol.html#section-9.11
?
Endo
14-Jul-2011
[1146]
very nice, I tested it under XP/Pro with Opera 10.50.
please see the Plugin-2 group.
MaxV
14-Jul-2011
[1147]
Dear NickA, now with HTML5 it's easier put "strange" plugins inside 
html page with the <embed> element, just paste something like:
<embed name="REBOL_Moz" type="application/x-rebol-plugin-v1"
WIDTH="400" HEIGHT="400" 
ALT="REBOL/Plugin"
bgcolor="#ffffff"
version="1.2.0"
LaunchURL="http://www.rebol.com/view/demos/bubbles.r"
></embed>
WuJian
14-Jul-2011
[1148x2]
It works on Chrome, WindowsXP
also on Safari
Pekr
15-Jul-2011
[1150]
FF 5.x, Windows Vista,OK
Alan
15-Jul-2011
[1151]
WinXP Pro works with Chrome/Opera/FF but not IE
Pekr
15-Jul-2011
[1152]
Has anyone tried following means of running nstype plugins in IE 
>5.5 SP2? https://developer.mozilla.org/en/ActiveX_Control_for_Hosting_Netscape_Plug-ins_in_IE
MaxV
15-Jul-2011
[1153x3]
I posted some demo video on youtube:
http://www.youtube.com/watch?v=-RVhBImcEAE
http://www.youtube.com/watch?v=P1VoyLoYIa0
http://www.youtube.com/watch?v=VDNw7Vff21s
http://www.youtube.com/watch?v=srZPbFMUMkU
http://www.youtube.com/watch?v=KrIWf-fIhA0
http://www.youtube.com/watch?v=4spBJ7hMckQ
http://www.youtube.com/watch?v=JIHo7JY5tRA
Pot vidoes about Rebol you too! :-)
Rebolide, the rebol IDE for beginner, now has the cross-platform 
rebol core viewer!!!
http://www.rebol.org/view-script.r?script=rebolide.r
MaxV
19-Jul-2011
[1156]
Facebook is changing the groups, so probably the Rebol group will 
be archived or whatever Mark Zuckerberg wants.
So I copied all posts and the "weekly" emails in a blog:
http://rebol2.blogspot.com/
You'll find there almost anything. :-)
Oldes
19-Jul-2011
[1157x2]
What does it means that is changing the groups?
(sorry... answer in any other chat group)
Andreas
21-Aug-2011
[1159]
I've added support for REBOL to "ohcount", Ohloh's source code analysis 
tool. As of today, those patches are live on Ohloh, making REBOL 
a language recognised by Ohloh:

https://www.ohloh.net/languages/92

Let's hope projects previously on Ohloh will get reindexed soon.


From Ohloh's about page: "Ohloh is a free public directory of open 
source software and people. [..] Ohloh is a directory, [..], and 
an analytics service. We use the data from our directory to create 
historical reports about the changing demographics of the open source 
world."
Ladislav
21-Sep-2011
[1160x3]
I updated

http://www.fm.tul.cz/~ladislav/rebol/include.r

INCLUDE REBOL doer/preprocessor.

Changes:

- file identification corrected
- suport for user-defined directives added
Also, the INCLUDE documentation page:

http://www.rebol.net/wiki/INCLUDE_documentation


has been updated to describe how the users can define their own INCLUDE 
directives.
It is recommended for all INCLUDE users to switch to this version
Ladislav
22-Sep-2011
[1163]
The

http://www.rebol.net/wiki/INCLUDE_documentation


enhanced, the #print (debug-print) user-defined directive added as 
an example. Also, I am adding the description of the localization 
directives.
Robert
22-Sep-2011
[1164]
I updated make-doc-pro on my homepage. Latest changes are all done 
by Henrik or Ladislav.
Cyphre
30-Sep-2011
[1165x2]
New update of RMA version of R3 host-kit is available at http://www.rm-asset.com/code/downloads/index.html

This release contains following changes:
-added active/inactive events
-fixed compiler warnings
-fixed modal window key events bug

-added window show states programatic handling (see SHOW command 
help)
-fixed unicode text rendering bug
-fixed memory leak in text dialect


NOTE: This version is also needed to be able run the latest R3GUI 
from RMA.
New RMA release of R3GUI version 3015 is available on:


http://www.rm-asset.com/code/downloads/files/r3-gui-src.zip- this 
is the full source version + docs


http://www.rm-asset.com/code/downloads/files/r3-gui.r3.zip- this 
is the 'classic' one file release

or just simply type LOAD-GUI in the RMA version of R3.exe


Feel free to try it and let us know in the R3GUI Altme group. Any 
feedback is appreciated.


NOTE: this version is compatible only with the RMA version of Rebol3. 
You can get it from: http://www.rm-asset.com/code/downloads/files/rma-r3-build.zip

Release notes(just the main changes):

-removed reactors
-udpated documentation
-reworked text-list, text-table styles
-new testing tool + basic tests included 
-improved keyboard handling
-many internal and style related fixes and improvements


for more details see r3-gui-changes.txt in the zip archive (the changelog 
will be updated on the RMA webpages soon as well)
Robert
1-Oct-2011
[1167]
Note: The code is not yet uploaded and the URL is not correct. Cyphre 
did use the old-company site. I'm going to post an update.

THE CODE IS NOT YET ONLINE FOR DOWNLOAD
BrianH
1-Oct-2011
[1168]
Thanks for the ongoing work, RMA! Glad to know the code isn't quite 
updated yet though. Since that is the case, please make the http://issue.cc/r3/1890
fix in the RMA host kit before you post the next version. I could 
use this fix today.
Andreas
1-Oct-2011
[1169x2]
Sorry, that fix won't work in general.
(Sorry again: -> !REBOL3)
Robert
2-Oct-2011
[1171]
Web-Site updated. See: http://saphirion.com/development/


- the rm-asset.com site is no longer valid, the company was terminated

- we use a web-font please let me know if you see any screwed up 
pages
- this R3-GUI release is a huge one, see history

Any comments and feedback welcome.
PeterWood
2-Oct-2011
[1172]
The RMA group has been renamed to Saphirion.
Ladislav
8-Oct-2011
[1173]
I described a new dialect proposal at:

http://www.rebol.net/wiki/Replacement#SUBSTITUTE

Invite you to discuss it at the Core group
ddharing
9-Oct-2011
[1174]
Good news! Well, I think so anyway. Carl modified the REBOL home 
page yesterday -- http://rebol.com.


There is a new link to the following page -- REBOL Overview For Scientists, 
Engineers, Professors, Programmers. I think this is a new page.
Pekr
9-Oct-2011
[1175]
you can watch rebol.com changes here - http://www.rebol.com/recent.html
ddharing
9-Oct-2011
[1176]
That's good to know. Thanks. So this is the first website change 
since March.
Janko
12-Oct-2011
[1177]
Wow .. nice
Ladislav
13-Oct-2011
[1178]
http://www.fm.tul.cz/~ladislav/rebol/include.r

has been updated. Main changes:

INCLUDE-PATH became INCLUDE-CTX/PATH
INCLUDE-LOG became INCLUDE-CTX/LOG
GET-INCLUDE-DIRECTIVES became INCLUDE-CTX/GET-DIRECTIVES
SET-INCLUDE-DIRECTIVES became INCLUDE-CTX/SET-DIRECTIVES


For other changes see the updated documentation (the Changelog section) 
at

http://www.rebol.net/wiki/INCLUDE_documentation

Sorry for any inconveniences caused by the "context adjustments"
Ladislav
22-Oct-2011
[1179]
Announcing a new version, 

    http://www.fm.tul.cz/~ladislav/rebol/include.r

has been updated. Main changes:


- a new helper function INCLUDE-CTX/UPDATE-DIRECTIVES has been defined


This function makes directive updating comfortable enough for every 
user. For other changes, see the "Changelog" section of the

    http://www.rebol.net/wiki/INCLUDE_documentation

, which has been updated as well to reflect the changes.
sqlab
22-Oct-2011
[1180]
I guess #include-string binary-file should be #include-binary binary-file 
in the documentation
Ladislav
22-Oct-2011
[1181]
http://www.rebol.net/wiki/INCLUDE_documentation


corrected (directive name typo) in accordance with the above report