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

World: r3wp

[Ann-Reply] Reply to Announce group

Maxim
1-Feb-2011
[2442]
what's RIP?
Rebolek
1-Feb-2011
[2443]
Carl's REBOL packer, it should be on http://www.rebol.org
Maxim
1-Feb-2011
[2444x2]
hum will look into it, could be another idea.
rip seems to work quite well  :-)

its actually making smaller archives than zip in my initial tests!
DideC
2-Feb-2011
[2446x2]
RMA, panel doc :

The light gray text on white background that you use for code block 
is nearly unreadable. Please darken the text a bit !
And the constrast between black background and white box hurt my 
poor eyes too.
I wold prefer code block in dark gray bg and white texte !
Henrik
2-Feb-2011
[2448]
DideC, which document are you reading? I'm having trouble finding 
the correct link.
DideC
2-Feb-2011
[2449x3]
This one
http://www.rm-asset.com/code/level1/r3-gui/gui-panels/
With FF3
sorry, with Firefox 3.6
Henrik
2-Feb-2011
[2452]
ah :-) I thought my carefully planned document scheme was a problem.
Robert
2-Feb-2011
[2453]
DideC, yes, we know. Already working to fix it. This comes from using 
MDP format internally and just hard-copy the generated HTML code, 
without style adaption.
DideC
2-Feb-2011
[2454]
so add a class to the HTML used by MD, then go CSS.
Ashley
2-Feb-2011
[2455]
Also consider changing the page heirarchy: Clicking "Code" then "Level-1" 
then "R3-GUI Library" then "GUI Panels" is not very intuitive.
Robert
2-Feb-2011
[2456]
You mean the Level-1 stuff? Well, we organize our stuff internally 
this way... should direct people to the right level of interest.
Pekr
2-Feb-2011
[2457]
I somehow agree with Ashley, though I can understand that you have 
some structure set. The top level menu simply does not show - Docs 
directly. So intuitively I went to Code, and then - huh, what's Level-1? 
If I would not read more about your infrastructure, I would feel 
a bit lost probably :-)
Robert
2-Feb-2011
[2458x2]
Well, it's explained in short words on the left side... I can't free 
everyone from reading.
But it's not a big deal to change the structure... if it adds value 
and doesn't bloat the menus.
jocko
2-Feb-2011
[2460]
having access to a pdf copy of the content could be nice also
Henrik
2-Feb-2011
[2461]
don't know when that is planned :-)
james_nak
2-Feb-2011
[2462]
Thank you all for providing the r3 gui code. Pretty nice stuff.
Pekr
4-Feb-2011
[2463]
Cyphre - re RMA Asset's hostkit release - is also exe distro updated?
Robert
4-Feb-2011
[2464]
As far as I see, yes.
Henrik
4-Feb-2011
[2465]
Cyphre, the freetype issue, is this useful to steve solie? If so, 
he should be notified immediately.
Cyphre
4-Feb-2011
[2466x2]
Pekr, no the exe was not yet updated but it will be updated during 
today. There shouldn't be any significant change except the one text 
caret crash fix. The freetype support is useful mostly for easier 
porting to other platforms.
Henrik, ssolie already got that update at the time he worked on the 
Amiga port so this is nothing new for him.
Oldes
4-Feb-2011
[2468x2]
btw.. there is still one text caret bug which must be fixed... when 
you click at the end of text. (but this one could be handled in the 
REBOL side)
But better to fix it in the C side... the problem is, that offset-to-caret 
returns none where it should return tail of the last text.
Henrik
4-Feb-2011
[2470]
Cyphre, ok
Cyphre
4-Feb-2011
[2471]
Oldes, yes...this is know issue, but I was not able to get to it 
yet.
Oldes
4-Feb-2011
[2472x2]
no problem.. also I should correct myself.. it does not returns none, 
but empty block.
(when clicking on the right side of the last char in the last text)
Cyphre
4-Feb-2011
[2474]
I hope I get to it soon. i also wanted to fix the 'newline command 
handling in the text block which currently doesn't work well at the 
native level.
Gregg
3-Mar-2011
[2475]
Thanks to both Kaj and Andreas for taking up the 0mq task. Since 
Andreas made it so easy to try, with prebuilt binaries, I already 
played a bit, and it works fine here. Very exciting stuff guys.
GrahamC
3-Mar-2011
[2476x3]
Can someone explain the significance of this to us?
Could it be used for the backbone of LNS ?
A 3rd generation Altme client?
PeterWood
3-Mar-2011
[2479]
Very. Yes. Yes.
Pekr
3-Mar-2011
[2480]
IOS, IOS ... that was much better architecture :-)
MikeL
3-Mar-2011
[2481]
I always thought that Cheyenne would be a candidate to leverage ZMQ
Kaj
3-Mar-2011
[2482]
All of those things
james_nak
3-Mar-2011
[2483]
Sweet. Thanks Kaj and Andreas.
Gregg
4-Mar-2011
[2484]
It can be used as the backbone for all kinds of things. The only 
big hole I know of in 0MQ is that the IPC scheme doesn't work on 
Windows. It's worth skimming their docs.
GrahamC
4-Mar-2011
[2485]
Thanks ...
Oldes
4-Mar-2011
[2486]
Thank Josh for sharing, the Redis looks like interesting project.
jocko
4-Mar-2011
[2487]
Waow ! huge work ! Congratulations RMA team!
GrahamC
4-Mar-2011
[2488]
Is there a demo with the rma build ?
Ladislav
4-Mar-2011
[2489]
Sure, many demos
GrahamC
5-Mar-2011
[2490]
Jocko .. load-gui works I think
jocko
5-Mar-2011
[2491]
Yes, it works with the RMA build, but my tests are to check the level 
of compatibility with the standard r3 build, and, to that respect, 
I need to replace the load-gui by a do %r3-gui.r3. (At least, I suppose, 
I have not checked)