World: r3wp
[!REBOL3-OLD1]
older newer | first last |
shadwolf 15-Jul-2008 [6534x2] | well that's my personal taste the only way to get me spend hours on a GUI is when I write a brand new widget ^^ |
other while I like the short GUI code provided in VID2 | |
BrianH 15-Jul-2008 [6536] | In general, how often do you write new widgets, and how often do you just use them? |
shadwolf 15-Jul-2008 [6537] | hum depend with VID2 most of my work was doing widgets lol |
BrianH 15-Jul-2008 [6538] | With the exception of the resize code (my real biggest VID2 project), most of my VID work was just using them :) |
shadwolf 15-Jul-2008 [6539x3] | but anyway that's another way to organise the code maybe the most of ppl will like it and I still can do a bridge dialect VID2-> VID3 to keep my habits in GUI coding hihihihi |
I will label that bridge MakeVID2 lol | |
like a makedoc but for VID2 -> VID3 | |
BrianH 15-Jul-2008 [6542] | I did notice that you have to create new widgets in VID2 a lot more than seemed necessary to me. I hope that most people can get away with just using widgets in their code, and leave the widget creation to the GUI designers (which I am not). |
shadwolf 15-Jul-2008 [6543] | yeah but hum with VID2 If you wanted something hum looking a little bit pro (before rebGUI) you was obligated to build your own widgets or customize the existing ones ... |
BrianH 15-Jul-2008 [6544] | Yup, that is definitely the case with VID2. With VID3, you are supposed to just be able to download a professional looking skin made by someone like Henrik and get back to the work of doing your aplication :) |
shadwolf 15-Jul-2008 [6545] | but hum .... I like to play with widgets ^^ |
BrianH 15-Jul-2008 [6546] | Then you will be someone I will call upon when I need to do an application :) |
shadwolf 15-Jul-2008 [6547x2] | lol |
if i can use my makeVID2 we get a deal lol | |
BrianH 15-Jul-2008 [6549] | (check private) |
Kaj 15-Jul-2008 [6550x2] | Oscar is in real world use even now, as part of Syllable. |
No, it's ORCA | |
BrianH 15-Jul-2008 [6552x2] | Sorry :) |
I mistyped. How is ORCA doing? | |
Kaj 15-Jul-2008 [6554] | Indeed it's being in active use in Syllable, both Desktop and Server. Regarding development, it's currently in maintenance mode |
shadwolf 16-Jul-2008 [6555x11] | Orca is a REBOL-like interpreter which can be used under the terms of either the GPL or LGPL. The interpreter is a C library so that C/C++ applications can use Orca as an embedded scripting system. |
Hum integrated in a C library that reminds me something .... | |
ORCA THERE --> http://trac.geekisp.com/orca/wiki | |
I'm looking of what can be done and how it can be done with orca hum compare to rebol that's a short version. | |
on language structure i realy don't see why it revendicates to be a rebol like VM .... | |
it's more like a shell ... than rebol | |
no block structure and rebol is all about the block !! | |
ORCA code example: | |
last: := " "; line :=" " ; i:= 1; line := item [i] ++ " " number[i]; if i > n then do do last := item[i]; i := i + 1etc .... | |
hum this orca wiki is inactive since 2 years | |
hum i make a mistake the code samle igived is thune | |
Chris 16-Jul-2008 [6566] | http://trac.geekisp.com/orca/wiki/OrcaProject<- seems like a better start point... |
Henrik 21-Jul-2008 [6567x2] | So Carl is back for a bit. We're having a little chat. Will post a summary when we're done. |
(it's quite interesting!) | |
Davide 21-Jul-2008 [6569] | Henrik, please, can you ask Carl if there will be the some kind of breakpoint, variable inspection, change code and continue in R3 ? (Thanks for sharing) |
Henrik 21-Jul-2008 [6570] | Question posted :-) |
Graham 21-Jul-2008 [6571] | Carl surfaced for air and dived again. He asked about help naming the new "VID" system without calling it "VID". |
Henrik 21-Jul-2008 [6572] | http://hmkdesign.dk/rebol/files/90e3407319954c2fb00e1665fdbd0e22-128.html <--- Summary here. |
[unknown: 5] 21-Jul-2008 [6573] | Henrik thanks for posting. That sounds a bit like how I currently dev my gui apps. They behave like webpages for the most part. |
shadwolf 21-Jul-2008 [6574x3] | Carl is still wondering how to name thing ....I think really that's not the main problem actually ... I'm more interrested to know how the dev goes according to the road map than knowing how rebol VM without View is going to be called how REBOL language is going to be named how rebol/view is going to be named next ... |
a stronger link betwin "networking" and "visual" modules ??? hum that's like if Carl was preteneding we can't already do that !!?? What VID (or what ever called (turtle, springler, widlets reblets, reboing, rebelistic-view-system,widbol) needs is a better Interface Human machin a better set of functionnalities to reflect the most of the visual capabilities of now in days computers and a better set of widgets.... (call it cosmetic (code and rendering) and performancies to be short ) | |
the remaining questions are futil and worthless .... I prefere a no mane thing working than a named thing not working .... | |
Graham 21-Jul-2008 [6577] | ummm... yes, I did suggest that ! |
shadwolf 21-Jul-2008 [6578] | interresting questions: what is the new road map (with deadlines) whowill participate? actual gabrile code remains or is it trashed ? in the futur how can we organise the community to apport more and in amore productivly way? what is the real main vision he have on view? does it's going to be an easy to build fexible and easy to update visual IHM or does it going to be nothing more than a webrowser (and bro if that's your vision you are a decade too late there is plenty of web browser and most of thempropose way to extend them with minimal coding .... ) |
Graham 21-Jul-2008 [6579x2] | Gabriele will continue to use his own code and perhaps finish it ... unless Carl's is so much better! |
Devbase is supposed to be the instrument of collaboration. You can download it now and use it. | |
shadwolf 21-Jul-2008 [6581] | does rebol fanatic commmunity can stand more of the I work I disapear and I come back to restart all AAAAAAAAAAAgain with new ideas ? don't you think carl that's what is killing REBOL and make him stays in the underground community darkness ? |
Graham 21-Jul-2008 [6582x2] | He says he's building a new gui system ... don't really know what that means. |
But he wants to make it simpler to build interfaces | |
older newer | first last |