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

World: r3wp

[!RebGUI] A lightweight alternative to VID

Pekr
12-Jul-2006
[4431x3]
another example, although not so significant, is buttons near each 
other, e.g. in grid - there is small one pixel "hole" in each corner 
- http://www.xidys.com/rebgui-grid.jpg
Cyphre style pack's tabs look nicer with gradients - http://www.xidys.com/cyphre-styles.jpg
if there would be too much chat about that, I will ask Cyphre to 
do some changes just for my purposes, as everyone of us will have 
slightly different pov UI wise ...
Henrik
12-Jul-2006
[4434x2]
I've often wondered if anyone would copy the original NeXTStep style. 
I think it's wonderfully sober and boring (meant positively) to look 
at
http://www.levenez.com/NeXTSTEP/EquationBuilder.gif
Pekr
12-Jul-2006
[4436]
ah, rather old look, isn't it? What about Amiga? :-)
Henrik
12-Jul-2006
[4437x3]
the funny part is that everyone else kind of emulated NeXTStep, including 
Amiga.
I like the old look, because I think patterns and gradients distract 
from text too much
http://www.ohlfs.com/keith/self/next/Workspace.gif<-- 1988...
Anton
12-Jul-2006
[4440x2]
Yes, somewhere along the line GUIs went out of control. It's nice 
to have all those fancy graphics, but does it make you more productive 
?
Man, you're making me nostalgic.
Henrik
12-Jul-2006
[4442]
http://home.get2net.dk/yock/gallery/grabs/pedewb.jpg<--- this is 
of course personal preference, but texture overload :-)
[unknown: 9]
12-Jul-2006
[4443]
I prefer rounded buttons and tabs for the most part.  And square 
for all the conditions you mentioned Pekr.
Pekr
12-Jul-2006
[4444x2]
hmm, we would have to have two buttons ...
well, as for RebGUI, it is now nearly feature complete (in regards 
to R2 capabilities/limitations), so I don't want to open whole lot 
of possible new issues. As for R3, I propose graphicians contest 
to bring mockupus of possible R3 UI design. E.g. today I read that 
SkyOS got its design from one famous company ...
[unknown: 9]
12-Jul-2006
[4446x2]
There is something that people that are making frameworks on the 
web are doing that I actually really like.


They hide all the UI until your mouse is over it.  What I like about 
this is that it reduces the noise of buttons you know are there, 
like [Close], [Minimize], [Resize].  If all windows conform, and 
you can truly trust them all to allow you to do everything, then 
I think this will become the preferred state.

But it only works if the UI is 100% consistent.
We are going to offer this as an option in Quilt.
Henrik
12-Jul-2006
[4448x3]
http://www.hmkdesign.dk/rebol/tab-view/docs/example.png
Something I did a while ago
the button bitmaps are available in the parent directory: http://www.hmkdesign.dk/rebol/tab-view/tab-images.r

Feel free to grab them.
[unknown: 9]
12-Jul-2006
[4451x3]
Cool.  Nicely done.
Perhaps buttons need a "touch" flag so that the side that touches 
another button takes of the rounded edges.
of = off.
Brock
12-Jul-2006
[4454]
yes, or simply ability to define what each edge to edge/corner to 
be round or not.  Automatic would be great though.
[unknown: 9]
12-Jul-2006
[4455]
Yeah, automatic should prob be default.
Graham
12-Jul-2006
[4456x3]
I think we should nail the functionality down before worrying too 
much about the cosmetics.  Stack overflows and other issues are far 
more important to users.
For me, function is beauty
And I gather Windows Vista is going to bring a whole new heap of 
problems trying to match their new GUI
Anton
13-Jul-2006
[4459]
I think that can't be good for people with vision problems. I say 
stick to the simple old ways.
Graham
13-Jul-2006
[4460]
of rotating guis?
Anton
13-Jul-2006
[4461]
I was referring to Reichart's "hide-until-mouse-over" UI suggestion.
Graham
13-Jul-2006
[4462]
Oh...
Pekr
13-Jul-2006
[4463]
Graham - you have still some problems with RebGUI non-stability?
Graham
13-Jul-2006
[4464x4]
Yes :(
but only since I incorporated Cyphre's radio-button
I seen stack overflow crashes due to infinite recursion
happens once a day now
Pekr
13-Jul-2006
[4468]
ok, and when you remove it? goes it stable once again?
Graham
13-Jul-2006
[4469x3]
never saw it before... so haven't removed it yet.
had to make lots of changes in the source to accomodate the new way 
of getting data viz rg/picked and rg/selected
instead of get in rg 'data
Pekr
13-Jul-2006
[4472x2]
what was wrong with get in rg data way? well, never mind, whatever 
.... should I ask Cyphre to look into it?
can you isolate the crash in some shorter example?
Volker
13-Jul-2006
[4474]
%radio-group.r ?
Pekr
13-Jul-2006
[4475]
does it crash in all usage cases? or do you have any short code example?
Volker
13-Jul-2006
[4476x2]
IIRC Graham said on tabbing out, but hard to reproduce.
And his error-message said in "into-widget". Thats in %rebgui-edit.r 
, looks for a tabbable face and is recursive.
Graham
13-Jul-2006
[4478]
it's unpredictable.  Other errors in rebgui I've been able to reproduce 
with code examples.  Not this one.
Volker
13-Jul-2006
[4479x2]
A little bug is in the foreach. A pane-block can still conatin functions 
(for lists), and that is not checked.
But that should be more predictable IMHO.