11-30-2010 12:41 AM
I have noticed in the sample FullRSSReader that you can select the buttons without actually clicking on them, but by clicking close to the buttons. Is there any way to make it so that you actually need to click on the button for it to be selected?
11-30-2010 01:21 AM
Hey dalaw,
wow i've never noticed that before. If you go near it towards the bottom of the button and click it registers it as if you actually clicked on the button. but if you do it near the sides it doesnt register. i guess you can chock this up as a bug in the UI. i also tested this out in a new program and it also does the same thing.
11-30-2010 02:41 AM
11-30-2010 11:10 AM
I think you should look at Sprite's hitAreay property, I guess this is what you're looking for!
To enbiggen the zone where the user can click on a button, simply set its hitArea to another (bigger) Sprite.
I hope this helps.
11-30-2010 02:30 PM
Here are some ideas and solutions that might help with this similar problem i had in the other thread...
Hope this helps...