PDA

View Full Version : Views


blmetz
01-15-2004, 09:42 AM
When I place a view ontop of another view any object in the bottom view which is clickable is still active.

Is there a property for the View which will prevent the objects underneathe the top view from being active?

I know they can be turned off using setClickable, but I am wondering if there is a property to set on the view to prevent this behavior.

antun
01-15-2004, 09:43 AM
I think by "active" you mean to say that clicks travel through the view on top, right?

The way to stop this is to make the view on top clickable.

-Antun

Peter_Chea
03-25-2004, 10:57 AM
Hi Antun, is there a way to make the top view not clickable and bottom view clickable so when I mouse over the top view, the hand cursor doesn't show up.

antun
03-25-2004, 11:00 AM
No, there's no way to do this.

-Antun