Community Questions & Answers

Youtube Twitter API

Hi, Please guide me to implement Youtube API and Twitter API for my mobile applications. Please provide me help. Thanks and regards, Venkatesan.R

Get Facebook Page Wall Posts

This is what I get when I do JSON.stringify(r); I'm trying to pull a FB Page wall with the number in source_id, is that correct? ~~~ 2010-12-01 20:41:56.613 DISTRICT[28152:207] Connecting to http://api.facebook.com/restserver.php { "api_key" =...

Problem with the emulator

Hello, I just got Titanium for mobile development and am having some problems. Every time I try to run an app on the emulator I get an error message and the app does not run. I did not write the app, I am using the "Kitchen Sink" app from the...

Problem with the emulator

Hello, I just got Titanium for mobile development and am having some problems. Every time I try to run an app on the emulator I get an error message and the app does not run. I did not write the app, I am using the "Kitchen Sink" app from the...

Stop All Sound on Button Click

I am designing my first project, a sound board. Yeah, I know...but its just a project to familiarize myself with Ti/droid deveopment. I have a loop that creates and assigns sounds to buttons. ~~~ var pos = 1; while(i<(itemCount)) { var position =...

iAd Orientation

Hi, I'm trying to display horizontal orientation iAds. I see that there is a property called: SIZE_480x32 and SIZE_320X50, but I'm a little confused on how to use them in my project? Thanks.

Optimizing Tableview

I have fairly complex rows within a tableview. Each contains a remote image, and a few labels. On both iOS and android it is slow to load and scroll (even with only 20 rows). Does anyone have tips or tricks for improving the performance of a tableview?...

iOS 4.2 Build onto Device Fails

Hi I am trying to deploy my final BETA onto the device before I build for distribution, however I keep getting an install failed. Below is the report from the build.log, can anyone shed any light? I am on a really tight timescale :( ~~~ ** BUILD FAILED...

Gmail

Hi, My question is how to connect gmail account through Titanium. Please provide me solution to solve the problem. Thanks and Regards, Venkatesan.R

is the JSON.parse included in Ti broken?

i tried to get array of objects from server and populate the result to table view,... here's an example of the response text: ~~~ [{name: John, group: [foo, bar, baz]}, {name: Bob, group: [abc, def, ghi]}] ~~~ (i know it's missing all the quotes, but it's...

Newbie - can Titanium deliver?

Hi We're new to mobile apps and are currently deciding on a dev platform. Many thanks for your advice so far. Our apps will share much of the UI concepts/charting found in the Apple "Stocks" app. We will be building identical apps for iPhone and...

Very basic example with Python

Hi, I'm a totally newbie with Titanium Desktop and I wanna just making a very simple app using Python module. This is my [index.html][id] When I push the button, I obtain an error from console: ReferenceError: Can't find variable: hello I have follow the...

new version of Titanium?

I heard that there will be a new version of Titanium that will fix the drawbacks of this one such as facebook login in Android, applications for different screen resolutions, customization of slidebar background color, the use of external fonts etc. Do...

httpclient broken for 1.5.0 > githash=1dd0106

CORRECTION githash=3ee6a97 Hi What's going on with the httpClient? The version with **githash=3ee6a97** is the last working fine, all that are above this breaks httpclient trying to parse a html code as xml. Of course this breaks the yql too. Any ideas?

Will a TableView pre-load all data or only as needed

I am creating a simple application which tracks events. As the users enter events, the database will get larger and larger. Let's say the application is used a lot, and there are 10,000 entries. I am using a custom TableView to show the data in date...

StoreKit

Have there been any further development's regarding iOS' StoreKit?

Call Parent Window

Hi, My question is,In a new window I have a button when a user is clicked that button it will returned to the main window. Please provide me solution to solve the problem. Thanks and Regards, Venkatesan.R

Password and TextBox Value.

Hi, My question is how to create a password field in the Titanium.For an example to create a text field we have var textfield = Titanium.UI.createTextField. In a new window I have added a label,textbox and a button.When I have clicked that button how to...

Search twitter with appcelerator

Im following the twitter example in the kitchen sink. I am trying to utilize the twitter search api. Eg of a url will be http://search.twitter.com/search.json?rpp=30&q=#marketing If I want to search more than 1 term, the following is the...

Label and TextBox

Hi, My question is When I have click my Add Button in the window , a new window will be open in that new window I need to add Two label,two text box and a submit,cancel button. Please provide me help to solve the problem. Thanks and Regards, Venkatesan.R

Database SELECT using two conditions???

I am trying to query a database and retrieve a row matching two conditions Titanium Code: I have tried both of the following ~~~ var resultSet = db.execute('SELECT * FROM goals WHERE goal_type= "current" AND client_id = ?', id); var resultSet...

Coverflow Label and not reading all images

I have a coverflow view based off of the Kitchen Sink view and I set up an array of captions for a title label. The initial label is there but it doesn't update when a new image is swiped into view. Also I have 16 images, and CoverFlow isn't loading the...

Using Drillbit to test mobile apps

I was trying to get started using Drillbit and I can't even run the python script as is. I run the following at command line on a Mac and am using the Titanium 1.5.0 Mobile SDK nightly build. It's run from the base of the repo directory...

Backbutton eventListener

How to get the eventListener for the backbutton that appears in the navigation-bar and tab-bar when we navigate from one window to another. Is it possible. Please help me.

Post the kitchensink to the app store

I've been trying to work through the development cycle with a few clients and they almost always ask to play with some sort of a kitchen sink to know what is possible. Is there a reason why no one has posted it to the app store? It would be so much...

[mobile] error mobilesdk update to 1.5

I change mobilesdk to 1.5.0, but runing error this is error log ~~~ [INFO] One moment, building ... [INFO] Titanium SDK version: 1.5.0 [INFO] iPhone Device family: iphone [INFO] iPhone SDK version: 4.0 [ERROR] Error: Traceback (most recent call...

Showing 39,101-39,150 of 47,603 1778 779 780 781 782 783 784 785 786 787 788953