World: r3wp
[Ann-Reply] Reply to Announce group
older newer | first last |
DideC 2-Feb-2011 [2450x2] | 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) |
Robert 5-Mar-2011 [2492] | Only our version of R3 loads our version of R3-GUI |
jocko 5-Mar-2011 [2493x2] | no, it's ok also with the standard a111 (recompiled, see what I did : http://www.colineau.fr/rebol/r3-gui.html) |
at least for all the demos I tested, including yours | |
Robert 5-Mar-2011 [2495] | I meant out-of-the-box |
jocko 5-Mar-2011 [2496] | I understand, but, basically, it should be out of the box : the r3dll.dll is the standard one, and as I said, the only thing I added is the line #define TO_WIN32, which in any case, should be declared. |
Kaj 5-Mar-2011 [2497] | Nice doc, Jocko |
JoshF 6-Mar-2011 [2498] | About disreb: Sorry to be unclear originally. At the moment, it's R2 only (I'm currently sticking with the latest version of R2 because I understand that it has a more stable GUI), however I am very willing to incorporate changes for R3. I'm not yet sure what the best fashion of collaboration with the Google code site is, but hopefully I'll have some time to investigate tomorrow. Sorry for the late reply, but I have imperfect access to AltMe (it's firewalled at work and I forgot my password (ha!) so I don't have it working on the computer I'm programming disreb with). @Oldes, I hope you find it useful should you chance to use it! Thanks! |
Robert 6-Mar-2011 [2499] | Andreas, is you 0MQ stuff synchron only? Or does it support async message passing via callbacks? |
older newer | first last |