Community Questions & Answers

iPad barColor or barImage

I've been trying to add a background image to my navigation bar on my iPad app, but no luck so far. I know the API Reference Guide says it can only be done on the iPhone, but I assume such a property must be supported for the iPad as well?

tab background

I am creating an app for Android. I am trying to change the background color of the tab. But it is not working. Can Anyone tell me how to fix it. Here is the code for tab declaration. var tab1 = Titanium.UI.createTab({ icon:'Notepad2.gif', ...

Android MarketPlace issues

I cannot get my app, built with Titanium, to show up in the MarketPlace on a device. I can find it via web portals to the MarketPlace, but never in a device or simulator. Scanning the QR code from the app listing on a web portal tells me the app is not...

MySQL security

Hello, Lets say, I connect to a remote MYSQL server using my desktop application, Can other users see the details? - Shaun

Add image to label or view - iPad

In my ipad app I have a list of actions on the left that is just text. I'm trying to add an image to help make it look a little nicer, but when I do, it stretches across the whole view (and label). I tried creating an imageview and then adding that to...

Mapview automatic regionFit function

Hey fellow developers, I've just wrote a small function that automatically calculates the proper region for the mapview to fit to, so both ends of a route are contained into the visible area of the mapview. I think people who get their directions from...

iPad Animation Events

Hi there, I have 4 panels I would like to animate (just animates the width and position) however they run in the sequence of the code resulting in 4 different movements. Is there a way of animating the panels all at the same time? Many thanks

Distribution fails validation process

Titanium successfully built my iPad distribution and uploaded it into Xcode Organizer. When I try to Validate the app, I get the following errors: Icon specified in the Info.plist not found under the top level app wrapper: appicon.png Icon specified in...

Fill Image view area with Remote image (iOS)

Is there a way to fill an imageview area (in my case 75x75) with a remote image? I have a tableview of 50 rows. Each row has a thumbnail image on the left. The remote images load in great but they scale the longest side to 75px leaving the other side short...

Mapping between Titanium Folders and Xcode folders

Hi When a project is created by using Titanium, it creates corresponding XCode project having same name and folders;Resources etc. Usually when we write code, we add assets in Resource folder and then refer them in code by just calling their names;(e.g:...

xhr null value

I am getting null value for `xhr.open('POST','http://www.inetwebdesign.com.au/email.php');` and `xhr.send(data);` and i dont know why or how to fix it **my first code was ** ~~~ // // // RSVP response via HTTP POST to php script on server // var...

Strange behavior. App not changing with new code.

I am working on my first app and everything was working a couple of days ago, then I did not work on it for a few days. now I am back to it but I've run into some strange behavior. As I am editing the code and launching on titanium to test the app is not...

Remote MySQL and JSON

Could someone please shed some light on why this code only pulls the data from the first field and not the second field? The MySQL db has one table with two fields called 'cat_name' and 'colour_name'. Only the cat_name field data is being returned. Not...

497 views
asked 2 years ago by John Lullie
last activity 2 years ago

Eventlistener for a imageview inside a scrollview

Hi all, What I am trying to do is have a click event on a imageview inside a scrollview. When the item is clicked I want to do something, but the click event is not being fired. Any ideas? Thanks in advance! ~~~ var win = Ti.UI.currentWindow; var...

Custom segmented control needed

I need to implement a [segmented control](http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/UIElementGuidelines/UIElementGuidelines.html#//apple_ref/doc/uid/TP40006556-CH13-SW27) on both iOS & android....

Facebook Session Expires Quickly

Hello, I'm having a rough time with facebook in my module and was hoping someone could help out. Here are the two things that i'm seeing happening: * Any time the app is closed (like if you force quit it our the multitask manager kills it) it logs the...

452 views
asked 2 years ago by Alex Breshears
last activity 2 years ago

App Icon appears as white box

This is only happening when install the app on a device using Run on Device. The icon on the iPad appears as a white box. I've tried deleting the build directory, the app in iTunes, and off the iPad with no success. The icon does appear in the...

Listener not reacting? Help please?

I am programming an App on the iPhone, with Titanium Developer 1.2.2. My app.js simply calls an image (splash screen), then on a click will go to the main win: ~~~ Titanium.UI.setBackgroundColor('#000'); var win = Titanium.UI.createWindow({ title:...

Custom map image. Is it possible?

I have custom image maps I would like to show in front of Google image maps if the user is on the correct geographic location. There is a way to show my own images inside the map view? The desired platform is iPad.

when will the module market place be open?

we're currently using appcelerator to develop a number of applications for my company. We're very impressed with everything. A recent requirement is the need to capture digital signatures which titanium currently can't do. There is a paint module in the...

515 views
asked 2 years ago by russell rogers
last activity 2 years ago

DB.execute is not flexible enough

I'm adding Titanium support for persistencejs (https://github.com/zefhemel/persistencejs), which is a really nice ORM for javascript. I really feel that this is the right ORM framework for Titanium apps, and I'm planning to do a little write up/tutorial...

Changing .app file name within Titanium

Hi My app name is ,say,"Good App". Now Titanium is making it's app as Good App.app. Now I want it to be as GoodApp.app but display name should remain as "Good App". How can I achieve both things? Thanks

image Upload

Hello sir, here i need to after capture the image , the captured image is send to the webserver and added to the database.

open local js file in splitview

In my iPad app, I have the master on the left with some links, and a details on the right. I'm trying to make it to where I click one of the items on the left and it opens on the detail. Here is my code so...

JAVA PATH

I am trying to test just the operational side of things and I get this error when I launch the empty test app thing: [ERROR] Error locating JDK: set $JAVA_HOME or put javac and jarsigner on your $PATH I know for a fact that javac and jarsigner are both...

443 views
asked 2 years ago by jon messing
last activity 2 years ago

Form send to email address

I am trying to send a form to an email address. titanium works fine ~~~ [INFO] Response_JASON: {"name":"bob","email":"Carahdose@gmail.com","subject":"this is the...

Showing 37,101-37,150 of 47,763 1738 739 740 741 742 743 744 745 746 747 748956