Community Questions & Answers
Allow standby-mode in android app
Hi there! We are running an app on iphone and android. Now we noticed, that on android the app does not support the standby-mode. After install on android the user is asked to disable the standby-mode for this app. How can we get rid of this question and...
Disable Runtime Error Dialog
How to disable runtime error dialog in android
Inactivate backspace/delete button
Hi! I am quite new working with Appcelerator. Is is possible to inactivate the backspace/delete button in the keyboard? You should not be able to delete any text written. If you have done this before or have an example of code I would be really...
Disabling warning messages in Titanium Studio
Hi, I trying to develop an application for iPhone using Titanium Studio. I have a table within a table's row. I have set the scrollable property of the parent table to false. While scrolling the inner table at specific point of time, I want to change the...
How to disable overScrollMode in a tableView and scrollView?
I couldn't find a way to disable the overScrollMode (fadingEgde). Can I insert this code somewhere? android:overScrollMode="never"
Disabling a tab within a TabGroup
Im trying to get the first and last tab of the TabGroup to be disable so I can give them custom functionality instead of switching the view. I have tried touchEnabled = false and a handfull of other stuff and I'm cant seem to get anything to work ... any...
Is it possible to disable the "Home"-button?
Made an app that my 1 1/2 year old plays with, but she insists on pressing the Home-button and exiting the application. Is it possible to prevent this somehow? Like with the Power-button, getting an extra confirmation before exiting. Thanks! /J
Disabling the back view or window when activity indicator is being shown
Hi I need to disable the window or the whole back view when activity indicator is being shown.i.e, when activity indicator is running no other control should be active. Can anyone help me over this? Thanks
Disable scrolling on scrollview by touch
Hi all, I had a problem where I was using a scrollableview and didn't want the user to be able to scroll it by touching it but wanted them to use some next/back buttons. If I disabled the touch then none of the controls on the view would work! I found a...
disable tab
Hi I would like to disable a tab or at least popup a message saying that you should do a login before using that specific tab. I have used setActiveTab to enable the login tab, I had some problem sinche the login tab was on the 5th position. Someone can...
Disable scrolling in a WebView?
Is there a way to disable scrolling within a webView? reason being I have a webview in a scrollView (along with other elements above and below the webview) and I want the webView to be static and not scroll as I already have the scrollView that is taking...
Remove/Disable android.intent.category.home
Hello all, I've been trying for the better part of 72 hours to find out why exactly the HOME intent category is being detected by the Blackberry Playbook conversion tool. MyAndroidManifest.xml is ~~~ <activity...
how to disable scroll table view in android
i don't know how to disable scroll table view. i try many way, but can not. ~~~ var main_menu = Ti.UI.createTableView({ borderRadius :2, borderWidthL 2, borderColor: '#767676', left: 5, right; 5, focusable:fasle }); ~~~ The table view has two rows
Hot to disbale the border for rows in table view ?
I am working with table. After going through many blogs I am not able to find the solution to disable or totally remove the separator bar between two rows. Either something makes its transparent or some other say to make it same color as background. But I...
Disable scrolling for a desktop app in a window
Hi, I'm trying to create a desktop app in mac os X. I created a window with some content, it works great. But, I need to disallow the global scrolling on this view. I make the content fit into the window, but Mac OS X (Lion) allow me to scroll the whole...
Disable Android Permissions
I uploaded my app to Google and was warned that the following permissions are required. I do not need ANY of them. How do I disable them? Below the output I've put my tiapp.xml for reference. ##Specs - OS X Lion - Ti Studio 1.0.8.201112271627 - Ti SDK...
Turn off GPS after use?
To get a decent location you have to add an event listener on location and wait for a couple of events. However, there doesn't seem to be a straight forward way to turn it off. The closest I [have found][f1] is some old documentation, but the API has...
Disabling AppSettings TextField
Is there any way to disable a textfield in the iOS App Settings App? And is there anything similar on Android?
Disable console messages (Ti.API.debug, Ti.API.info)
Is there any way to disable log messages from Ti.API.debug and Ti.API.info Even when packing for distribution, this messages are logged on the user device. I can the device app logs using an external app like "Cobi Tools". I am using sockets...
Desktop app, disable selecting of text
How would I disable selecting the text on the app, except for a few predefined elements? At the moment, you can simply select any visible text; even if it's a menu or toolbar. Which is a little stupid. I've tried the -webkit-user-select property, but...
Disable input from the keyboard for 10 seconds but still have it display?
After a button press, I bring up the keyboard and I have an intro clip I want my user to hear before touching anything. Is there a default way to disable any input from the keyboard at all but keep it showing?
how to forbid app install on old iPhone ( iPhone 3G )
Hi, My application built with titanium is now finished and is ready to go to the appStore. Unfortunately, the app doesn't work at all on old iPhone (too slow), like iPhone 3G.The thing is, we don't really care about supporting this old iPhone, BUT we...
Disabling possibility to take screenshots of the app
Hi, while someone asks how to take screenshots of their app, I need to disable this option, when someone presses at the same time the home button and the power button. Does anyone know if it's possible? thank you
Disable Incoming Calls
Is there any possible way to have the app DISABLE phone calls coming in to interrupt? I am working on some "mission critical" apps that if you are in the middle of working with then you don't want a phone call to come in and interrupt it or it...
mediaControlStyle - disable controls?
This should be a fairly easy one. The docs say this: >mediaControlStyle: The style of the playback controls. Defaults to Titanium.Media.VIDEO_CONTROL_DEFAULT So, how about the rest of the options? Haha. Specifically, how can I just remove controls...
Disabling iphone keyboard popup when text field is clicked
Hi there! I am trying to figure out how to disable the iphone keyboard from popping up, when a text field is clicked. Is there a line a code to use? or maybe go into xcode and manipulate info.plist? Any kind of help is appreciated.
disabling console printing (Ti.API.info|Ti.API.debug)?
Is there any way to disable console printing in the mobilesdk that is done with usages of Ti.API.info and Ti.API.debug? Do these get automatically stripped out when packaging for distribution through the Titanium Developer? If I package from Xcode it looks...
How do you disable the Return key in the keyboard when a text field is empty
Does anybody have example code/link to example code of how to disable the return key when a textfield has an empty value. I'm thinking I need to add an event listener, but not sure how to disable the key itself
Disable links in a webView?
Hi! I'm trying to figure out a way to prevent users from clicking links in a webView. "touchEnabled:false" ruined my scrollView so that is not an option. Any advice? Thanks!
Some sort of disabled state?
My app has several windows that require loading data from either XML or PHP. Is there a disabled state I can set the device into until data is received? My alternative was to make an opaque view that covers the whole app. Just wondering if their is...
Disable virtual keyboard from sliding out in a window or webview?
Is there a property / settings / way to prevent the virtual keyboard from sliding up when the user touches a window or webview in an iphone app?
Disable rottation
is it possible to disable the rotation on the ipad?
Disable TableViewRows when overlay present
Hey there. I have a table of selectable items. On occasion, there is an independent window that is OVER this table. It might be an activity indicator or a custom dialog window. When this overlay window is present. I'd like to disable the buttons on the...
How to show selected buttonBar
Hi I am wanting to show the selected button in a buttonBar after the user clicks on one of the button options. So when they select a button it becomes disabled, and when they select another button it becomes disabled and the other button...
Titanium.UI.createTextArea - How to disable touch events for a text area
I have the following text area... ~~~ var captionText = Titanium.UI.createTextArea({ value: unescapeHTML(win.objProp1[win.galleryNumber].titles[0]), height:80, width:320, bottom:42, font:{fontSize:12,fontFamily:'Helvetica Neue',...
How can I really disable a button?
I can't seem to disable buttons in mobile. buttonname.enable = false just stops the flash but the click listener still fires. Based on the docs I have tried every possible permutation of the syntax: buttonname.removeEventListener('click', function()...
Showing 1-36 of 36