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

World: r3wp

[!RebGUI] A lightweight alternative to VID

Graham
28-Feb-2007
[5529]
are those AGG buttons??
Henrik
28-Feb-2007
[5530x2]
yes
well, not complete, anyway. Maxim uses a derivative of that design 
in his system
Graham
28-Feb-2007
[5532]
I think Ashely would love some input here :)
Henrik
28-Feb-2007
[5533]
I had to cheat to get centered AA text :-(
Graham
28-Feb-2007
[5534]
He moved from bitmap buttons to AGG to try and save some ram.
Pekr
28-Feb-2007
[5535x2]
nice. Although I am not sure I like it overall - to shiny/reflecting 
:-)
to = too
Graham
28-Feb-2007
[5537]
the current rebgui buttons look too rounded for me .. so if an alternative 
were available ...
Henrik
28-Feb-2007
[5538x2]
pekr, the overall shape and the texture of the buttons are somewhat 
separate, so the buttons can be retextured to look more sand-polished 
or different while the groove around the buttons can remain.
I like buttons with a realistic look that make you say "oh, that's 
a metallic paint" or other surface treating process
Pekr
28-Feb-2007
[5540]
E.g. I liked something in between. Original 1.3 button look - http://www.xidys.com/chris-buttons.jpg
... it also works on black backgrounds - http://www.xidys.com/chris-buttons-black.jpg
Henrik
28-Feb-2007
[5541x4]
http://hmkdesign.dk/rebol/cool/cool-widgets.r<--- source here.
is there a difference between how INIT works in RebGUI and INIT in 
VID?
I can't get my INIT function to work in a rebface
whoops, had the INIT function stuck inside a FEEL. :-)
Pekr
28-Feb-2007
[5545]
you trying to adapt some of your styles to Rebgui? :-)
Henrik
28-Feb-2007
[5546x3]
just poking around :-)
I think the buttons are not tall enough. they should be at least 
20-22 px tall.
http://rebol.hmkdesign.dk/rebgui-btns.png<--- well, it's a start.
Rebolek
28-Feb-2007
[5549]
nicer
Pekr
28-Feb-2007
[5550]
nicer ... but buttons should be taller imo :-)
Henrik
28-Feb-2007
[5551]
yes they should. I altered the size to 20 pixels but it had no effect?
Pekr
28-Feb-2007
[5552]
I am not just proponent of "full colors". If I say - button red, 
I don't really mean "full red" :-) I like a bit more mild coloring 
...
Henrik
28-Feb-2007
[5553]
yes. OTOH, you have full control over the button color. VID standard 
BTN does some contrast reduction, so a red button appears pale red.
Pekr
28-Feb-2007
[5554x2]
... that's the same as with view layout [button 100 red "first" btn 
100 red "second"]
but those gradients and shapes look definitely better to me ...
Henrik
28-Feb-2007
[5556]
with a more consistent look, the buttons will appear even better.
Pekr
28-Feb-2007
[5557x2]
what do you mean by "more consistent look"? Overall refactoring of 
RebGUI? Hmm, maybe Henrik needs to be put on contract for one week, 
to change default coloring and styling, to make RebGUI more attractive 
:-)
Have you seen Network Detective?
Henrik
28-Feb-2007
[5559x3]
pekr, I mean that buttons that look really good in one context may 
look like crap in a diffferent context. The buttons look overall 
rather bland against the cream colored background. A darker gray 
would emphasize the buttons more. It all distracts the balance of 
the look if the colors are disjointed and obscure certain features 
in the buttons.
yes
contract? well, yes, I could use the money. :-)
Pekr
28-Feb-2007
[5562]
:-)
Henrik
28-Feb-2007
[5563]
but I'm no fan of the Luna XP look
Pekr
28-Feb-2007
[5564x4]
I am not either ... in fact I held way too long off from rebgui, 
becuse it looks dull, much worse than default VID
e.g. - some time ago I did this comparison - http://www.xidys.com/btn-comparison.jpg
I voted for 1.3 to have Chris look - on the left side. You can also 
see default XP look, and current 1.3
cyphre styles - http://www.xidys.com/cyphre-styles.jpg- the design 
works, maybe because of darker background. I will try in the evening, 
to put tabs not on the dark background directly, but first in the 
group box ....
Henrik
28-Feb-2007
[5568]
yes, it's harder to do nice looking buttons against a bright background.
Pekr
28-Feb-2007
[5569]
otoh - tab completly fails on dark background. There is only few 
pixel visual space between tabs - try to run demo and set dark grey/blue/black 
background. It does not feel good ...
Henrik
28-Feb-2007
[5570x4]
INIT is a little odd here. It seems to be set to NONE after the face 
has been initialized.
found out how it works now.
http://rebol.hmkdesign.dk/hmkrebgui.zip
this is not a part of the official distribution or the SVN repository.
Pekr
28-Feb-2007
[5574]
I try to download it now ... what is different there?
Henrik
28-Feb-2007
[5575x2]
only the button
I'll do one at a time and have you review it
Pekr
28-Feb-2007
[5577]
it would be enough to post button.r, no?
Henrik
28-Feb-2007
[5578]
it would, but I thought it might be confusing?