All,
I have the requirement to use mouse-over to cause a component to be
highlighted. Effectively the user will click a button activating a
'lookup'.. when they roll over a component on screen this component will
be highlighted (perhaps with a dropshadow, or glow or something). Now I
could use getObjectsUnderPoint however this is returning me components
within components - which I don't want. For example if I hover over a
button, it's the UITextField of the button that is being returned.
Has anyone any suggestions on how is best to approach this?
Steve