Community Questions & Answers

Insert JSON into database

Iam using database in titanium for the first time, I want to insert parsed JSON data to the database, then I want it to load to an array. Can any one help me here..? Thanks in advance.

how to create an array???

i am creating an app for android phone using titanium.I need to create a 2 dimensional array,having 1st column as userid and 2nd column as password.Plz tell me how to create that.... //Titanium.include('data.js'); //var userid=null; //var...

How to start to develop iPad app.

Hello, I want to develop iPad app. using titanium how can I start with that,is there any app. like kitchensink which is also in ipad, so i can study and develop my own app. Thanks.

1.5.1 iPhone Install Error

Hi, I made an app spending days and now that I'm trying to run it on my device before I publish it, it doesn't work.:( Of course, I tried erasing contents inside iPhone folder hundreds of times. I have mobilesdk 1.5.1 Titanium 1.2.2 (All Up to date). Also...

674 views
asked 2 years ago by Justin Ko
last activity 2 years ago

Tibar: issue with the compilation

Hi! I'm working on an application which uses tibar. But I have an issue that I can't explain. I have created a simple application with Titanium. Then, i have edited the file 'app.js' like described on this page: http://code.google.com/p/tibar/ I have...

Android menu

A couple of things. I noticed that the menu button doesn't always work. And is there a way to open the menu without using the menu button. I tried menu.open(); and menu.show();

Packaging Errors -- 1.5.1

Cannot get a package created for an iPad product. I have a very simple webview project (just a bunch of html pages). It works fine in the simulator, but I cannot get a package created. This is the error generated: ~~~ [INFO] Performing clean build ...

Export analytics data?

I don't see a way to export analytics details. I'm bidding on a mobile app for corporate/private distribution. They want stats on usage, version, etc. I can gather that info with Ti.Analytics but then I need to get the data back out in a convenient form.

SQLite does not run

Hi all, I hope I can get help this time. Now I am trying to develop an application which stores some values in table. I created database and table using firefox add-on SQLite Manager. But I can not add or select any data. What is missing in...

I can not run KitchenSink

I am trying with Titanium SDK 1.5 and SDK 2.2 it is not running Sometimes it give me database error or something Could anyone help please? Thanks

More Tab acting strange

Hello, after i added the 6th Tab to my app i received the "more" Tab. First everything seems to work like expected. As soon i select one of the Tabs in the "More" Table View and navigate back, by clicking the "more" Tab, the...

animating between views

Hello, I want to make something like this but i can't figure out the best way to do it.. I have six images wich is fullscreen on the ipad, when i click a button i want to animate to the next image, with a nice opacity tween between them. when i click it...

iOS 4.2

~~~[INFO] One moment, building ... [INFO] Titanium SDK version: 1.6.0 [INFO] iPhone Device family: iphone [INFO] iPhone SDK version: 4.2 [ERROR] Error: Traceback (most recent call last): File "/Library/Application...

Develpo for Android SDK 1.5

I have a mobile with android 1.5 and i'm trying to compile theh hello world sample for this, but i can't install the aplication because the adb -d logcat says: "the aplication need android version 4" in the xml line 7. I have try to change the...

No analytics issue?

I haven't seen anything here or on twitter, but is anyone else not having analytics data show up recently? I have a new app that's been in the store for a few days, has numerous downloads, has analytics turned on - but only get: "We haven’t...

How to pass variable to a row?

I am still learning, and finding appcelerator to be a pretty good and robust platform. I have run into one issue so far... how can you pass a variable to a row like so: if( f.exists() ) { var hascheck = 'hasCheck:true'; } var data =...

passing row data to new widow

I'm trying to pass some of my row data to a new window, pretty much like a mash-up of the KS custom_properties.js and KS twitter examples. The problem I am having is that instead of passing the data from the row selected, I am passing the data from the...

debuging ANDOID apps on a device...

A friend of mine doing ANDROID stuff, is debugging on his ANDROID phone. It takes a really long to get the emulator to start on my MBP, but I can get the apps installed on my device pretty quick. I pulled some docs that may...

Contacts API

This question is two fold: 1) how do you get the ID for a contact to use the get contactbyID api call? The person object does not seem to have an ID field, and if you try to iterate over its properties (for p in person) to find any undocumented...

selectRow on a TableView

I cannot figure this out for the life of me. In the kitchen sink, it appears to work. When I try it, it doesn't work. Here is my code <a href="http://pastie.org/1427168">http://pastie.org/1427168</a>

Showing 38,051-38,100 of 47,721 1757 758 759 760 761 762 763 764 765 766 767955