Community Questions & Answers

Win32 installation

Is it possible to install Titanium sdk components to a directory other than %ALLUSERSPROFILE%\Application Data\Titanium (i.e. Network Share) ?

252 views
asked 2 years ago by Alex B-tov
last activity 2 years ago

hide leftBarButton

Helo all, here i have the navigation bar for login page when enter the login page i need to hide the leftbarbutton.

invalid method (createSearchBar)

I have one window inside that I just create one image and image click i write code like: var image = Titanium.UI.createView({ backgroundImage: '../images/Ring-1.png', top: 79, left: 225, height: 104, width:...

Sandbox encountered an error on launch.

Win7 64bit - Sandbox is giving this error when Launch is clicked. "sandbox appears to have encountered a fatal error and cannot continue. The application has collected information about the error in the form of a detailed error report. If you send...

Search screws up tableview

Title says it- have a search bar connected to my tableview to search through the data. Searching works fine, but as soon as I start tapping rows in the search results, the labels in the rows disappear, and then when I start tapping a row in the table...

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...

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

Showing 37,051-37,100 of 47,734 1737 738 739 740 741 742 743 744 745 746 747955