08-14-2012 11:43 AM
I am using a 9930 with 7.1.0.267 installed. This is the device that produces the error. I also have a simulator. It is a 9800 with 6.0.0.534 installed. The simulator does NOT have this issue. I only see it on the physical device. I'm using BlackBerry Java Plugin for Eclipse version 1.3 to compile. I'm supporting OS 6 and up. I was compiling using BlackBerry JRE 6.0.0. I did this to be sure the app was backward compatible with OS 6. I tried using JRE 7.0.0 and 7.1.0 thinking there might be some mismatch with the API and the JRE I compiled with. I got the same results no matter what JRE I used.
I have an app that uses pane manager to display multiple panes on certain screens. This works fine with more than 2 panes, but there is a problem on screens with only 2 panes.
The content for each pane is being loaded asynchronously via HTTPS calls. The content for both panes loads fine, but when I try to move to the second pane by swiping my finger right to left (so the pane slides to the left), the second pane is blank except for the title field. If I swipe again in the same direction, the first pane is empty. If I swipe the other way, I am able to see the content on both panes. So it is seemingly related to the direction I use to move between the panes. When I swipe right to left (the "broken" way) I am able to see the content of the screen I am moving away from during the transition. So I know it's there because I can see it during a transition and I can see it if I simply swipe in the other direction.
As I said, I don't have this problem with more than 2 panes. I can swipe either direction, any number of times, and I always see the appropriate content. Has anyone seen behavior like this? I hope my description of the behavior makes sense. Thanks.
08-14-2012 01:34 PM