Community Questions & Answers

Keyboard move scrollview slightly left

Hello, I'm pretty new to titanium and am having a problem with the keyboard moving my scrollview left. I'm using Titanium 3.1 and am focusing on IOS and Android. I have a scrollview that I have set the contentWidth and width values to 100%. I have also...

Deploy iOS - Invalid Binary

I deployed my updated iOS yesterday. I tested it int he simulator and on the device. After packaging I validated it in Xcode and it passed. Then I uploaded it and it it said processing I think. I checked it today and now it says "Invalid...

how to use iOS InApp purchase for manage app modules

Hi, I've seen that in market place there are modules for manage iOS inapp purchase features, but how can I manage this: - my app as a core structure with 1 story - user can buy other stories how allow to buy/download new stories? where to download...

How do I do this ?

I am trying to figure out how to do this ... I am placing dots on my screen where the user touches... I originally saved the "createView Objects in an array but that wont work there are too many so then I decided to save them in my database . I cant...

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 with Pins using ImageViews

Hi, I am currently trying to create a map with over-layed pins using Titanium. Similar to how Google Maps looks. Below is a simplified view of my Alloy page layout: ~~~ <Alloy> <Window id="Map"...

Admob module upgrade to not use the UIDID

Does (and WHEN) Appcelerator plan to update admob module with the lastest sdk? [https://marketplace.appcelerator.com/apps/795?354168891#overview](https://marketplace.appcelerator.com/apps/795?354168891#overview) on the market and...

[WARN] : Called remove for [object TiUIView]

I am storing the top and left values, then trying to read and pass them to a (new or old) view when needed. I am getting [WARN] : Called remove for [object TiUIView] on [object TiUIWindow], but [object TiUIView] isn't a child or has already been...

Compiling of modules with assets

Hi, I like to use the [AGCalendar](https://github.com/Appgutta/AGCalendar). I downloaded zip, unzipped and modified in titanium.xcconfig the line 'TITANIUM_SDK_VERSION = 3.2.0.v20130510175642'. After running of `python build.py` a new zip file is in this...

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

Titanium.map Issue

The Titanium Maps module uses version 1 of Google Maps. Google is no longer providing api keys for version 1. The Maps module mentions needing to use a new plugin for Android, in order to use version2 of Google Maps, but makes no mention of what to do on...

Module development -- NSURLRequest

Hello everyone, I am working on a module which requires direct NSURLRequest functionality as opposed to the Titanium HTTPClient. It works fine on in a normal iOS application, but when used in a module -- it doesn't seem to send at all and doesn't give...

Function call

Hello everybody.. I am stucked in a weird problem regrading to function call. I have declared a function in my map.js file but when I call it in my app.js file it is not accessible in fact reports an error as "undefined is not a function". My...

iOS - problems with fonts

Good evening, i want change the font from a label. I had read the documentation but it does not work for me. http://docs.appcelerator.com/titanium/latest/#!/guide/Custom_Fonts I try many fonts like "Arial" or "Helvetica" also i...

Open Gallery when camera is opened

Hi, I'm trying to select a picture from gallery (with the camera already opened) to overlay with the camera view. The problem is that I cant take a picture after select the image from the gallery, because some camera problem (works if I dont open the...

can not access facebook

hi Its been a couple of days i started working with titanium and got familiar with the framework. Its really cool framework. Now i am building an app trying to connect with facebook.... I also registered an app on facebook developers and got the id.But it...

Can you remote debug a WebView

I have an app that includes a WebView on iOS. Apparently, it should be possible to enable remote debugging on such apps from Safari on Mountain Lion. Can this be enabled with a webview in Appcelerator? It seems it can be done in native code like this:...

Picker Custom UI

Hi there, Been searching around but have not found any info or doco on changing the picker UI? I have a date one setup but would like to modify the look of it as it is rather boring and considering the real estate the stupid thing takes up, i'm hoping...

Stream video

Hi. I am wondering if it would be possible to do a feature in an app that allows the owner of the app to record a video and have it shown in the users devices in real time. (Push notifications to let them know that there's a live feed going on.) If...

Loop through a Json File ?!

Hey Guys, i have tried several things, but i just can't get it work... I wanna loop through my json data with a recursiv function. I've uploaded an example to my webserver. Help would be so much awesome. my mind is totally fucked by that stuff...

Why I can't use all Cookie ?

OK, probably I found next bug, I want to send Cookie by xhr. On Android no problem... ~~~ xhr.setRequestHeader('Cookie', webView.evalJS('document.cookie;')); ~~~ ,but with same line on iOS I get error: [ERROR] invalid arguments for setting cookie. value...

email dialog not working

Hello, i'm having a problem using email dialog, although i set the subject and messageBody the dialog report no subject and write two "undefined" strings in the messageBody, i've tried different ways to make it, using setters o passing attributes...

Socket - Node - Data - Write

Hello, I build up Mobile Application with Titanium SDK (Titanium Studio, build: 3.1.0.201304151600). My Platform should be Android and IOS. I developed at Windows Hosting System. My question: I´m new at Titanium. I will build little Testing App to get...

get TabGroup container window

What I'm trying to do is open a window when the user clicks a button that exists in a tab. In android it works ok with `window.open()` while there is a back button on the device. On iOS, I'd like that click to spawn a `NavigationGroup` that will lead...

Showing 1-50 of 3,633 1 2 3 4 5 673