Community Questions & Answers

Get crash log from iPhone

Hello My iPhone app works fine on Simulator, but on iPhone, my app is freezing on loading (Resources/Default.png) On Simulator my first window (Titanium.UI.createWindow) open as proper, on iPhone my window doesn't open I tried to delete the build, the...

A big thank you....

We just launched our TSAzr app which was built with Appcelerator and I have to say that without the help of this community we couldn't have done it. Thank you all! <a href="http://www.tsazr.com">www.TSAzr.com</a>

Calling a php script

This is for a desktop app. So I have my my index.php which is my main page that has a button on it. When I press the button I want to call a php script, update.php, that will query my database and fill a div on index.php with update.php output. Which...

1,086 views
asked 2 years ago by Nick Leigh
last activity 2 years ago

TTS Api

Hello, I am looking for an Api for Android that captures and parses a text to a TTS engine. Can anyone help. Thanks.

SMS Api

Hello, I am looking for an Api for capturing SMS (Text messages) on arrival for Android. Can anyone help? Thanks.

Is Appcelerator right for this project?

Hi, and thanks for viewing. I need recommendations on the best direction to go for a project. I just began searching cross platform development and now understand the top players in this field but know little of their strengths and weaknesses or the niche...

245 views
asked 2 years ago
by John B.

Switching different screens

Hi By default appcelerator adds navigation control along with two buttons in default app. What I want a navigation less app. User will switch to other window/screen by tapping the button I would add on screen rather navigation. How can I do this...

Saving Image to Folder?

~~~ Ti.Media.showCamera({ success:function(event) { var new_image1 = event.media; if (event.mediaType == Ti.Media.MEDIA_TYPE_PHOTO) { ...

Mac Tray

Is it possible to make an app that resides in the mac tray with Titanium desktop? I would really like to develop an app similar to those that are at the top-right corner of the mac bar. The kind that are next to the volume, wifi, and bluetooth control. Is...

When will we get an overall stable Titanium release?

My app was built with sdk 1.3.2 several months ago. It works okay as it is. I wanted to use sdk 1.4 when it came out but table views were extremely slow for me. Unfortunately nobody really...

Blur not hiding keyboard

In a tableview, I have two rows. Row 1 contains a textfield and row 2 contains a label. When the user touches the first row, focus is set on the textfield: ~~~ customerName.focus(); ~~~ When the user touches the second row, I remove focus with...

1,449 views
asked 2 years ago by Jaime Fuhr
last activity 1 year ago

Changing FBConnect Button...

I would like to change the FBconnect/login button. The only way I've managed to do this is by editing the image in the Titanium source files. Is it 'okay' for me to alter this image? Or even any other way for me to do this? Thanks in advance for the help!

Can't get app to write to database

I'm packaging a database with my app and I can select/read from it, no problem. But when I try to write to it using data in a text area, it doesn't work. The app doesn't crash, but the changes don't stick. Any help would be greatly appreciated! Here's my...

HTTPClient.open async has no effect?

I want to wait for my HTTP request to return with an auth token before trying to use it -- but I can't get the async flag to open() to do anything. A minimal example to demonstrate my problem: ~~~ var xhr = Ti.Network.createHTTPClient(); xhr.onload =...

"Hello World" fails to install on emulator

Hi! I just installed Titanium, went through "getting started" guide and decided to build my first app for Android. I did not change anything in default app.js. However, it fails to install on emulator. here is what I got: [ERROR] Failed...

1,055 views
asked 2 years ago by Vladimir Ivanov
last activity 1 year ago

cannot set OnCreateOptionsMenu

Hi all, I'm trying to create an options menu in android, I have the following code in my app: in app.js: ~~~ var main = Ti.UI.createWindow({ titleid:'main', url: 'Views/Main_Window.js', PLATFORM: PLATFORM, hideNavBar:...

1,774 views
asked 2 years ago by Clay Reimann
last activity 2 years ago

Creating a menu view / popup

Hi, I'm interested in creating a menu/selection area like the iPhones built in dialer and also a view like when a phone call is active where you could rotate it to see the back of the view.. This is for a VoIP product to put it in context. Say during...

620 views
asked 2 years ago by Chris Moore
last activity 2 years ago

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

iPhone Bar issue

Any idea on why the bar shows a blank title with a back button, then after hitting back it show the proper title? See images below: ![Example 1](http://www.nsths.net/photo.PNG "No Title") ![Example 2](http://www.nsths.net/photo2.PNG "With...

Cool, appcelerator is deleting my questions

Yesterday I posted that the example of the "Basic Animation" section (http://developer.appcelerator.com/guides/en/ui_design.html) is not working on Android. As I was not getting answers, I contacted them referencing my question... and **they...

268 views
asked 2 years ago by David Morales
last activity 2 years ago

Howto: custom "map": large scrollable image

Hi I have a large JPG (let's say 1000px * 1000px) which contains a drawed map of a terrain. The image is viewed 1:1, which means only a small part of the image is visible. My goal is the possibility to navigate through the map with sliding the image up,...

Database not opening

I just can't seem to figure out the pathing just yet. The file is located at "Resources/data/dbfile.db" I have: var db = Ti.database.open( Titanium.Filesystem.resourcesDirectory + "dbfile" ); but all I get...

Mobile Client

Hi, I am exploring the possibility of using Appecelarator/Titanium as mobile extender (mobile client) for our enterprise solutions. We have a middleware to extract data from heterogenous back-end systems and expose the same as web service. Also, there are...

Showing 37,401-37,450 of 47,485 1744 745 746 747 748 749 750 751 752 753 754950