False touch events
Hey guys,
Not sure where to post this but this thread seems at least somewhat related to my issue....
I have an app built that uses around 10 different predesigned layouts. Each one uses a uniquely named panel as the base with all buttons, editboxes, labels, etc drawn on that and using the panel as its parent. I did it that way to make sure that each layout completely covered any layouts that were already loaded when I brought up a new one. There are no panel click, longclick or panel events coded.
Everything works fine except that when my fat finger can't accurately select a button or edittext or other control and lands partly on a control and partly on the panel it sometimes takes me off to some other page completely. I thought at first it was because I was seeing controls from other layouts behind the ones I just loaded but my base panels now cover everything behind them and they all have unique names. I also know it sometimes takes me to layouts that haven't even been purposefully loaded yet. When I try to duplicate the bug it is very inconsistent and either doesn't take me anywhere or takes me to various layouts at random.
Any idea why it often sends me off in strange directions when I don't click exactly?
Thanks
Jeff