Community Questions & Answers

Hiding numeric keyboard

I have a form with numeric keypad. What I want is a "Next" button or someway to hide keyboard when user tap on any part of the background(View). How can I do it? I am using iphone and Titanium's latest SDK Thanks

DatePicker Dialog

Hi guys. I'm fresh new to Titanium Mobile and I'm trying to build a simple datapicker dialog to be shown upon a click to a button. From what I've experimented and read, the way to do it is by assigning a view to an OptionDialog with the picker...

Error in map

When i write mapview code run in iphone but in android it shows error [ERROR] Failed installing com.map.example: pkg: /data/local/tmp/app.apk

Looking for freelancers

I have a somewhat large app under construction and I need 1 or possibly 2 people to assist me in the following areas: 1) Optimization - this is my first iPhone app based on Titanium, and I'd like to have someone around who can dig into the code and find...

Why no tabs in tweetanium?

I'm curios why the tweetanium code doesn't use the standard API for tabs and tab groups? What couldn't be accomplished with the tab API? I ask because I was planning on using the tab API but now am considering following the tweetanium paradigm.

Data loads in wrong window in tab group

I have a tab group and if I switch between the tabs fast enough, the data is loaded in the wrong window. I have "var win = Titanium.UI.currentWindow;" at the beginning of each subcontext but before it has a chance to load I'm already on another...

close() and Insert SQL statements

So I've spent most of the afternoon trying to track this issue down. I am having seriously weird SQL behavior that is causing my app to stop processing. When I enable Trace as the filter in Ti Developer, I notice the following error: [TRACE]...

1,117 views
asked 2 years ago by Larry Garfield
last activity 2 years ago

How Does Titanium Mobile Work?

How does Titanium Mobile work at a high level? What do the build scripts run by Titanium Developer do?

3,233 views
asked 2 years ago by Kevin Whinnery
last activity 2 years ago

Module for adding AAC streams?

Somebody clever could make some money by writing a module that added the capability of streaming AAC format streams via Appcelerator. Several people, including me, have asked about AAC support and have never been given an answer as to if it will ever be...

Could not find SDK version 1.1.0

Im trying to Launch an test app with the 1.1.0 SDK, and when i click the button, the console just return this: ############ Preparing to package and launch desktop app. One moment... Traceback (most recent call last): File "C:\Documents and...

JSON parse fails

Hi, Further to this question ` http://developer.appcelerator.com/question/104551/postzip-code-from-lat-long` I get a parse error on JSON string from the google geolocation API. My code to get it is ~~~ var postCodeData = getPostCodeData(retType ,...

693 views
asked 2 years ago by Jez Manser
last activity 2 years ago

php - doesn't work at all (nothing!)

Hi there, I just tried the given php examples (from programming guides) like this: ~~~ <script> function my_php_function($item) { $result = array(); for ($index = 0; $index < $item->count(); $index++) { ...

Android emulator slow?

Hi, I've installed the Android emulator and successfully used it with Titanium on a Mac, however, it's very painful to work with it. Very slow to build (2-3 min) and the apps also work very slowly. In comparison, the iPhone emu works wonderfully, having...

Titanium open grouptab in a new window

Dear all, I have an issue of opening grouptab in a new window. For example i would like to have a login window, after logged in user will be directed to the main window that consists of group tab. thus, login window's code is available on app.js and...

Store a image to load later

Ok so I have a settings view which is a modal view in my app (iOS iPad) The settings menu has 3 options - insert name - create/upload character - create/upload house The name is inserted and the name would appear in the book part. I do this by setting a...

How to start a new Android Activity?

I'm trying to start a new custom Android activity with Appcelerator and having some trouble. I'm not sure where to put the java file in my Appcelerator project and how to correctly link to it. Here's the HelloAndroid.java activity I'm trying to run from...

not recognized

Hi everybody, I'm working with the mobile sdk (1.5.1 and 1.6.0) on a mac. I did exactly what it is mentioned in this post : http://developer.appcelerator.com/question/89761/tilocalegetstring-or-l-wont-work The problem is that the...

Styling a clickable label

My app will likely have a number of labels that will need to be clickable. Functionally I have it working fine but I'm struggling with the best way to visually indicate that the link is clickable (without the ability to use underline). I'm curious as to...

Post/zip code from lat long.

Hi, I am trying to figure out the user's postcode from their current position. Is there any way to do this using the google api (from Titanium, not in a web view) as otherwise it is going to be a large database of postcodes and a serious distance...

SQLite multiple INSERT

Hi all ! I need to insert a lot of lines into a SQLite database. I currently do this : ~~~ for (var i=0; i<xml_length; i++) { db.execute('INSERT INTO myTable ("id", "value") VALUES ("'+xml.id+'",...

Problem with Urban Airship

I have made an app which can receive push notifications from Urban Airship through a .NET Service I created. Everything works great when I restart the app by double clicking the iPhone button and killing the app and then start it. Then the phone gets...

help for simple interactive presentation

hallo i would like to develop a very simple application for a free elearning: is a short movie , at the end you tap on the screen and you see the next movie. Very simple, like a Powerpoint presentation . but for iphone. Well, someone could help me to start...

Webview Error

Hi, Community :) One of my tab is opening a website of mine and it seems like there is a glitch with my source code. Whenever I double tab to zoom and double tab to zoom out the app crashes.... I tried it with other websites and same thing happened so i'm...

Reterive the Date

hai all, I have picker in Titanium.UI.PICKER_TYPE_DATE, when i select the date i need to have a date only .

Showing 37,301-37,350 of 47,780 1742 743 744 745 746 747 748 749 750 751 752956