Community Questions & Answers

What is happening with the consoles?

Since de last SDK update, a MS-Dos windows if open with emulator.exe console (difficult to find errors) ![foto](http://goo.gl/LPycV) and from Titanium Studio, the console selector grows and grows! ![foto](http://goo.gl/pGU2A) Anyone else is happening?...

Android Fastdev Issue

Hello When attempting to use fastdev, my application suddenly throws null exceptions. When I disable fastdev via tiapp.xml, it builds and runs fine. This seems to be a problem with the way it exports the code to the device, since the way it blows up is...

weird bug after clicking on textField

Hi, im developping a window (http://dzmob.net/tags.png) which displays tags for a photo and allows to add a tag : when there is no tags for a photo. a click on textField which allows to write tag and add it generates this weird exception !!!...

TextArea Bug

When TextArea has automatic width, it trims white spaces. To reproduce the issue, run this code, focus the textarea and touch the spacebar. You would expect to see a white space appended to the text but nothing. Look also at the "change" event...

Can't logout an unverified user.

When trying to log out a user that was just created using ACS Users.create, but has not verified their account yet. I receive this error. "You have to confirm your account before continuing" Unless I'm doing something wrong, I believe this to...

Views being cut off unexpectedly

**Setup** **SDK:** Titanium SDK 3.0.2 - 02/19/2013 **Device:** iPhone 4S **Device OS:** 5.0.1 I've just noticed a strange bug with my application. There are a few views within my application which have been cut off by 1 pixel from the bottom. [Notice...

Android SQLite bugs ?

It looks to me that there might be some bug in Titanium with Android SQLite. This query: ~~~ db.execute("SELECT * FROM parks LEFT JOIN park_meta ON parks.id = park_meta.id WHERE parks.id = ? LIMIT 0, 1", id); ~~~ Gets me this Error...

Showing 1-50 of 571 1 2 3 4 5 612