Community Questions & Answers
Installing USB Drivers
My company bought us a Archos 5 to test our Android applications. I followed the instructions at: http://www.archos.com/support/support_tech/updates.html?country=us&lang=en&#firm to install the USB drivers (I also tried the same with the Google...
Titanium.XML undefined on Android
Hi everyone, i started play around with the new TI 1.5.0 RC2. But it seems there's a bug in XML-module for Android. When i put some XML into the parseString-function, Android throws a TypeError: Cannot call method "parseString" of...
Dashboard - How to save the order of the dashboard Items?
Hi everybody, reading the API and some conversation in Q & A I tried to go that way, storing the order of the dashboard items using Ti.App.Properties. But I can't, once turned off the device, to restore the saved order. ~~~ var channels =...
Japanese, Russian and other non-latin languages
Hi, As subject tells I have a major problem with getting japanese, russian and other non-latin languages to work in the iPhone app i'm currently building. I got the html entity version of the text, however this is only presented correctly in navbar and...
Applications will crash when using webviews on Android 2.2.1 and 2.3
I'm using Titanium SDK 1.4.2, and have built an app using webviews (so that it will be simple to port from Android to iPhone). Everything works great up to Android version 2.2. However, versions above that, 2.2.1 and 2.3, will crash. Not always, but only...
restricting keyboard
hi, is is possible to restrict the keyboard to numbers only?
Application crashing when opening map
I've previously asked a question about a problem we were having with out application causing it to crash when working with Google Maps. I've located the problem occurring not when looking up GPS coords but when going from one map view to another. We have...
Change Image while moving to Left or Right
Hi Everyone. Need a little help with this. I have a fuel meter (gauge) as an image and I have like 16 images of the same meter but with the arrow in different angles. I want the user to move the arrow left or right. So when the user move to the left, the...
UML tool to create data model in conjunction with Titanium
Hi, What is the appropriate way to create a datamodel within titanium? I just learned how to use core data within Xcode (iphone) and I am quite enthousiastic about it. How can i do that? Regards, Christian
Titanium+ Commerce / PayPal-Login in Germany failed
[SOLVED] ===== Hello, ----- i tested the RedCross demo application. Everything is OK, but when i try to sign in it will be refused: **"Login failed!"**. Is there no support for the krauts or what's the matter? Thank you for your help!
Database Execute not working Android API 2.2
Hi, I got a db working as a test case for my app, when I went to implement it into my full application that is targeting Android 2.2 I get this error: TypeError:Cannot call method 'execute' of null If I traget API's 2.2 it works.
New Android Menu creation for 1.5.0 not working on first window
I just started migrating from the old way of creating menus in Android to the new one in 1.5.0 and I can't get it working. My application creates a window when it starts (no tabs like the KS sample). Basically I start the window like this in the app.js...
Row height:auto NOT WORKING for android?
have made a little blog-app, where I want to post text to a wall. the wall posts enter into rows in a tableView. Having problems with this simple tableView, where the text gets chopped off after a number of rows. var row =...
Images folder bug simulator vs. device
Hi, I have my images in: ~~~ iphone/images/ android/images/ ~~~ when I call an image "images/myimage.png", it works on Android and on the iPhone device, on the simulator it doesn't work. I've hacked it by checking if it's running in the...
Universal App Splash Screen
Hi, I've my app working nicely on iPhone and iPad, I've added: Default.png Default-Portrait.png Default-Landscape.png The only annoying thing is that on iPhone, the splash screen flashes twice, loading the Default.png and the Default-Portrait.png. Any...
How can I make child-views stop resizing when siblings are added to their parent?
Problem ------- I have a scrollView and am trying to add three images to it. Each image can be added by itself and appears how I'd expect. However, if there is more than one image, they start resizing each other's views. It may be easiest to describe my...
Error compiling iOS project with 1.5.0 RC1 SDK
I'm getting following error when I compile my iOS project with the 1.5.0 RC1 SDK and Titanium Developer 1.2.2: ~~~ [ERROR] Error: Traceback (most recent call last): File "/Library/Application...
How to support native resolution on android devices
I was wondering how to support the native resolution of android devices like the galaxy tab. It has a native resolution of 1024x600 pixels. The titanium based application I test right now scales to 683x400: scale factor of 1.5. I changed the manifest to...
Titanium Developer Wanted
Hi We are looking for an experienced Titanium Developer to port a set of existing iOS apps to Android. If your interested, Say hello directly, with your app portfolio and your location. Thank you - Mark Clarke littlewolfdesign@gmail.com
Android app, super simple one, will not run
More fun dealing with Android specific issues I've pretty much have the "New Project" base application here on a new Mac laptop, I was able to run it out of the box on both iPhone and Android simulators... Now that i have tweaked it a little...
Titanium.Network.createHTTPClient errors out
I have a recurring error I can't figure out. I have a home window with two buttons. One button takes you to a news feed, the other to a schedule feed (both modal windows). Both use Titanium.Network.createHTTPClient() to load data. On each page, there...
Titanium Developer cannot find adb.exe or android.bat in the SDK's tool directory
I'm installing Titanium for the first time, so I followed the instructions on the PDF document that's located in the Get Started page. I'm using Windows 7 (x64), and wanting to develop for Android smartphones. I did exactly what the guide said, but...
Using p12/pfx in ajax requests on Android devices
Hello dear All, I was shocked when discovered that the default Android browser does not support personal certificates. After some search I was shocked again... 3th party browsers doesn't support this feature to (Only Firefox, but it's slow and unusable on...
Problems with Wordpress RSS feed
I am trying to make a news section for my app that pulls an RSS feed from a Wordpress site. I tried using the rss.xml example from Kitchensink and just substituting the feed I need, but it never loads anything. The feed I tried is just...
Developing/Distributing inhouse apps.
what is the process for distributing applications to inhouse users (ie not via apple's app store).
Scrolling multiple layers at once (aka the parallax effect)?
Hey guys! Just a quick question to see if it's even possible to do. :-) I have an image that has two layers, one layer is an object in the front and the other layer is the background. Now what I want is to scroll the layers with my finger, the layer in...
ScrollView not receiving events
I have a scrollView to which I am trying to add an event listener for click/singletap, but it seems as if the listener isn't working -- at least not in the iPhone simulator. My code looks like this: ~~~ var win = Titanium.UI.currentWindow; var...
How to get started?
This step has always kept me from really using appcelerator. Setting it up to work it's a nightmware (specially when names with accent like mine, which I hope was fixed because that drove me insane a few months back) I got a new machine and I am trying to...
tableView crashiness on scrolling with unique classNames for layouts
Hi All, My earlier tableView crashiness was solved (mostly) by using a unique className for each layout type. I now get random crashes after a period of use. Originally I though this was because I added I search bar but removing that does not seem to...
play sound when app starts
Hi, is it possible to play a soundfile in the starting process of an app (when default.png is showing up)? Can anyone help me?
UnicodeDecodeError: 'utf8' codec can't decode byte 0x80 in position
I'm trying to use 1.5 (rc2 and continuous builds) on Vista 64 and I get this error. With 1.4 everything works. >[DEBUG] detected module analytics, path = C:\ProgramData\Titanium\mobilesdk\win32\1.5.0\android\modules\titanium-analytics.jar >[DEBUG]...
Issue with webview padding with orientation shift
Hi there, I have searched for similar issues but cant find anything to fix here. I have a very simple app that is loading a system page of ours, and the idea is that it fully scales and fits the ipad/iphone page when it loads. It works perfectly in...
Advertising Modules - Modules in General
How are we going with the advertising modules, I asked this question 6 months ago and it was stated that the modules were on their way, With 1.5 just about here. Are the advertising modules part of this or will we need to code them seperately. I'd like...
Why does Q&A suck so much?
Hi All, I can't be the only one here who finds Q&A frustrating. The more I use Q&A the more frustrated I am. Here are my top frustrations with some suggestions: 1) Comment formatting is a lot smaller than answers, also the comments are not...
TableView crashiness on scrolling
Hi All, I have a table heavy application which was working just fine until I added a table made up of rows comprising of multiple labels. This table, unlike all my other my tables, creates each row individually using createTableRow and add 4 small...
center scrollview on pinch to zoom
I have a photo inside of a scrollview that can be pinched to zoom. How do I keep the photo centered within the scrollview instead of being positioned in the upper left corner?
Cannot get Android SDK to work on OSX
I followed the posted instructions on installing Android SDK and Titanium Developer on OSX. When I try to tell Titanium where to locate the SDK, I get an error stating it Couldn't find adb or android in your SDK's tools directory. You may need to install...
Titanium.Platform.openURL Not working
Titanium.Platform.openURL('tel:12345'); is not doing anything ?? am I doing something wrong I have tried Titanium.Platform.openURL('tel:12345'); and Ti.Platform.openURL('tel:12345'); both don't do anything tableView =...
Having a problem submitting my app to the app store
Hey guys, I'm beaten and bruised from this app submission process. Finally after getting all of my certificates and everything in place to build the app for app store distribution, I'm now stuck on the actual upload process. I was reading that you have...
iSO 3.0
So I guess iSO 3.0 is no longer supported? Says I can't install the sample application on my device because the os isn't high enough. Is there any way to get this working on iOS3.0 ? I know only the 3.2 SDK is available now in the new xcode, but I can...
Disabling keyboard on search bar focus?
Hi, Love love love the Titanium! Have been enjoying coding with it :) Question: Is there a way to disable keyboard from displaying when search bar gets focus? The reason I want this to happen is I push values to search bar from picker and filter a table...
Event occurs many times
I'm trying to replace all the links in the document using the function below, and it works fine. The problem is that the replace occurs many times (looks like an infinite loop). How can I stop that? Thanks! ~~~ function...
Mobile 1.5.x breaks visibility of nested nav group
I am using navigation groups in combination with external *.js files in the url for the new windows. In 1.5.x, the navigation group demo still works in Kitchen Sink, but when I use external *.js files as in [this][1] sample code from Aaron Saunders I now...
Hiding VideoPlayer loading activity indicator
Hi All, Hope you can help, I am trying to find out if it's possible to not show the loading activity indicator. The reason I ask is that I have a background image of a face, and I have a video of the mouth which is lipsynched against some audio. When...
Global variables not working in titanium desktop php?
Hi, I have noticed that in the new version of titanium desktop global variables do not work in php anymore. They use to work because I have used them before. I have the following files in resources folder: index.html ~~~ <html> <head> ...
XML RSS Feed
I'm trying to pull out information from an RSS calendar feed but keep only getting the title of the event and not the description - I've tried including the tag name "description" but it keeps returning an error so any help would be much...
Window & Tab Fundamentals
I am using Titanium for the first time this week. I whipped up some basic code for an app I want to build, however I must be missing something basic about windows & Tabs. I'm testing on the Iphone emulator and getting odd results that I'll explain in...
Android SDK r08 - No emulator launch - Windows 7
First time user. Followed install instructions, but adb will not launch. First trace error is: [TRACE] TypeError: sequence item 0: expected string, NoneType found I found a post about copying adb.exe to the tools folder in c:\android-sdk from the...
Titanium Developer 1.2.2 Changelog
Is there a changelog available for Titanium Developer 1.2.2?
Showing 38,651-38,700 of 47,526 1 … 769 770 771 772 773 774 775 776 777 778 779 … 951