Community Questions & Answers

[1.5.1] Window stack on Android

Hello, I'm trying to do something that seems simple but I can't get it working. I'm developing an application on the Android emulator, and I want a first window with a table view, and a detailed view for each element. The problem is that when I hit the...

App builds, but won't install.

My app builds just fine. It opens iTunes to install on my iPhone, and then it says (after backing up and install the app), An unknown error has occurred 0xE800004C. I can't even install my other app that has been on my phone before!!! I uninstalled and...

Keyboards constants do not work on iPad

The following keyboardType values do not display on the ipad as they do on the iphone: KEYBOARD_EMAIL KEYBOARD_NAMEPHONE_PAD KEYBOARD_NUMBER_PAD KEYBOARD_PHONE_PAD They just display as either default, or with numbers and punctuation. Is this a...

Cloud offline on Sign-up!!

I tried now a couple of time to Signup but I get the Cloud is offline everytime I tried to click on the Sign-up button While filling in the details I have internet connection and cloud is online... Please help Thanks R

Open new window on iPad

Hi When I open a new window on the iPad like this: var win = Titanium.UI.createWindow({ url: 'ownage.js', navBarHidden: true, backgroundColor: '#000' }); win.open(); ... the new window doesn't get slided to like you usually see when...

Change a class dynamically

Hi, Do you know if it's possible to change dynamically the classes associated to a TabViewRow (or any other kind of view)? I have tried : ~~~ row = Ti.UI.createTableViewRow({ classNames: ['class1', 'class2'] }); row.classNames = ['class3',...

Trying to install it into my iPhone

Hi, i have almost finished building my app. When i try to install it into my iphone to test run, i received this error. Install Error Error: Traceback (most recent call last): File "/Library/Application...

Passing complex object to web service example

Does anyone have a working example that demonstrates how to send a complex object to a .NET web service? For example, say I have a web service that accepts a Person object: C#: ~~~ [WebMethod] public void SetPerson(Person person) {} ~~~ Person object...

Tweetanium and jss

Hi, I have a little question about Tweetanium. It is said on Titanium website: >"The Tweetanium Mobile application, when finished, should represent some of the better tips, tricks, and best practices that we’ve assembled over the last year...

Android Action Bar

Hello Guys,, I am new to mobile development using Titanium (excuse my ignorance). I have been trying to implement Twitter / Facebook like header call ActionBar for a simple kitchen application. I have noticed that we can do so by modifying the main.xml...

Can't get TableView data (continue)

This post is closed as being solved (http://developer.appcelerator.com/question/112731/cant-get-tableview-data) and the post says that the data variable works on android. This complete program works on iphone and not android and uses the example solution....

300 views
asked 2 years ago by Kevin Kiddy
last activity 2 years ago

SimpleGeo Usage?

Has anyone used simplegeo with Appcelerator? If someone has and can post some sample usage code to hit the endpoints that would be great! Thanks

Forward & Reverse Geocoders

What underlying service does the forward and reverse geocoders use? I've noticed a few limitations: 1. I can't forward geocode a zipcode. 2. Often reverse geocoding doesn't return a valid city (for relatively well known places). 3. Reverse geocoding...

Can't get TableView data

I have added a table view and wish the rows to be checkable. Then after checking and unchecking various rows, I want to be able to get a list of all the data rows that are checked. My current problem is that I can't find any way of retrieving all the...

Fun Application

Hello everyone I am new to Titanum and I'm starting to take its first steps between applications for iPhone and Android. My intention is to create applications such as http://www.phizuu.com/ -> Assuming that I bought from a week with my first...

Titanium Docs for iPad - new App in the AppStore

Hi everybody and thanks for your support with [iPhone version of Titanium Docs application][iphone]! During the last two weeks we have updated the app and released iPad version of the docs (with code examples) [which you can take from the AppStore][ipad]....

after 1.6 RC upgrade, window show hide issue

Is anyone else having this issue after upgrading to Titanium 1.6 RC mobile sdk.? It plays up in the following way. My code is pretty simple was showing and hiding a window, but since upgrading from 1.5.1 to 1.6 RC, when I call the window to show on the...

setTimeout/setInterval from a Worker

Is it possible to use timer functions from a Worker -- I can't seem to get them working with Titanium Desktop. I know setTimeout/clearTimeout/setInterval/clearInterval come from the window object (which isn't accessable from a Worker), but the mozilla...

Hoptoad iOS Notifier and Titanium?

Can I use Hoptoad iOS Notifier (sends iPhone errors to developers) with a Titanium Appcelerator iPhone application? (http://hoptoadapp.com/pages/ios-notifier). I cannot tell for sure from their website, but it looks like it is an Objective-C library, so...

Recommended way to get user's location

We started off with the recommended route by using Titanium.Geolocation.getCurrentPosition() we then realized that only the location that is returned in the last known location rather than invoking the gps signal. We tried the watch position &...

Desktop cloud woes

I'm using the 'Package' area of TI Builder to send my code to the Appcelerator cloud. This can be flaky but can be prodded into action if I restart TI Developer - However... Today I find if I download my assembled app via the public link in the 'Links'...

adb devices returned 0 devices/emulators

Tried Titanium on Win XP, installed, checked documentation, reinstaleld, read posts on this error, tried every (I think) suggestions but this error still pops up and no app i emulator. Checked missing files with Filemon, no clue. Titanium seems very...

Iphone: Image map like thing

Is it possible to perform certain action on different parts of image? I have images and I want to open views based on clicking different parts of the image. How could it be done? Thanks

language of the selection menu

hi, where can i change the language/wording of the selection menu? it is in english despite my device language is german. i quite confused.

Tableview with images really slow

It appears the TableView with images is really slow. It seems to load all the rows first and then scrolling is enabled. So if you have 25 rows the end users has to wait till all the rows are being loaded. This has started to happen after 1.5.X. We were...

Refresh table view and modal crashes

Hi Guys, Really Random bug. * I have a table view which is populated with data. * I have an event listener that opens a web view(Modal Window) on click (Works Fine) * I have a refresh button (Top left) This issue I have is that if i click refresh and...

Showing 37,451-37,500 of 48,737 1745 746 747 748 749 750 751 752 753 754 755975