I have a view with 2 labels. Each has click event listeners which will open up new view on top of it and these 2nd views are all tableviews created by httpclients. httpclients works fine. It is communicating with server just fine and I'm also getting the data I want.
The problems is that when I add httpclient on second label, the 1st label's httpclient doesn't show up. And sometimes I see second label's tabelview under first label and vise-versa.
What could be the problem?
2 Answers
Accepted Answer
Hi Nidhi,
When you saying " I see second label's tabelview under first label" that means you need to set zIndex values for both the tables.
there are many timing issues in Titanium. try using flags and timeouts
Your Answer
Think you can help? Login to answer this question!