Community Questions & Answers

Publishing Apps in Windows

Hi there, I am new to using Appcelerator, and have recently downloaded Titanium Developer for Windows. I have built a very basic app using Javascript, but when I go to test the app within Titanium Developer nothing happens. Am I missing something else...

280 views
asked 2 years ago by Denis McMahon
last activity 2 years ago

TableView with imageview and labels

helo all in the tableview row i attach the image and contains two label text, in iphone its successfully added but in android the label text is not added to imageview in the row what is the problem can any one tell me , here the sample code var...

Running StatusNet app in Titanium

I am trying to run StatusNet downloaded from http://www.gitorious.org/statusnet-client on Titanium Developer 1.2.2 on ?Mac OS X 10.6.6. The Titanium SDK is 1.5.1 and I have downloaded the latest iOS SDK + xCode from Apple and Android SDK from Google. I am...

Styling a switch

Is it possible to change the color of the switch. I tried the kitchen sink but no examples of changing the color. I tried the various properties like backgroundColor, backgroundImage , and backgroundSelectedImage with no luck. I thought the...

Rapid Clicking

I am looking for a solution for rapid clicking. It seams that in android it interprets two quick clicks as a double-click (which make sense). But ideally I'd like it to fire the click event twice (the way it works in iphone). Yes, a work around is to make...

Problem with multiple video instances

Hi, I'm having a problem with displaying multiple videos. Specifically, I'm displaying multiple videos in each view of a ScrollableView. Strangely, the first video does not show. I know it is not a specific video because I've changed the order of them and...

saveToPhotoGallery

Ok...so far the API, KitchenSink and the Q&A has helped me solve all my issues until now. - First tab (window) that i use to get a photo from the gallery...works - Second tab (window) that a user inputs text...works - Third tab (webview) that...

Issue with coverflow

Hi I'm fairly new to Javascript and even newer to Titanium (although loving it so far) but struggling with this. So i've created a coverflow of multiple images when clicked on open a modal window showing a different image. Although the coverflow works fine...

facebook graph api - call backs

I have used this code An [http://developer.appcelerator.com/question/105841/facebook-new-api] link to get the access token, but being new to Titanium and Lua, I'm not sure how to: 1- add success_callback 2- to access the token from else where in my code.

Handling Connection Problems

Hi All, I am working on a little Twitter client with a pull-down-to-refresh feature. I have noticed that if my 3G connection becomes unavailable and I try to refresh the Tweet list I will no longer be able to use the feature during the current run - even...

How to use URL based window

Hello, I'm using the iPad [SplitWindow](http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.iPad.SplitWindow-object.html) in my application. When the user clicks on one entry/button of the masterView TableView, I want to update the...

SDK and Screen still says loading

I've read through many of the posts on how to fix this with no solution. Because the SDK and the Screen both say "loading" the AVD is never created. The emulator attempts to launch but fails. I'm using Windows XP. I've copied adb.exe,...

Getting a private app onto a device

We are making an app that is meant for internal use inside a company. Once the app is done, how would we go about getting the app onto the employees iphones and ipads? Does the app store have a private area or something?

Change the style of a button when clicked

Hello, I have a simple toolbar adapted from the Kitchen Sink example which is working perfectly. The only thing I need is to to change the style of the button i.e. swap the bordered and done when the event listener is activated i.e. when button change is...

Titanium Dev 1.3 & SDK 1.6RC1

I have downloaded the KitchenSink for SDK 1.6 and it works great, but when I run it in the simulator, it opens by default as an iPad app. I understand that support for universal apps is now included in the SDK but without Dev 1.3 how do we specify which...

API as .js? (desktop)

hey guys, is it possible to get the desktop api as .js file for autocompletion? I like the concept, but it's rather hard to start with titanium, if you have to look into the docs every time. And maybe I'm wrong, but it seems like the documentation isn't...

eventListener if( Statements

Titanium Mobile 1.2.2 // iPhone SDK 4.0 // Platform iPhone Im having a bit of trouble trying to set the index values of items (TabbedBar) to Text that is saved as a preference. I don't want 0's or 1's to be printed in the email form, so i THOUGHT it...

Planning my app - Pull data daily?

I'm doing some wireframing and planning my first app. I'm going to need to do some sort of check-in between the app and a web service (REST), say, once a day and add a numbered badge to the app's icon as an alert/notification. Is there some project...

421 views
asked 2 years ago by T.J. Mahaffey
last activity 2 years ago

size.height in Android returns 0

Hi there, I have a nasty problem. We are working on a app for Android. We have a scrollView with multiple views in it. The views are listed vertically with a margin between them. As the content of the views are variable we can't use top to position then...

Factors Impacting Runtime Performance

Right now my app seems very sluggish (on device) compared to other apps. I'm wondering what some of the factors (within a developers control) that could be contributing to poor performance. Are there some common gotchas? For example: - Impact of...

Can you compress a JSON call?

Hey Guys I am sending data to a webservice for processing, before it is magically sent back to the device to display nice useful data to the user. The problem is I am potentially going to be sending a LOT of GPS coordinates. I really want the app to...

Getting "Network error" while making a HTTP call.

Hi Guys I a just trying my first Android/Titanium demo application based on http://mobile.tutsplus.com/tutorials/appcelerator/titanium-user-authentication/ I am getting a "Network Error" while trying to call a PHP file on the local web...

Perl support

Is there any plan to add perl support to the desktop application framework?

Having 2 tableviews in one window

Hi, i would like to create 2 different table views in one window. Which is one custom tableview on top and an another normal tableview below it. I have done something like this but it doesn't appear on one window. --- var win =...

Load a WebView with given cookies?

Dear community, In my application, I am using Titanium.Network.HTTPClient to perform login to a website and I get cookies from that connection. I'd like to then load a private page in a WebView using these cookies. How can I load WebView with a given...

Sqlite not advancing records

Hey, Little stuck here people.. I have (thanks to the help of Paul here) accessed my sqlite database and plotted a point on the map. My problem is it will not goto the next record and plot that as well. I've included a link to my data but it for some...

Slider Calcs

Hi. This is probably very easy, but I'm not getting it.... I have three sliders and I want to display the calculation based on the values set for each in a label. var Calc = (customSliderLabel1.text * (customSliderLabel2.text-customSliderLabel3)); What...

Showing 36,351-36,400 of 47,586 1723 724 725 726 727 728 729 730 731 732 733952