[REBOL] Re: RebGUI enhancement request - active labels
From: btiffin::rogers::com at: 19-Mar-2007 16:24
On Monday 19 March 2007 14:25, Gregg Irwin wrote:
> Hi Brian,
>
> BT> If there is an action block with the label, change to gold on a hover.
>
> My only thought, not RebGUI related, is that UI elements should
> indicate they're clickable without the user having to mouse over them.
> Psychologists (and UI designers :) call these "affordances". e.g.
> clickable text could be underlined, like a link in a browser, but then
> also highlight on hover (since we can't change pointers in REBOL).
>
> --Gregg
Hi Gregg,
Yes you are right...but...
I was going for a looky feely close to VID.
view layout [label "Plain Label" label "Action Label" [print "action"]]
Highlights Action Label when you mouseover.
Thanks for the comments