Community Questions & Answers

Custom Component: OptionPickerDialog

Source Code: [http://www.pastie.org/1494046](http://www.pastie.org/1494046) Works like an OptionDialog, but with a Picker object instead of buttons. Only tested on iPhone. Usage is as simple as: ~~~ // Include component in...

can't setup android sdk

I have installed the titanium developer app and am trying to setup the android app. When i send it to the appropriate folder it keeps telling me that the adb.exe or android.bat is not in the tool for folder. The adb.exe is in the tools_platform folder and...

Android heavyweight window with tabs

I need to create an android heavyweight window so that the back button does not close the application. When I do this, I lose the tab bar along the top of the window. Is there a way to get the tab bar back? I've tried using tabBarHidden:false. Perhaps...

iPad and Photo Gallery

Having a couple of issues with opening the photo gallery on an iPad. Using Ti SDK 1.5.1 and iOS 4.2 ~~~ Ti.Media.openPhotoGallery({ success:function(event) { var image = event.media; alert('picture was selected'); }, cancel:function() {...

fail to change text property on a label

hi, i have a label instance in a tablerow. at one point i want to change the text property of the label. when setting: ~~~ myLabel.text = "hallo"; ~~~ the label is not updated. But Ti.API.info gives me the correct string. any ideas?? [link to...

pureMVC and mootools in Titanium

I followed what it was suggested in [this](http://developer.appcelerator.com/question/11201/javascript-mvc-frameworks#162841) post, and installed [puremvc](http://trac.puremvc.org/PureMVC_JS) (ported for javascript) and...

Facebook connect on mobile 1.6

Hi I've just upgraded my Titanium Mobile SDK version to 1.6. I noticed the facebook connect button only opens a facebook page in Safari. Does anybody experiences the same problems and knows how to fix it? Thanks a lot! Felix

Windows 7 Mobile

Strategically Windows 7 Mobile is now a big deal for MS. Does Appcelerator have this platform on it's road map? If so can I get a time line. Quarter X of year Y will do. I would like to hear a yes, either way I have to prepare. Let me know.

win.close Crashes Android App

My application is based off of this tutorial - http://mobile.tutsplus.com/tutorials/appcelerator/titanium-user-authentication-part-3/ My app only has the basis of that tutorial, and has a lot of added functionality to it. Here is the code as of right...

iPad vertical/portrait split view

in the kitchen sink example, turning the iPad to portrait removes the left view and places it in the pop-up (triggered by the "Show List" button), much like the default mail app. My question is, how do you keep the split view in portrait? What...

Getting Errors after a Default program shuts down

I created a new mobile project, saved it and it ran fine in the simulator. However, back in the Titanium console, when the project terminates, I get the following: [ERROR] Error: Traceback (most recent call last): File "/Library/Application...

282 views
asked 2 years ago by Korky Kathman
last activity 2 years ago

webview events ti namespace not recognized

webview event firing does not work in android emulator with API 2.3 and droid x phone (2.2.1) Works in android emulator with API 2.2 but not in phone. Same issue with the Kitchen sink application and testing the web view - local url example. Have spent...

running php script on a mac

Hi I've tried to different codes (I've already read this page http://developer.app usecelerator.com/doc/desktop/php)and it seems that in mac osx 10.5 I can only get the code that is not preprocessed to work: <pre class="javascript...

Why sending nested JSON to a Rails app doesn't work?

~~~ xhr.send({ person: { name: n, surname: s } }); ~~~ This doesn't work. Rails app receives params malformed and can't parse it. ~~~ xhr.send( { name: n, surname: s } ); ~~~ This works. I'd really like to use the first option (with nested attributes)...

Label as member within a object

~~~ function Field() { this.my_value = 0; this.label = Titanium.UI.createLabel( { ... } ); this.handler = function() { this.label.text = this.my_value++; } this.label.addEventListener( "click", ??? ); } var my_fields =...

Problems with Ti and Titanium.include in desktop application

I've coding mobile application and everything is going quite well. Today I've started coding desktop application and encountered two problems. First one is mentioned in title and I'm guessing that Desktop applictions cannot use Ti shortcut - am I right...

543 views
asked 2 years ago by Paul Krefta
last activity 2 years ago

Appeal : Revive Jaxer please!

I am absolutely thrilled with aptana+appcelerator and I am going to party now. But I have an appeal to revive jaxer please. I was so thrilled when jaxer came out and made business plans based on that technology. But alas! aptana scrapped it. What I am...

Which JDK for Mac Snow Leopard?

I just downloaded everything today and am having a blast putting things together. The iPhone side went straight as an arrow, but what I can't figure out is the Android stuff. I read a thread on the forums about this, but it has me a bit concerned to do...

How to get Mobile option for new project?

In my setup, Titanium Developer does not give a menu item for (Desktop vs Mobile) when creating a new project. It automatically shows new projects as Desktop without giving me a choice. I also have a problem because I installed the latest Android 2.3 (in...

Showing 37,251-37,300 of 47,668 1741 742 743 744 745 746 747 748 749 750 751954