Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (enabled)
Browsing latest articles
Browse All 11 View Live

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 Article



Disabled 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 Article

Button 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 Article

TextField toggle enabled make it disappear Android

Hi, I've a tableView filled with tableViewRows. Each rows has a label and a textfield. I want to disable a rows textfield when the row is clicked. Here's my code:setTargetRow: function(targetRow){...

View Article

Button Bar label object initial "enabled" value is ignored ??

By adding the following buttonBar to a tableViewRow, the initial enabled value seems to be ignored on iPad simulator. When the tableView is opened, both button appear to be enabled. Any clue? var...

View Article


Toolbar and buttons in 1.8.0.1

I've been using 1.7.5 for a while now with no issues. Just switched over to 1.8.0.1 and noticed I am getting some warnings about things are going to be deprecated in 1.9 so I began making the suggested...

View Article

Disabling / enabling child controls in TableViewRow

I have a TableView in with rows containing controls. I'd like to be able to disable / enable all the child controls for individual rows. However when I set the enabled property of TextFields (not sure...

View Article

Easy way to set different button images for enabled/disabled?

I have buttons in my Mobile Web app where the designer wants to use custom background images for buttons. In some cases, buttons need to be disabled until something else occurs. I know how to do this...

View Article


Disabling button while keeping opacity value to its original value

Hi, in an iOS project I noticed that if I code myButton.enabled=false, the button is disabled (and this is ok for me), but its opacity is reduced (as if i coded also myButton.opacity=0.5). Is there any...

View Article


enabled 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 Article

iOS checking if background services are enabled

Hi, I am using SK 3.5.1GA, Appc 4.0 - testing on an iOS 7 device and iOS8 emulator Is there a way to check if background services are enabled for my app by the user in IOS? I have looked through all of...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images