World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Henrik 7-Jul-2008 [6154] | He doesn't have to write the widgets. He only has to build an engine that will let you write most widgets with ease. |
Graham 7-Jul-2008 [6155] | Yes, that was what I was meaning. |
Henrik 7-Jul-2008 [6156] | For example in VID it's very hard to build a well-functioning popup menu due to some restrictions on panels, clipping your content and you can't put things outside the window. in VID3.4 it should be simple to make a popup. |
Graham 7-Jul-2008 [6157x2] | We need access to all the information that we can get to place those popups in the most appropriate area |
we need to be able to replace Rebol native fields with OS type fields too eg. handwriting recognition | |
Henrik 7-Jul-2008 [6159] | I had proposed a system to abstract input from the GUI a while ago, but it was mostly ignored. it's probably not that easy to implement. |
Graham 7-Jul-2008 [6160] | Suggesting the impossible? Or improbable ? |
Henrik 7-Jul-2008 [6161x3] | I don't know :-) |
but what it would do, would be to let you use very different devices for regular input, such as a Wii controller. there would be no changes to the UI itself. if you need additional graphical controls like an on screen keyboard, it would be part of the abstraction rather than a part of your GUI. | |
then you make an input model, which maps controller behavior to what you want to get out, and then you could use it for regular input. this would work the same for input devices that some handicapped people use. | |
Graham 7-Jul-2008 [6164] | Have you done some work on this ? |
Henrik 7-Jul-2008 [6165] | only theoretical. |
Graham 7-Jul-2008 [6166] | Or, is it just a gleam in your eye? |
Henrik 7-Jul-2008 [6167x2] | it's just an idea |
but I think it makes sense. I've studied the problem a bit. Everyone else makes special cases out of it, rather than a generic system for strange input devices. I had hoped that VID3 could be the first GUI ever to do this. It would mean that you can write a GUI and a handicapped person or a person using handwriting recognition would be able to use it without modifications. | |
Graham 7-Jul-2008 [6169x2] | There was the Tao which scaled output to fit the devices available. |
So, the reverse? | |
Henrik 7-Jul-2008 [6171x2] | It was prompted by using the speech recognition system in MacOSX. While it's fun to use, it only lets you speak certain commands and only within the currently active window. There's no real system there, but if there was, it would be awesome. |
Yes, this is input. the output is not relevant to the input in that sense. There are usually certain combinations, but they should not be depending on eachother. | |
Graham 7-Jul-2008 [6173x2] | we should aim for this |
input systems are changing all the time .. we should just write the HAL just once | |
Henrik 7-Jul-2008 [6175x2] | how does the hand writing system work in tablet windows? |
do you write directly in the field and then it's translated to normal chars? | |
Graham 7-Jul-2008 [6177x3] | you just write in a text box |
yes | |
no need for special gestures | |
Henrik 7-Jul-2008 [6180] | ok, it's different from PocketPC or Palm, then. At least the version I used had a separate text box for input. |
Graham 7-Jul-2008 [6181] | it tracks the strokes in time so it knows what the characters are likely to be |
Gabriele 7-Jul-2008 [6182] | Why would Gabriele finish it for ? You know, I need it for my apps too. :) But hopefully Carl's version is good enough. |
Pekr 7-Jul-2008 [6183] | It really seems noone (not even Gabriele?) knows what's Carl currently cooking? :-) Let's hope we get some things to test soon .... |
PeterWood 7-Jul-2008 [6184] | I don't think we'll be seeing anything very soon. From observation, in the past Carl has been active in DocBase before new releases. He hasn't updated DocBase for over a month. I think we can only start looking forward to a new release after Carl has started to update DocBase again.. |
Pekr 7-Jul-2008 [6185] | that might not be accurate measurement of Development. DevBase was actively update also by community. But when Carl works on something, and only he knows about some area of development, noone can update it. I assume first alpha of VID3.4 (GIDI) in August at max. I think that whatever system you come-up with, the basic idea can't take longer than few weeks. And few weeks ago I got info that Carl had already some parts running ... |
amacleod 7-Jul-2008 [6186] | how was Gabriele's vid 3 not jiving with Carl's vision? |
Gregg 7-Jul-2008 [6187] | Only Carl can say for sure. |
shadwolf 7-Jul-2008 [6188] | Carl have true sight or double sight ? |
Graham 7-Jul-2008 [6189] | I think he thought it was too complicated. |
Pekr 8-Jul-2008 [6190x2] | Yes - internally complicated, strangely layered, not easy for average programmer to extend/add new stuff, maybe a lack of good docs, maybe a mixture of everything mentioned. |
Gabriele - will you finish it anyway, or will you first wait, what Carl comes up with first? | |
Henrik 8-Jul-2008 [6192] | Carl mentioned that he liked the dialect and didn't want to change what it would be capable of, but that was before the announcement of the new networking scheme, which apparently is somehow integrated with VID3.4. There is for example a SEND command in the new dialect, so I guess he wants to make it extremely simple to build networking code into a GUI. I just hope he does it right. :-) |
Graham 8-Jul-2008 [6193x2] | networking integrated with Vid? |
Guess we'll just have to wait | |
Henrik 8-Jul-2008 [6195] | yup |
Graham 8-Jul-2008 [6196x3] | the R3 alpha world appears dead |
It would be good for Carl to communicate more what is happening | |
Nature abhors a vacuum | |
Pekr 8-Jul-2008 [6199] | I mentioned to him that the communication is big problem in my opinion. Those silent periods do really a bad damage. I can't imagine any bigger company taking RT seriously. You either have private life and ranch, or you treat your company profesionally ... |
Graham 8-Jul-2008 [6200] | Yep ... you can be as eccentric as you wish but it doesn't help the cause |
Henrik 8-Jul-2008 [6201x2] | I'm not sure it really causes damage. The end outcome of his work will be the same and luring people with tidbits might just be a timewaster.I get the feeling he does not want to reveal more details before the design is more solid. It's one of those things that during the design process might turn 180 degrees and become something else, because most good ideas don't come to you until some time late in the design process. |
that was not meant to be posted in that form... | |
Graham 8-Jul-2008 [6203] | I get the feeling that rebol users are a shrinking community |
older newer | first last |