Community Questions & Answers

how to read and write to aws s3 using REST and Titanium ?

I created a free tier membership with amazon web services. I have to upload and download files from my iPhone app. Can someone send sample code to do that. I also created a Access Key ID and Secret Access Key, and looking forward to use REST api of...

Moved to Ti SDK 3.1.0 and android crashing now

I have an app that was built using SDK 2.1.4. For the past week, I've been getting my iOS version of the app up to date with 3.1.0 SDK. I am now ready to do this for android. I compile to the device and I get this error `http://pastie.org/7921720` Pretty...

Can push be implemented without using urban airship or ACS?

I have my own server which is supplying all the data for my app, and wanted to configure my server to push notifications to my app on its own. I really dont need to send data to a third party like urban airship or the ACS. Is this possible? I've only...

Map setCenter() does nothing

~~~ $.companyMap.setCenter({x: jobLat, y: jobLng}); ~~~ jobLat and jobLng contain values like 50.30 depending on where a location is. But the setCenter function doesn't change the center of the map. I'm using the latest SDK and Titanium alloy

Help! Cant install "Node.ACS"

Hi, I cant install Node.acs. Please help me, here is the output when i try to install via terminal ~~~ shell-init: error retrieving current directory: getcwd: cannot access parent directories: Permission denied node.js:537 var cwd = process.cwd(); ...

Global object

My intern developed an Titanium Android App and created an global object within the Ti.App namespace like this: Ti.App.ObjectName.function This seemed to work in Android but on iOS it doesn't work when called from a different Window, the...

close button on facebook button

Hi, I have a problem, close button on facebook popup doesn't fire any event. is it a bug ? iam display transparent (width opacity 0.5) view behind the popup and when i close facebook, it should disapear.. im using sdk 3.1 my code : ~~~~~ var fb =...

Open website QR in a webView

Hi! I need (again) help. I'm using the Scandit module to scan QR codes. It works well, but when you scan a QR code only open an alert: Alert success (QR): http://www.google.com OK And what I want is to open the url in a browser. I tried this, but the...

Multi Page tif-Image - display in Titanium?

Hey, i wanna display a multi-page tif file in my application, but webview only shows me one page of the tif-file. Any idea how to show the other Pages? My current thoughts are around splitting it up before, or some image transformation - don't know if...

error integrating admob in iphone

~~~ var Admob = require('ti.admob'); var win = Ti.UI.createWindow({ backgroundColor: 'white' }); var ad; ad = Admob.createView({ top: 0, left: 0, width: 320, height: 50, publisherId: "a150644f9f71b76"}); // You can get your own at http:...

i18n - Android - Multiple xml files

Hello, My app use 2 languages EN/FR. I splited the strings.xml file multiple files. It works great on iOS but fails on Android 4.2.2, Ti SDK 3.0.2 GA. Is it possible to split the strings.xml file into multiple files on Android ? Thanks.

Photo Gallery

Hi, i am trying to get image from the photo Gallery, it's works sometimes and it crash on some device.. this is the code that i am using: ~~~ Titanium.Media.openPhotoGallery({ allowEditing: true, mediaTypes : [Ti.Media.MEDIA_TYPE_PHOTO], success...

TI is not defined

I run my very simple app, and I in the android emulator I get Runtime Error Location: [4,1] app.js Message: Uncaught ReferenceError: TI is not defined The app.js is // this sets the background color of the master UIView (when there are no windows/tab...

OCR Module

Hi I am trying to build an OCR application with Titanium. Are there OCR modules out there that I can try or buy? I would need an engine type; not a cloud or web service based type. Thank you very much!

Showing 251-300 of 47,728 1 2 3 4 5 6 7 8 9 10 11955