World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Reichart 15-Feb-2009 [11522x3] | That was my point of the "check mark" a little icon. Check out FamFamFam.com |
These are free icons. | |
Very nicely done. | |
Graham 15-Feb-2009 [11525] | using F keys helps ease the keyboard mouse transitioning thing |
Reichart 15-Feb-2009 [11526x4] | yes. |
I actually liked when Windows had "_" under the hot alt key. | |
Although what I would like is a key or button you press that "reveals" things about the UI. | |
Also, a way to view all buttons, and assign keys. This should be system wide. | |
Graham 15-Feb-2009 [11530] | Do the styled buttons have keyboard access to them like ^O, ^S etc? |
Reichart 15-Feb-2009 [11531] | I lost the meaning of your question... |
Graham 15-Feb-2009 [11532x2] | button "Quit" #"^Q" in vid |
are there default assignments in the styled buttons? | |
Henrik 15-Feb-2009 [11534x2] | Reichart, I will look into the checkmark button style. |
Graham, yes. | |
Reichart 15-Feb-2009 [11536] | I think yes. |
Graham 15-Feb-2009 [11537x2] | And I guess you change them for whatever language you use ... |
Anyway I hope R3G has robust keyboard handling .. for speed a mouse driven gui sucks | |
Henrik 15-Feb-2009 [11539] | I hope so too, but we haven't gotten to that part yet. |
Graham 15-Feb-2009 [11540] | alert "New Acronym in use" |
Reichart 15-Feb-2009 [11541] | shortcuts, and language need to be unified and solved... |
Graham 15-Feb-2009 [11542x3] | Javascript does a pretty decent job of creating GUIs ... I don't think one should be criticized for looking there for inspiration |
regardless of its age. | |
The JS GUI is pretty much the de-facto standard GUI | |
BrianH 15-Feb-2009 [11545] | Yes, reserve your criticism for attempts to replicate its flaws. |
Graham 15-Feb-2009 [11546x2] | I like the easy way you can easily chain callbacks |
to give smooth GUI changes | |
BrianH 15-Feb-2009 [11548] | Javascript *plus extensive frameworks and bug fixes* does a pretty decent job of creating GUIs. |
Graham 15-Feb-2009 [11549x2] | and the way you can stop a current animation |
Yes, I was actually talking about jQuery | |
Pekr 15-Feb-2009 [11551] | Graham - what JS gui? Is there actually any JS GUI? Or are you talking about web gui in general, hence HTML, CSS, JS? |
Graham 15-Feb-2009 [11552] | the latter |
Pekr 15-Feb-2009 [11553x2] | Graham - I think noone criticised you. But honestly - you started your description like if R3 GUI plan would need any inspiration in JS. There were many many discussions about it, and also from some docs it starts to be apparent, how R3 GUI is flexible ... |
... besides that, there also were some talks of R3 GUI generating some output to web .... we will see, where all this leads ... | |
Graham 15-Feb-2009 [11555x4] | I started by saying that I was reading about ujs ... and picked on aspect of it knowing full well that most of ujs did not apply |
on => one | |
I know my own screens are horribly complex with all the code attached to buttons | |
And then I looked for R3G examples and did not see any separation there either. So, I asked ... | |
Pekr 15-Feb-2009 [11559] | No need to reopen the discussion, but the thing you wanted was to separate gui description (elements and its placing, look) from the action code? |
Graham 15-Feb-2009 [11560x2] | yes. |
So, one person could design the gui, and another could design the functionality | |
Pekr 15-Feb-2009 [11562] | I don't know any other system than web, which does it. |
Graham 15-Feb-2009 [11563] | Which does what? |
Pekr 15-Feb-2009 [11564x2] | Separation of form from action. |
form = presentation | |
Graham 15-Feb-2009 [11566x2] | are you saying that it's not necessary? |
because noone else does it? | |
Pekr 15-Feb-2009 [11568x2] | Absolutly not. I am just saying, that looking into Delphi, SAP, or other tools, which are used to build apps, it is not simply common methodology. Web came from presentations. Remember - some 5 - 7 years ago, some companies don't even allowed JS to be run. "Nowadays there is no web without JS" - remember that statement, as it is proof, the web is patched beast, not something very well thought out from the beginning ... |
There is surely still time to talk about those things for R3 gui. | |
Graham 15-Feb-2009 [11570] | That's what we're doing :) |
Pekr 15-Feb-2009 [11571] | While basic concepts are in place, there still might be room to allow many things. R3 gui is really very flexible ... |
older newer | first last |