05-03-2013 06:33 AM
Hello,
I have a series of buttons placed side by side. I'm changing focus from one button to another using navigation keys. Now the problem is the focus is not clearly visible. Is there any option to do it?
I got some idea of using colour change option, when focus is on one button change its colour to some specific colour and rest to some other specific colour. But i'm not able to implement it clearly. so please give me some idea..
Thanking you,
sushmith
Solved! Go to Solution.
05-03-2013 08:04 AM
Maybe you can use property nodes to see if a button is on focus. I'm not able to check it now, but I think that Key Focus (property) does this job.
Then, create an architecture that see which button is on focus. Write the new colors to this button (also using property nodes, but I don't remember any now).
This isn't the solution, but as you asked, it's an idea.
Regards and good luck.
05-03-2013 08:22 AM
If you want to change the color of a button, you have to watch out which type of button you're using. Not all buttons can have their colort changed.
If youre looking for a professional look, you don't want to make a colorbook either by changing every button into another color.
What you can do is putting behind each button an LED indicator which is slightly bigger then the button itself.
When the button have the focus, set that indicator to true. And it will light up.
It's a bit more work, but it look so much nicer.
Personally I don't like to mess with colors. I love simplicity. Thats why I use systembuttons, which have a blue surface already when they have focus
Hope this helps
05-03-2013 08:42 AM
yes...definitely do not make it look like a "coloring book" . I would use the disabled property nodes....
05-03-2013 04:15 PM
05-03-2013 04:20 PM
Try something like this.
05-03-2013 04:27 PM - edited 05-03-2013 04:30 PM