Re: Button in ItemRenderer on Android

2018-01-12 Thread bilbosax
So I found the problem. I have been working on this project so long, I had forgotten that I created a custom List based on a suggestion I found on the internet. With the List, for some reason, there is a single-frame white flash that happens the first time that you touch it. It is all over the

Re: Button in ItemRenderer on Android

2018-01-12 Thread bilbosax
In addition, I have removed all the states and components from the itemrenderer except for the button, so now it is just an itemRenderer with a viewButton, and even that didn't help. So now, I feel like it either has to be a setting in my actual list, I have something configured wrong for

Re: Button in ItemRenderer on Android

2018-01-12 Thread bilbosax
Great suggestion Erik! Tried it, but no luck. I have tried removing the overlayRect entirely also - no luck. I have tried changing the z-index of the button - no luck. I have tried removing States since the state changes when the itemRenderer is clicked, thinking that the state change might be

Re: Button in ItemRenderer on Android

2018-01-12 Thread Erik J. Thomas
Try adding an includeInLayout property in overlayRect. The way you have it, the overlay is there, just not visible and on Android it may be "eating" the tap event. Erik Erik Thomas Chief Architect Office: 541.247.2995 / Mobile: 303.304.1466 http://linqto.com This

Button in ItemRenderer on Android

2018-01-12 Thread bilbosax
Interesting quirk in Android that I can't figure out. I have an itemRenderer in a mobile AIR project that contains a button called "viewButton". On iOS, when this button is clicked, two things happen 1) The itemRender enters its "selected" state and causes an overlay to appear over the entire