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

World: r3wp

[!REBOL3-OLD1]

Gabriele
2-Jun-2007
[3174]
microvid is a way to have a splash screen in the r3 alpha without 
coding it directly with gobs :)
Pekr
2-Jun-2007
[3175x2]
ah :-)
I have heard that you, Cyphre and Carl had some chat about new VID? 
Is there any consensus? Or, path-to-follow defined? Will it be your 
proposal implemented?
Graham
2-Jun-2007
[3177]
Are we stuck with gobs then?
Gabriele
2-Jun-2007
[3178x4]
graham, for the name you mean? i don't know if carl has taken a decision 
yet.
petr, you hear too many things :P
anyway... we actually just chatted a bit while doing mvid.
we have ideas, we'll document them and we'll make sure we'll get 
to a vid that people will like.
Graham
2-Jun-2007
[3182]
what about rebgui?
Gabriele
2-Jun-2007
[3183]
i think the question is for Ashley :)
Graham
2-Jun-2007
[3184]
Hmm.  I thought I heard Carl mention something about adopting Rebgui...
Gabriele
2-Jun-2007
[3185]
nope. but we'll work closely with ashley. we hope r3 vid will be 
better than rebgui, but diversity is a good thing, and i'm sure some 
people will prefer rebgui.
Graham
2-Jun-2007
[3186x2]
is there a r3 vid?
or, is it in planning?
Pekr
2-Jun-2007
[3188x5]
I think that R2 was a bit weird situation ...
Carl did VID as an example and we wanted it being perfect. And only 
lately it was Ashley, who understood situation, and produced separate 
GUI
I can imagine R3 could bring diversity to the GUI. I can imagine 
e.g. GUI for Presentations (as Carl's script) and also GUI for kind 
of Scala product ... we can build Scala "killer" based upon plug-in, 
with various transitions, etc. For such things, something like RebGUI 
is not suited at all.
the bad thing is, that once you decide for your app, you can't migrate 
so easily, as it is not only about GUI, but we often link it to data 
handling logic, its linkage to certain elements, etc.
Graham - I think it is in planning, we call it generally here VID+, 
and that it is going to be a rewrite ...
Gabriele
2-Jun-2007
[3193]
r3 vid will be built during june (with community help)
Graham
2-Jun-2007
[3194x2]
wow!
in one month??
Gabriele
2-Jun-2007
[3196x3]
vid was done in one week by carl alone
one month by a group should get us enough (< 1 day gave us micro-vid 
already :)
we will improve it afterward of course, add more styles, and so on.
Graham
2-Jun-2007
[3199x2]
hmm.
mythical man hour ?
Gabriele
2-Jun-2007
[3201x2]
ie we're mainly nailing the design.
no, because styles can de done independently
Pekr
2-Jun-2007
[3203]
Graham, I think that it is possible. The engine and subystems are 
not so big imo. And we are in different situation a bit - we have 
ppl knowing VID and its weak places really deeply ...
ICarii
2-Jun-2007
[3204]
gabriele is the mouse cursor support in R3 Draw host system based 
or internal?
Gabriele
2-Jun-2007
[3205x2]
host
ie OS code
ICarii
2-Jun-2007
[3207]
great :)  That means we wont have to explain changing cursors to 
users who try to resize windows :)
Pekr
2-Jun-2007
[3208]
great, but not flexible ... my idea was the amiga way - simply having 
some place is system structure, whatever, with ability to define 
any size "sprite" plus its sensing area ... would be good for TV-like 
apps.
ICarii
2-Jun-2007
[3209]
not so good for window edge boundaries tho - you'd get nasty cursor 
flicker
Pekr
2-Jun-2007
[3210]
then we definitely need to HIDE default kursor, or simply kiosk like 
apps will not be easily possible
ICarii
2-Jun-2007
[3211x2]
perhaps a hide cursor option and display a custom cursor for full 
screen apps like tv apps
yes
Gabriele
2-Jun-2007
[3213]
OS code i mean Open Source code so you guys can make it do whatever 
you want
ICarii
2-Jun-2007
[3214]
well that is useful indeed
Gabriele
2-Jun-2007
[3215]
for details of how it's done (not sure it's there yet) ask cyphre.
Pekr
2-Jun-2007
[3216]
is View fully open source? Or what actually is open source?
Gabriele
2-Jun-2007
[3217]
yes.
Pekr
2-Jun-2007
[3218]
btw - I saw "IDE" mentioned in Carl's slides. What had Carl in mind 
in regards to IDE? Was it IDE integration? (e.g. Eclipse) or simply 
IDE/form builder?
Gabriele
2-Jun-2007
[3219]
we haven't talked about that. he surely wants a vid builder similar 
to layout.r
Pekr
2-Jun-2007
[3220]
hmm, and no fear Ruby guys will take it and link somehow to ruby? 
:-) Well, they would still need even rebol, but that is not bad plan 
either .... they will link View and Rebol, later on realising, they 
don't need Ruby at all :-)
Gabriele
2-Jun-2007
[3221x2]
they can already take AGG and link to it.
and it's good if they link to rebol.dll :)
Pekr
2-Jun-2007
[3223]
That would be good. But I also agree with your opinion, that if auto-layouter 
is good enough, it can actually do better job than some designers 
:-)