Community Questions & Answers

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>

Can't run KitchenSink on brand new install

I just installed Titanium and downloaded the KitchenSink, I haven't set up anything for Android yet (and don't plan to in the near future). When I try to run the iPhone Emulator I get this message on build: [INFO] One moment, building ... [INFO] Performing...

Best image format for icons/images?

What is the least processor-intensive graphic image format that I should use for images, primarily for icons - especially if many icons are going to be shown/drawn within a view at once? PNG8? PNG32? JPEG? Any other recommended/suggested, especially for...

TableView rightImage Bug (and solution)

In this example, rightImage is ignored: ~~~ var data = {id:1, title:'foo', rightImage:'icon.png'}; var tableView = Ti.UI.createTableView({data:data}); ~~~ In this example, rightImage works just fine: ~~~ var data = {id:1, title:'foo',...

How to have more than 32 rows in a tableview

New to Titanium, but I searched thru the forums and it wasn't clear what the problem is. I just used the twitter.js example from the kitchen sink and added count=100 to the query, and the table crashes every time I scroll down. Noted on another post...

492 views
asked 2 years ago by jj
last activity 2 years ago

Change Textfield ClearButton

I am using the clearButtonMode on Textfields, but have a requirement to replace the 'X' image to a new image provided to me. So far I have been unsuccessful in finding a way to do this in the docs, KitchenSink, and in the Q&A. How can the clear...

XHR Authentication. Switching users?

Hey there. I have service that uses basic auth to log in a user. I have it working great. After the users enters there u/p it remembers it and sends xhr.setRequestHeader with basic auth data to the server. But if the users changes there u/p the subsequent...

Showing 38,101-38,150 of 47,753 1758 759 760 761 762 763 764 765 766 767 768956