Hi
I created a user interface where I have a "pie chart like" user interface. I want the different parts of the pie to react on a tab gesture. I used and image for this and that works fine. However, my images are a square and I used some transparency to remove the parts I don't want to see. When I click the transparent parts, the event handler is also executed. Is it possible to disable the execution of a tab gesture when the tab hits the transparent parts?
Thanx
Patrick