Community Questions & Answers
Pressing tableview modal window
![this is my image] (http://imageshack.us/f/854/modalview.jpg/)
Android webview soft keyboard
Hi. I cant seem to find an answer anywhere for this. I have a webview with a form. I cant get the soft keyboard up when touching a input type text element. I see the cursor blinking in the element though. The input type "selec"t works...
ios push notification is not received
I am following the tutorial http://www.titaniumtutorial.com/2012/07/appcelerator-cloud-push-notification-in.html It's working but when I am sending a push notification although it gives me a success message It's not been showing on my device ?
app.js not found when using 3.0 SDK
On my iPhone, whenever I compile apps (even after clearing out the build folder), whenever I try and run an iOS app in the simulator or device, I get the red screen that says app.js not found. If i change it to a lower sdk, it works fine. Ideas?
AutoLink property on labels - iOS -TI SDK 3.0 Alloy
I'm developing with Alloy (SDK 3.0). The Documentation says autoLink it is only available on Android but SDK 3.0 release notes points that you can use `Titanium.UI.AUTOLINK_ALL` on all platforms to detect when an UI control has numbers, emails and such...
Problem with my program execution
Hello everyone, I am trying to run my Titanium application using my Samsung Note device, unfortunately, I got this error in the output: ~~~ [ERROR] Exception occured while building Android project: [ERROR] Traceback (most recent call last): [ERROR] ...
Two Questions about Titanium
Hello everybody, I would like to ask you 2 questions about Titanium I've read an article which contains these two lines: 1)- > Disadvantages of Titanium: * Using HTML or CSS is no longer possible as it doesn't use Web-View for deploying the...
About the AVD and Titanium
Hello everybody, I wander if there is a possiblity to execute an application developped with Titanium using an AVD created using AVD Manager? in other terms, I have created a new Virtual Device using the AVD Manager, but I didn't knew how to run my...
Cannot Run as Simulator or Build to Device After Updating to Ti Studio and SDK 3.0
I've been using Titanium for years without any problems but I just updated to Titanium Studio and SDK to 3.0 and now I cannot run my app on the simulator or build to a device. I tried completely uninstalling both Titanium Studio and Xcode and reinstalling...
SDK 3.0 Error on iPad device with Ti.include
Dear reader, I have noticed some strange bug while testing my app on iPad 2 (iOS 6.0.1) device. ~~~ /* Render view * @param properties */ exports.render = function(view, window,...
Titanium SDK 3.0 borderRadius problem
Hello, So today i decided to use SDK 3.0 (mostly because of the applyProperties method and On-Device debugging), however, i noticed that rounded borders on controls (textField and textArea to be specific) are not acting as they should. The problem is that...
SDK 3.0 and ImageView Ratio
Hi, this code works fine in 2.X and the imageView keep aspect ratio ~~~ var image = Ti.UI.createImageView({ image : imageFile, width : thumbsize, height : thumbsize, top : 14, borderRadius : 5, hires: (Ti.Platform.displayCaps.density...
HTTPClient readyState contants crash iOS
### My code: ~~~ var client = Ti.Network.createHTTPClient({ onload : function() { Ti.API.info('http did load'); }, onerror : function(e) { Ti.API.info('http did error ' + JSON.stringify(e.error)); }, onreadystatechange : function()...
WebView cannot recognise .js extension in iOS devices after upgrade to SDK 3.0.0
Hi, I had compiled my app with latest SDK 3.0.0 and executed it in iOS Simulator. This work fine, as expected. However, the moment I deployed the app into iPad with iOS6, the app is no longer loaded. Basically the app is using Titanium.UI.Webview to load...
Android Alloy Back Button
How use Android Device Back Button to close a window in Alloy? Thanks
TI 3.0: Custom info.plist broken after compiling
I'm using a custom info.plist to include a font in my iPad app. When I compile the project the info.plist is unreadable afterwards (starting with "bplist00? ...") and the fonts aren't included in my app. Was working fine with TI 2.x. Is there a...
[Compliments] The new Titanium 3.0 with its new SDK is exceptional!
I just upgraded to version 3.0 Titanum with its new SDK. I tried to start one of my app in the simulator, and also to test it on the device, and I must say that the startup speed of the simulator as well as the installation of the app on the device was...
Titanium SDK 3.0 RC generates stream of messages on Android emulator
When running my application on Android, it works OK, but on the emulator the log gets a continuous stream of messages: 12-06 21:16:45.806: W/Trace(1030): Unexpected value from nativeGetEnabledTags: 0 It seems to run rather slowly, as well.
Cannot start fastdev on SDK 3.0
I tried to start fastdev using the following command: titanium fastdev start I get: Titanium Command-Line Interface, CLI version 3.0.18, Titanium SDK version 3.0.0.v20121105141612 Copyright (c) 2012, Appcelerator, Inc. All Rights Reserved. Please...
SDK 3.0 TextField AccessibilityValue
I'm trying to add an AccessibilityValue to a textfield in an iOS app using the Titanium SDK 3.0 beta. Here's the snippet: ~~~ var tfName = Titanium.UI.createTextField({ value:'', height:35, top:10, left:100, right:10, returnKeyType...
Showing 1-20 of 20