Community Questions & Answers

Unable to add device calendar event (Android)

Using the sample code from the docs I am unable to add a calendar event in Android. I have my permissions set to READ_CALENDAR and WRITE_CALENDAR in the manifest (via tiapp.xml) I was getting a security exception until I set those correctly. I verified...

847 views
asked 2 years ago by rob stevens
last activity 2 years ago

Refreshing content on page renders multiple layers.

Hello, Titanium SDK version: 1.6.1 iPhone SDK version: 4.2 I am developing an app that is fetching information from an API. In this app, on this page, I got two ways of "refreshing" the content. When the window is focused and when I tap the...

Pain on Ubuntu

I installed Titanium following the instructions provided by Daniel Lopez (http://journal.dalopez.com/post/1233148348/titanium-desktop-on-ubuntu). When I start Titanium, I get the following: ebeyrent@nighteyes:~/.titanium$ ./Titanium\ Developer...

Installer fails on windows

When I try to install either the Appcelerator Titanium or An application that uses Titanium (wunderlist from 6wunderkinder) it gives me this error when I open the .msi install file. [Screenshot](http://img810.imageshack.us/i/anium.png/)

SoundSnap Camera App Approved and Released!

After a month of learning how to code, use titanium and all its quirkiness, the app is finally done and approved by Apple! It's my first mobile app ever! It hasn't been easy... dealing with the general bugginess of the sdk, issues with the camera and...

295 views
asked 2 years ago
by Andy C

App approved!!! Now on iTunes.

Just to let you know that our app was successfully accepted in the app store and now is available. Just like to thanks all the people here that in any way help me solve many issues during the process and everyone that take their time to answer questions...

Help with switchCamera?

Hi, I'm using the following code, adapted from the KitchenSink, to try to flip the camera from the rear to the front and back. It doesn't seem to do anything, though. When I tap the button (which is in the overlay view on top of the camera) it reports in...

Build Titanium Developer from source

I've cloned ~~~ https://github.com/appcelerator/titanium_developer.git ~~~ but the README has no instructions for actually building the source. There's also no Makefile or SConstruct. Is this code meant to be build, or is it just one part of Titanium...

Release of Ti Mobile 1.7

Hello, When will the Ti Mobile 1.7 be released? Is there any cool features and fixes in this version? Thanks!

976 views
asked 2 years ago by James -
last activity 2 years ago

Lazy load images

Hello, Titanium SDK version: 1.6.1 iPhone SDK version: 4.2 How can I "lazy load" images into a table? When using for example the Titanium build getGlue the images are loaded as I scroll down the page. How is this done? I also see that they are...

2,784 views
asked 2 years ago by James -
last activity 12 months ago

Video optimization

I'm creating a modal window with a video when my app starts. It runs fine in simulator, but in device, i face two scenários: - if i close all apps, it runs fine; - if are many apps opened the app crashes when i hit the modal window close button....

Filter SQLite generated TableView

Could anyone hammer out some code to do this. I have a TableView that gets it headings from an SQLite database, however the Searchbar / Filter has no effect, the KS demo I am guessing is irrelevant because it doesnt use an external database (and had no...

Cannot resize switch

I am a bit puzzled that the switch will not resize. Is it not resizable? Testing in IPhone simulator. Interested in height only. ~~~ var my_swch = Titanium.UI.createSwitch({ value:false, top:15, right:10, height:55, ...

GPS Accuracy

I have tried using the geolocation code in Kitchensink https://github.com/appcelerator/KitchenSink/blob/master/Resources/examples/geolocation.js without the listener for the heading update (compass) and the location accuracy is low, usually 500m or...

Android include behaviour

Hi, I am having a strange problem with Android. On one page there is a nice table list with data being fed from a server. Then you go a child page from this list and although both the list page and the child pages have...

Handle error response in JSON. Please help!

Hello, Titanium SDK version: 1.6.1 iPhone SDK version: 4.2 I get this response back from the API I am consuming and I want a popup to show up on each error. For example: Desc can´t be blank. This is the output in...

Click Event problem while working with iphone

i have started developing iphone application today only in appcelerator. I have developed android application and i am converting it in iphone. while converting i am facing one problem. My problem is ... when i put a control in sub window of main ...

auto generate route from current location

How do I generate a route from the user's current location to a destination point? I found the KitchenSink codes that does it by reading from a CSV file. Is it possible to automatically generate the CSV file on the fly instead of hard coding it on a file?...

Desktop Database Help Please

Hello all. I have tried every possible thing I could find to get this to work and no luck. I just keep getting a Corrupt Database error. I used the firefox plug in to make it. I have put it in the resource folder and in the appdata file. I am at a loss....

'Mobile' type project on iPad, fullscreen?

I created a Mobile project, and installed it on iPhone and iPad. On the iPad it runs in a smaller portion of the screen, like iPhone-only apps. Is it possible to configure that it'll run on full screen? Obviously, I don't want to create a new project for...

Unable to download Titanium

Hi, Just wanna ask if anyone has just started with Titanium for development? Did you manage to download the program? Been trying for a couple of days but not able to get the file at all... it always tells me "This webpage is not available"......

going to a certain view from a button

OK, I am going to try to explain this as best as I can. I have dynamic buttons that create a "grid" 2x2. I want to click on first row, second button and go to another "js" horizontal scroll file. That is done. Now, Instead of going...

What the f*** is going on with Appcelerator?

I'm just curious, and possibly a little jaded, but is it possible that 1. Nobody here really knows anything about development with Appcelerator beyond the absolute basics 2. Appcelerator Titanium's documentation is SO basic and incomplete and LACKING...

Apple Support is So Slow ...

I'm trying to package and submit an app for approval, but while creating my distribution provisioning profile, their website freezes. No error messages or indication that a problem exists, other than nothing happening at all. I'm using Safari on a brand...

Titanium Studio...

When will there be guides and tutorials for using Titanium Studio? I was an aptana/eclipse fan and look forward to a completed TS. Also when do you plan on using TS in your training classes you are now doing arround the...

Offline Viewing

Is there any method(API) by which I can save a webpage for offline viewing? I want to be able to save some webpages when I am online and be able to read them in iPad when I am offline. Any help appreciated.

Post Tweets

Did anybody manage to posts some tweets in their twitter application ? I have tried to use the twitterHelper library but just including it in a file makes the application crash because it cannot marshal objects. Thanks

326 views
asked 2 years ago by Guillaume LA
last activity 2 years ago

JSON file load issue

Hi all, I'm currently with this issue, it would be great if someone could give me some pointers or best practice. Titanium SDK version: 1.6.1 iPhone SDK version: 4.2 My app does the following, it is getting a remote JSON file for syncing my SQLite...

Showing 35,401-35,450 of 48,795 1704 705 706 707 708 709 710 711 712 713 714976