Community Questions & Answers

save image into database

now i'm trying to save image into database but everything is working good but image didn't pass to the php file so when the php file insert it into the database it look like ' ' empty row so what is the problem here.?? ~~~ upload.addEventListener('click',...

toImage no working

I have tried the function toImage on android it doesn't work when I store the ~~~ var image = Ti.UI.createImageView({image: "path.png"}); var img = image.ToImage(); var toDisplay = Ti.UI.createImageView({image:...

Own Android Push with gcm

Hello, in my App I included Apcelerator Cloud Services to send push notifications to android and ios. This works without any problems but I want to send the notifications from my own server. Everything is working fine with ios and I can send push...

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

Showing 1-50 of 47,490 1 2 3 4 5 6950