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

World: r3wp

[!REBOL3 GUI]

Graham
15-Feb-2010
[763]
Firefox supports multitouch on windows ...
Carl
15-Feb-2010
[764]
Right, so to continue my comment from above...  


I went to review the main documents... however, the GUI docs on DocBase 
seem pretty "messed up" to me.  Am I the only one who thinks that?
Graham
15-Feb-2010
[765]
They are messed up
Carl
15-Feb-2010
[766]
Anyway, I'm going to take a crack at cleaning that up.  I need good 
docs thesedays, just to keep my head straight.... I rely on docs 
more then ever these days.
Pekr
15-Feb-2010
[767]
No, you are right. There was one user who's name I forgot, something 
like Dr. Bacon, who tried to reorganise docs. Good intention, but 
he mixed VID and VID3.4 docs, and he thrown it also into pieces ....
Henrik
15-Feb-2010
[768]
The parts with actors which I wrote seems intact.
Graham
15-Feb-2010
[769]
basically Gabriele's and your docs got all mixed up together ...
Carl
15-Feb-2010
[770]
Kr Bacon. Yes, good intention, but the result was fragmented.
Graham
15-Feb-2010
[771x2]
as well as the R2 VID
One question I have that I did not see in reading all the docs .. 
how does one generate a GUI event ( to be used inside network code 
) ... since one can't use a wait to allow the gui to update?
Carl
15-Feb-2010
[773x2]
G: Not documented.
Ok, so from here, I'm going to take a "timeout" and sort out the 
docs.  I'm also going to move them to where we have tighter control 
over who and how they get edited.
Graham
15-Feb-2010
[775]
How long to take to document?  5 mins :)
Henrik
15-Feb-2010
[776]
Graham, active window being known: If Carl says yes, then I just 
need to know that. BUT: I'm presently needing to be sure the method 
would be correct for capturing key events everywhere. Currently it 
just looks like you can only do that for focal-face, which is not 
enough.
Carl
15-Feb-2010
[777]
I have to tell you... I feel like the way-open-wiki was a bit of 
a failure.
Graham
15-Feb-2010
[778]
What some of us wonder about is since it is a wiki .. why were all 
these changes not just rolled bacak
Pekr
15-Feb-2010
[779x2]
Carl - I hope that joining the GUI effort will not distract you much 
from HostKit/Extensions work :-)
WIP wiki is better - only ranked persons can contribute ....
Carl
15-Feb-2010
[781x2]
H: yes, to be looked at.
G: code needed too.
Henrik
15-Feb-2010
[783]
Carl, the wiki should be downgraded to simply a repository of documents 
to be collected later for permanent storage in the WIP wiki.
Carl
15-Feb-2010
[784]
G: he made extensive format and new page changes.
Pekr
15-Feb-2010
[785]
Can we actually generate events?
Carl
15-Feb-2010
[786x3]
G: so, a rollback could lose actual contributions from valid authors.
P: multitasking necessary.
P: and I'm not talking about code. ;)
Pekr
15-Feb-2010
[789x2]
:-)
C: even MS removed multitasking from today's announced WinMobile 
7 .... where the world is going? :-)
Graham
15-Feb-2010
[791]
I thought wikipedia supports page roll back ... but if that wasn't 
the case .. it's a lesson
Carl
15-Feb-2010
[792]
H: I agree. I'm going to allow only a few uses like Henrik, etc. 
to edit at full control level.  Other uses can submit notes as comments.
Graham
15-Feb-2010
[793]
I think that's better ... let users add comments and later on the 
person responsible can fold them back in
Carl
15-Feb-2010
[794]
G: The problem is that the content was cut and pasted all over the 
place.  It's quite a nightmare as I look it over.
Graham
15-Feb-2010
[795]
It's different when there is a large body of knowledgeable users 
..., we don't have that yet.
Robert
15-Feb-2010
[796]
Guys, can we concentrate on the GUI? I think we really need to get 
something done. By that I mean finished to a 1.0 release.
Carl
15-Feb-2010
[797]
P: As people used to tell me in 1985, "who needs this useless multitasking 
stuff?"
Robert
15-Feb-2010
[798]
There are tons of questions and things to do around R3 but let's 
not fragment our time. Let us concentrate on it and get it done, 
than move on. All necessary side-effects that need to be fixed are 
in scope. All other things IMO not.
Graham
15-Feb-2010
[799]
Robert, what needs to be done to the GUI from Carl's side?
Pekr
15-Feb-2010
[800]
Carl should imo write down notes about how he envisioned GUI 3.4 
to work, especially non finished things like events (still from Gab's 
VID), layers, guides, resizing, etc.
Henrik
15-Feb-2010
[801]
Carl, you posted a specs document to me some time ago regarding guides, 
layers and better layout capabilities. I lost it. :-) Can you post 
it again?
Carl
15-Feb-2010
[802]
G: Before I can do anything, I need to be sure that we've got the 
basic design well stated in a document.  We can always add from there.
Henrik
15-Feb-2010
[803]
I'd like to integrate those specs with the wiki specs document.
Carl
15-Feb-2010
[804]
H: I'll take a look around. Probably in R3-GUI world, no?
Robert
15-Feb-2010
[805]
I posted Carl a list of main topics. IMO the goal is to sort our 
what Carl really can do only by himself. All the rest can be done 
by a group of people. The main effort will be to get the design right. 
If this is done, the rest is "only"  implementation
Henrik
15-Feb-2010
[806]
Carl, I can take a look again.
Carl
15-Feb-2010
[807]
Yes, I think we have a good critical mass of skillful developers.
Robert
15-Feb-2010
[808]
We need a good enough solution, that is open enough that we can drive 
it forward. At the end of the day, the GUI must fit the developer 
needs. I'm not seeking for perfection (Ok, I do) but for time-to-market 
(because I learned/know that it's more critical these days).
Henrik
15-Feb-2010
[809]
Real artists ship
 :-)
Carl
15-Feb-2010
[810]
Well, Robert, I'm glad that you are pushing it !
Graham
15-Feb-2010
[811x2]
Q: why does Control-C in an area halt R3 ?
Is that a GUI or a core issue?