Community Questions & Answers

Does the Loading Widget work?

I am creating a mobile app on Android. I am trying to use the loading widget, and am doing exactly what is required in the doc: http://docs.appcelerator.com/titanium/3.0/#!/api/Alloy.widgets.loading and I cannot get the Loading icon to show at all. Is...

Loading do not appear before the view

I have tableview witch loads some Data from database. I am trying to display a loading Activity Indicator before the tableview appears untill the complete data loading but it is just display after the tableview. Note that the line that adds the loading to...

auto loading

Hi, I have a view in which i display more than 100 photos. what i want to do is to load only 10 photos and when i scroll at the end to the view its scrolls the next 10 photos..the same for the others... here is my code : ~~~~~~ function...

Animated loading image?

I have an image that I have animated to rotate however it just rotates once and stops. I want it to continue rotating until a response is received from an xhr request. Does anyone have some sample code of this? P.S. I'm working on Android.

Loading Screen with Webview

Hello, I'm running into an issue where I am trying to add a loading screen to a webview. My webview is extremely simple, however from what I have found both here and other blogs, their recommendations for loading screens are not working. Could anyone...

Loading Assets as needed

I was wondering if there was a way to load assets such as graphics or sounds as needed in Titanium instead of loading them all at start. This is used usually in games as there are many graphical assets to deal with and you don't need all of them in memory....

map view bug?

my mapView was working earlier and now it doesn't fully work. Has something been changed? It loads initially and when i try to zoom in it gives me the grid display and never loads. I thought it might be something with my code. In my app.js file I've...

iPhone SDK keeps "loading"

A few days ago I installed Xcode4 and updated some Titanium Developer SDK'S (mobile & desktop). When I try to test a (new) iPhone app, the SDK keeps says "loading". I have done some research on this subject, but didn't find any recent...

Start loading page on tab on start-up

Hello Is it possible to start the loading of a page on the start-up of the application? When I boot my application, it opens the main window on my 'home' tab. While it is on the home tab, I would like to start loading the main window on my other tab,...

Loading indicator...What am I missing?

I have searched the posts here and I believe I have the loading indicator coded correctly, but for the life of me, I can't get it to work. Can someone please tell me what I am doing wrong? ~~~ var url = 'mywebsiteurl'; if(!Titanium.Network.online){ ...

Showing 1-50 of 93 1 2