I have a HorizontalFieldManager that has 3 tabs. It is set as the status using setStatus(hfm) so that it is permanently at the bottom. My problem is (only on non-touch devices), I have a listfield that is set as the contentArea above the tab. So when I'm scrolling down the list and pass the listfield and try to click one of the three tabs, it doesn't work most of the time (non predictable functionality). I'm assuming it's not focusing correctly or something. I want it to work like this:

Once I scroll to the end of the listfield, i want it to focus on the left tab, then if i keep scrolling down i want it to focus on the middle, then the left tab. Right now, the functionality is horrible. I'm thinking it might have to do with the fact that the tabs are included in setStatus() but I'm not sure. Any help would be much appreciated!

link|improve this question

please could you post the code, thanks – rfsk2010 Feb 5 at 9:06
this is in my constructor pastebin.com/uqbCgbcZ , above the tabs i have a Vertical Field Manager called _tabArea, which is deleted and then reset and added to the mainscreen when things are clicked on in the listfield. Basically, I can't scroll down to the end of the listfield and begin focusing on the tabs. The tabs work when touched on a touch screen device, but scrolling does not work – mikez Feb 5 at 9:38
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.