ButtonBar ignores enabled property on labels
Here's a quick demo - am I missing something? mobilesdk 1.2.0var win = Titanium.UI.createWindow({ backgroundColor:'#fff', barColor: '#660000', tabBarHidden:true }); // create tab group to manage...
View ArticleDisabled TabbedBar button wont stay disabled on iPhone
Hi, Ive run into a strange issue with the TabbedBar on the iPhone (I havent tested on anything else yet) which maybe a bug, but I hope its just me being daft! It seems you can only set a tab button to...
View ArticlePayPal Button is disabled
I have a PayPal Button tested in sandbox environment and it worked. Now i am trying to get it working in the live environment. I know that in the simulator the PayPal-Live Env doesnt work, so i created...
View ArticleButton enabled not working on Android emulator
Setting button property "enabled" doesn't have any affect on the button (tested on Android emulator). Setting it through direct assignment (like button.enabled = false) doesn't work either! Am I doing...
View ArticleDisable a button on a iPhone toolbar
Hello, buttons are created like this : left = Titanium.UI.createButton({ image:'../images/icon_arrow_left.png' }); Â right = Titanium.UI.createButton({ image:'../images/icon_arrow_right.png' }); Â var...
View ArticleRun on device button disabled
Hi there, I just signed up for the Apple iPhone developer account and installed the keys and certificates as described on their website. I then went on to deploy my first app using XCode and it all...
View ArticleRun on device stays disabled
Hi, I'm currently developing an application for iPhone and it works fine on the simulator. My problem is that the "run on device" button is always disabled even if all steps have been followed (I can...
View ArticleTitanium studio: Can't launch app - Emulator icon disabled
Hello I'm trying to debug my application with titanium studio. However I can't run my project. I imported my project by going to file -> import and selecting my project. When I have imported my...
View ArticleAccessibility/Voiceover support for iPhone
Hi, a client has contacted me and asks whether we can add Voiceover support for visually impaired users of our current iPhone app. I've looked a bit into the subject (i.e. read this article), but I...
View ArticleImporting Existing Developer Projects Into Studio - Disabled platforms
For some reason none of my Ti Developer mobile projects import into Ti Studio correctly. Prior to studio I was using Eclipse then Aptana. After import all the platform options are greyed out and cannot...
View ArticleWindows return has disabled controls
I have a screen that calls another. When I close the last and the initial returns, controls are all disabled. Why is that? Example of code (call secondary window) (app.js) // Pantalla Principal luego...
View ArticleTextField & Buttons are Disabled unless they have top:0
E.g. the button & textfield below For some reason if the button or the textfield have top set they are disabled. Any ideas would be gratefully received! I'm running: Titanium Studio, build:...
View ArticlePAYPAL BUTTON
Hi, I am getting some problem using the latest paypal module for titanium with ti. SDK 3.1.1 GA. On android the paypal button is not even showing up giving the button display error and on iOS it shows...
View Articleenabled property missing in Titanium.UI.Button?
How come the enabled property on Button is no longer in the documentation for Titanium 3.x? It was there in 2.x. Has this property been removed? If so, how do we disable buttons?
View ArticleFetch doesn't work offline
I'm triying to fetch a collection with network disabled and doesn't work, page doesn't load the rows. Can someone help me with this? My code: var args = arguments[0] || {}; var rootsCollection =...
View ArticleGit Commit Disabled
I have been trying to commit/push for the last month or so, but the commit option in the Team menu is disabled. I also do a git status and it says that nothing has changed and I need to do a git add......
View ArticleAndroid App rotates even if user has disabled screen rotation on the device
Hello Folks, For some reason my app still rotates even if the user has disabled the rotation setting on the device. My windows have these orientations: orientationModes: [ Ti.UI.PORTRAIT,...
View Article