Hi, Since a few weeks I face a problem where instead of always showing the activity indicator on the rightButton it sometimes show it in the title of the window. I have seen this on iPhone and iPad since 2.0. Same problem on last SDK.
here's the code I use :
//this is how I create the activity var navActInd = Titanium.UI.createActivityIndicator(); //When I need to display it win.setRightNavButton(navActInd); navActInd.show(); //Do my stuff here //When I need to hide it navActInd.hide(); win.setRightNavButton(myBtn);Any idea ? Thanks
1 Answer
Accepted Answer
Hi Armindo, are you using single window application? and also provide the complete code to test.
Single window application is already having bug related to Navigation Bar and even i have raised the JIRA Bug against it.
Your Answer
Think you can help? Login to answer this question!