Community Questions & Answers

Text Shadow on picker rows?

I noticed that when using a none time/date picker, the standard text shadow that is part of the iOS native picker does not show. The time/date picker does however. Is there any way to add the text shadow a none time/date picker? None of the examples in the...

Coverflow unsharp images

Hi, I got pictures for Retina and standard Displays with abc.png and abc@2x.png. The problem is, that the Coverflow images look kind of unsharp. If I look at the picture on my Mac Preview it is much more sharper than the one on the iPhone. Any...

iPad/ iPhone in single build

I want to develop a universal app. I thought my iPad app would work for both. It doesn't. I works for both devices in the emulator but not when I build it. As it stands I have to maintain two sources mobile and iPad. How can I achieve this?

Session - Global Variables

Hi all, The question is as in the title. How can I create and use session variables for my app? In order to make myself clear I mean session variables like the ones used in web applications, global variables that all windows of the application can use....

Dynamic table demo

Hi, I found the code to create a dynamic table from an external database (and php). Would be very educational in my opinion. Code found: https://github.com/donthorp/titanium_mobile_dynamic_table_demo Whenever I try to run this app it gives me an...

image distorted in iphone

when i use a image on toolbar like back button in one iphone then it is displaying as it is ,but when i try that pic in another iphone and ipod then it is distorted so please tell me ..what kind of problem it is that ? thanks in advance

Camera and preview

Hi, As you know, when you take a photo with the camera, you get the image preview and 2 buttons: Retake and Use. The thing I'd like to do is to load the camera with a pre-taken photo and these 2 buttons. Is there a way to do that ? Because I didn't see...

usin external libraries in Titanium

Is it possible to use external libraries in Titanium when developing mobile applications? For example I have a compiled custom library that I would normally use in Eclipse Android project to call this library's APIs. Is it possible to do the same thing in...

Looking for a Titanium Developer - Paid Gig

Since we do not have an official job board in this forum, I'm posting this request here. If there is a better place to make this post, please point us to it. Our team is building an exciting mobile app in the entertainment space with about 75% of the app...

Anyone know how to get in-app purchases working

I want to make a free LITE version of my app with limited features and allow users to use in-app purchase to enable other features. I know there is apparently a solution from urban airship. But it's for apps that offer downloaded content upon purchase...

Solution: TabStrip Example

Thought I would share another ui component we created. It's a complete implementation of scrollable tabs, unlike the unfinished one in the Kitchen Sink. You can find all the goodness at my blog...

do i need to install and setup the desktop SDK?

Hi, am absolutely new to the Appcelerator world!! wondering if anyone could assist me finding the answers to below: 1) i have install and setup the Developer app and mobile SDK for Andriod. do I need to install the Desktop sdk also to write and debug...

227 views
asked 2 years ago by m a
last activity 2 years ago

UI Canvas and TCP Sockets

We are researching whether or not Titanium Mobile would be a good platform to use for cross-mobile device development. We would like to target the major devices (Mainly iOs, Android, Blackberry (including Playbook QNX) and Symbian. To my knowledge,...

Setting cookies with PHP

I'm trying to set and read cookies with PHP, but with absolutely no luck. Any help would be greatly appreciated. `setcookie("testcookie", "this is the cookie", time()+60*60*24*3) or die("Didn't set cookie");` `echo...

Problems with urls in nested folders

My folder structure is: ~~~ ./images/ ./main_screens/ ./module_one/ ./module_two/ ./app.js ~~~ `app.js` creates a `TabGroup` and links to various screens in "main_screens". Everything works fine and dandy... the problem is referencing things from...

Unable to run iPhone emulator

When I create a new project and try to run it in emulator, it got error and xcode emulator wont launch. Can you please help? ================================================================================ Appcelerator Titanium Diagnostics Build Log The...

302 views
asked 2 years ago by Yek Tor
last activity 2 years ago

Arab

Hi, I want to make an application in arabic. i have tab groups and tabs in arabic. ~~~ var tab4 = Titanium.UI.createTab({ title:'my text?', //in arabic window:win }); ~~~ My editor is encoded in utf-8. but squares are displayed instead of the text in...

Drill down menu - sub menu missing

Hi All, I'm doing a tutorial from Nettuts, located here: http://mobile.tutsplus.com/tutorials/appcelerator/drilldown-navigation-with-titanium/ However the sub menu's dissappear after traversing the menus a few times, is that related to titanium or the...

742 views
asked 2 years ago by Vinayak Sinha
last activity 2 years ago

Remove listener proble

Hi everyBody!! I got a problem to remove an eventListener and I don't know what i am doing wrong. Can you help me? ~~~ row.addEventListener('click',function(e) { //db.execute('DELETE FROM LISTE_DETAIL'); var db =...

What approach for this?

Hi I'm creating my app and I'm lost with the approach. I'm trying get rss results from an xml-file on an external server. So far so good and everything works like a charm, presented nice in rows with text and an image. In the xml-file I...

Showing 35,801-35,850 of 47,519 1712 713 714 715 716 717 718 719 720 721 722951