Context Sensitive Highlighting for buttons.
Posted: Fri Apr 03, 2015 12:18 am
I think it is called context sensitive highlighting when you move your mouse over an icon, keep it still for a while, and then something happens (usually displays a box of text).
Its not very difficult to do this with Hollywoods buttons, basically it is just OnMouseOver = counter = counter + 1 and OnMouseOut = Counter = 0, and in the end, if Counter = 500 then stuff.
But it would be handy to have this as one of the options for event handlings among with OnMouseOver, OnMouseOut etc.
That there could be something like OnMouseOverForSomeTime() event, and then you could choose the amount of time before that event would get triggered, and in addition it would also follow that mouse is kept still over that button, instead of moved around it.
Its not very difficult to do this with Hollywoods buttons, basically it is just OnMouseOver = counter = counter + 1 and OnMouseOut = Counter = 0, and in the end, if Counter = 500 then stuff.
But it would be handy to have this as one of the options for event handlings among with OnMouseOver, OnMouseOut etc.
That there could be something like OnMouseOverForSomeTime() event, and then you could choose the amount of time before that event would get triggered, and in addition it would also follow that mouse is kept still over that button, instead of moved around it.