Community Questions & Answers

Android TableView Crash

Hello everybody. I develop for Android and iOS. IDE: Titanium 3.1.0.201304151534-773-7F7BJ7NBRBRJN under Mac Os. I got a problem with TableView. I do appending of rows to Table and then try to scroll the Table. The app crashed if I do scrolling. The...

How PushNotification works with user accounts

I made push notification work from ACS to one logged in iPhone device.. In ACS, do I have to create a user account for each device to make the device log in and notified? If the app has hundreds device, do I need t hundreds of account and log them in?

iPad retina simulator

Hi, i'm trying to run my app on the ipad retina simulator, but Studio always launches the regular simulador. I try switching to retina running the simulator sepatedly and then from within the studio, but it doesn't work. Any suggetion? I'm using studio...

What is the best way to use custom helpers?

Hi, I would like to define custom helpers providing frequently used functions. I use Alloy framework and I didn't find anything about helpers in the official documentation. Is there a good way/best practice to use them in a titanium application? Thanks

I want EULA to show only the first time

Hey guys I've been struggling on this one for a while. I built an EULA (End of User Lisence Agreement) that will come up when the app is opened. However, I ONLY want the EULA to come up the first time and after the user clicks accept to never come up...

Removing Landscape Splash Screen

Hey Everyone, I was wonderinng if its possible to force my entire app to be Portrait. Currently every screen is portrait but for some reason during the splash screen it acts differently. If I rotate the device to the landscape position, the splash screen...

Titanium App crashes

Hii, I built an app in Titanium & run on emulator. if I keep app ideal for sometime say 20mins and after that if i access the app, it quits with message that "App terminated unexpectedly. Please try again". So what is the cause of such...

Problem with Picker

hello to all guys.I have a problem in taking the present value of a custom picker created in the following way ~~~ for (var i = minn; i <= maxx; i++) { addRow("" + i + " " + m); }; picker.setSelectedRow(0, (vall - minn),...

problem path not found

Hi every body i have a problem with parsing json data , i work in localhost and i got in the titanium console the following error : [2013-06-14 09:37:51,318] get produits/KS_nav_views.png: path not found it seems that i didn't make the correct adress i...

auto correct

Hi, I have a form in my android app. on galaxy S4, we have autocorrect enabled by default , when i change from a field to another. the app crashs. i disabled it in code : (with alloy : autocorrect="false" ) but i have still...

iOS 7 Support

Need to know when Titanium is going to support iOS 7. I read somewhere that once iOS is public, Apple will not accept new Apps or updates that do not incorporate iOS guidelines. If that is true, it make sense for us to quickly start researching as iOS is...

displaying json feed in a list view

greetings to all the titanium developers out their. I am new at titanium and I am trying to create a simple json to list view app that just collects data from json using yahoo yql and displays them in a list view. I am having a problem trying to display...

ACS Friends Search bug

Hi all, I'm trying to perform a friends search and after a days testing think I've found a showstopping bug. Basically I can't pass a string in the search call, like so ~~~ var uid = Ti.App.Properties.getString("uid",...

Showing 101-150 of 48,702 1 2 3 4 5 6 7 8975