Community Questions & Answers

problematic 1.5.0

Played with 1.5.0 for a whole day and ended up falling back to 1.4.2. I tested things on two Mac, one running OS/X 10.6.4 and another 10.6.5, if the versions matter at all. Both systems are equipped with XCode 3.2.5 + iOS 4.2 SDK, along with Titanium...

633 views
asked 2 years ago by c leung
last activity 2 years ago

Regarding Database - Insert

hi, I have created two textfieldbox and a submit button.While i was hitting the submit button i need to store the values in to the database.I have created a database using sqlite and it is placed under resource directory.Please assist me to solve the...

Installation and support both fail

Your rubric asks me to be kind and thoughtful in posting my question. I'm thoughtful, but see no reason to be particularly kind. You have banked several hundred dollars of my money, and despite carefully following your (now out-of-date) documentation and...

612 views
asked 2 years ago by John Dent
last activity 2 years ago

Back button causes app to close

Hello, I am making an app without any tab. The main window is a table view, each row launches a new window. When in a child window, pressing the back button closes the app whereas it should bring me back to main window: ~~~ // base window var w =...

1.5.0

Today I installed the new version of the mobile sdk 1.5.0...I did a full fresh rebuild and my applications now dont work. There arent any warnings or errors, but the tables are acting extremely strange and not allowing me to dynamically change the...

Rebuild and Test Approach

Hi, I'm pretty new to appcelerator, I'm currently building an app for Android on Windows. Each time I make a change and want to retest what is the most efficient way to do that? It seems like clicking launch takes 3 to 4 minutes each time, makes frequent...

translate Z axis

so the translate method offers an argument for an amount to move in the z direction. but when I try to set something for that argument, it seems to be ignored. for example. var b1 =...

removeTab() on android not working for me

So I open my app and I have two tabs. The 'login' tab and the 'new account' tab. Login is the default tab open. Upon successful login I call this: ~~~ Ti.App.addEventListener('grantEntrance', function(event) { Ti.API.info(event); main.tabBarHidden =...

Wordpress RSS Question

OK - I have an rss feed that is not valid because the first line of the code is a space (an error part from Wordpress). Is there anyway I can tell Appcelerator to skip the first line and get the RSS feed? I can't figure this out and is driving me crazy....

607 views
asked 2 years ago by Adam James
last activity 2 years ago

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

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 :)

iPhone «Emulator» missing

Hi all, I just installed the latest version from XCode together with the latest build (iOS SDK). I also installed the Android-SDK without any problems. But if I try to start the emulator within Appcelerator, I can't see a tab for «iPhone» (Screenshot:...

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

iPhone simulator can't find my include files

in `app.js`: ~~~ Ti.include('constants.js'); Ti.include('db/procedures.js'); Ti.include('model/data1.js'); Ti.include('model/data2.js'); ~~~ All the files are included and were working fine before...and yet the simluator crashes and burns with Cocoa...

Degrees Symbol on Label

I keep getting a StringEncoding error when adding a "degrees" symbol to a label. °C / °F for example. Any ideas if its possible? Many thanks

[Ti-1.5Bug] imageView.image

~~~ var imgView = Ti.UI.createImageView({ height: 100, width: 100, image: "img.png" }); imgView.image = imgView.image.replace("active", "inactive"); /*Script Error = [<NSURL...

Can't find Android SDK?

Whenever I use Titanium Developer to find my Android SDK, I get this error message: ~~~ Couldn't find adb or android in your SDK's "tools" directory. You may need to install a newer version of the SDK tools. ~~~ Is this because of Android's new...

Error on "Stop" - 1.5.0

Whenever I use Titanium Developer to **Stop** my iOS Simulator, I get this in the console: ~~~ [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/iphone/builder.py", line 1112, in...

Popover on ipad buggy - can someone confirm?

I have tried to implement a popover that uses more than a simple tableview. If you add more then one element (label, view plus a tableview) you will get random behavior from the popover for some reason. Sometimes one of the elements appear, sometimes the...

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

setInterval garbage collected on Android?

Having successfully completed my first iPhone app I am trying to 'port' it for the Android platform. I know it wasn't going to easy but I'm finding even the simplest thing - a setInterval to poll every second - is failing. It seems to work for two,...

input background fade

Hello. Is there any way to fade other views while focus is on input element? I use ugly view with changing opacity for that. For example: mapview + search bar. If user starts typing anyting it would be nice to darken mapview like Google Maps app.

TableView Search Issue

Hey guys, Firstly can you use a textfield rather than a search bar for filtering the tableview? If not, is there a way of seperating the search bar from the tableview, as i do not want the table view directly below the search bar. Any help would be...

Problem Installing to Device (iTunes)

I receive this error when attempting to install the application to my device via Titanium: ~~~ Install Error Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/iphone/builder.py", line...

Worst bug ever - Freeze on window.add

Hello, First, I'd like to say Titanium IS great stuff to develop mobile app. However, after 2 weeks spend on a big project, I am now stuck on a dangerous bug. Basically, I am doing this : a tabgroup with 5 windows first window : I add a...

AlertDialog issue

Dear friends, I use AlertDialog, in same window, I triggered the alert dialog, click 'cancel', then, trigger again, click 'cancel' again , then the whole window freezes Can anybody have idea about this ? /// code function...

Showing 38,751-38,800 of 47,721 1771 772 773 774 775 776 777 778 779 780 781955