Community Questions & Answers

Can't get JSS to work on iOS

I feel pretty stupid about asking about this, I can't get JSS to work in a fresh 1.5.1 project. I use [this][guide] example, so I don't really know where I could go wrong... **app.js:** ~~~ Titanium.UI.setBackgroundColor('#000'); var window =...

[Solved} Large center tabbar tab like gowala

A popular new iphone design trend is the use of a large center tab for the apps core function. Gowala and Path are a good example of this. I have spent days trying to figure out how to do something like this using titanium using things like the custom...

1.5 sdk ipad launch orientation

There seems to be an issue with the new 1.5 SDK. The ipad orientation doesnt seem to detect what orientation it is in on launch and is launching everything in portrait mode. Even when the ipad is in landscape and you launch the app, it even moves the time...

Can I have an imageView overflow?

I have an imageView that I would like the image width to stretch to fit, but let the length just overflow if its too large for the container. How can I do this? Thanks :)

[Solved] Extended Tab Bar!

Hey guys! Just wanted to share my most recent project :) This script will "extend" the tab bar in iPhone/iTouch projects to allow any image to be used. This means things like larger full color center tabs, or even full color icons for all...

TabGroup zindex

Is there a way to add an item to the view with a zindex so that it floats above the tabgroup?

Webviews failing on 1.5

Has anyone else noticed a problem with executing webviews when compiling with titanium 1.5. If i change the TI_VERSION in the project.xcconfig back to 1.4.1.1 then the webview works perfectly. When using 1.5.x it fails...Any ideas anyone? The project was...

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

Facebook login view

Is there a way to replicate the facebook login popup window? The best I can get centers it in the window, not centered over the entire display area (like the bottom of the popup over the tab bar) Thanks guys!

TI Developer Reset?

I have deleted a project and would like to reuse the application name. But for some reason I am not able to use it. TI is working and I can create the project using a different name. Looks like the original name is linked to the previous definition. Is...

1.5 release is way too buggy

I have been a big fan of Ti until today. I had high hope of 1.5 to resolve some memory issues for me. Instead of helping, this 1.5 is like a bomb, blowed everything away. I was trying to start my app and noticed a bunch of issues. 1. HttpClient...

Custom events not working for Android in 1.5?

I have an event listener in my app.js attached to a window in a tabgroup. In the window, I try firing the event and it doesn't call it. It works in 1.4. I've also tried adding a Ti.App event listener and that doesn't work either. Here is my...

Scroll View Not Scrolling (1.5 SDK)

I have multiple scroll view windows that when a lot of data is placed in them they disable the ability to scroll. They work completely fine in 1.4.2. (They don't scroll and they don't allow any touch events.)

JSON.parse not working

Hi all, I'm trying to parse some JSON on my app, and JSON.parse seems to be failing to do so. It just returns a {}, when the original 'text' JSON was the one I pasted here http://paste.pocoo.org/show/302607/ (it's quite big :P) On the other hand, using...

1.5 build errors

When updating my mobile project from titanium v1.4 to 1.5 (CI build), it gives me the following errors: [INFO] Compiling Javascript Resources ... [ERROR] C:\Navtrak\Mobile\Titanium\Navtrak\build\android\gen\com\navtrak\navtrak\NavtrakApplication.java:31:...

ScrollableView Push Views bug on 1.5

Hi, 1.5 seems to have a bug when pushing a new array of Views to an existing scrollableView. The previous views are still visible in the background and the app starts to lag a lot... Anyone experiencing this? The workaround is to loop through all the...

Release date 1.5

Hi guys, is there any official date for the new release of Titanium? I'm having a major problem of memory leaking with scrollableviews and imageviews, I heard they would be fixed for the new version here's the problem I'm having:...

Develop and test for android 1.5

Hello, I have an HTC HERO (european) with Android 1.5, I recently tried to use Titanium and run applications directly on the phone. It obviously didn't work and probably it's due the android low version (because at least 1.6 is needed). So the question is...

Android 1.5 SDK

Hi Folks, Does anyone happen to know what changed in the Titanium SDK to cause applications to stop working on the Android 1.5 SDK? Tried dropping the version numbering in the AndroidManifest file to support 1.5 but it crashes straight away! Thanks!...

Android 1.5

I know there are a number of other questions on this subject and I've read them all. I need to support 1.5 (Motorola BackFlip on AT&T), and I've managed to get 0.8.3 compiled from Git and working on the device. (The old kitchensink is working). What...

Showing 1-49 of 49