Community Questions & Answers

Titanium open grouptab in a new window

Dear all, I have an issue of opening grouptab in a new window. For example i would like to have a login window, after logged in user will be directed to the main window that consists of group tab. thus, login window's code is available on app.js and...

Store a image to load later

Ok so I have a settings view which is a modal view in my app (iOS iPad) The settings menu has 3 options - insert name - create/upload character - create/upload house The name is inserted and the name would appear in the book part. I do this by setting a...

How to start a new Android Activity?

I'm trying to start a new custom Android activity with Appcelerator and having some trouble. I'm not sure where to put the java file in my Appcelerator project and how to correctly link to it. Here's the HelloAndroid.java activity I'm trying to run from...

not recognized

Hi everybody, I'm working with the mobile sdk (1.5.1 and 1.6.0) on a mac. I did exactly what it is mentioned in this post : http://developer.appcelerator.com/question/89761/tilocalegetstring-or-l-wont-work The problem is that the...

Styling a clickable label

My app will likely have a number of labels that will need to be clickable. Functionally I have it working fine but I'm struggling with the best way to visually indicate that the link is clickable (without the ability to use underline). I'm curious as to...

Post/zip code from lat long.

Hi, I am trying to figure out the user's postcode from their current position. Is there any way to do this using the google api (from Titanium, not in a web view) as otherwise it is going to be a large database of postcodes and a serious distance...

SQLite multiple INSERT

Hi all ! I need to insert a lot of lines into a SQLite database. I currently do this : ~~~ for (var i=0; i<xml_length; i++) { db.execute('INSERT INTO myTable ("id", "value") VALUES ("'+xml.id+'",...

Problem with Urban Airship

I have made an app which can receive push notifications from Urban Airship through a .NET Service I created. Everything works great when I restart the app by double clicking the iPhone button and killing the app and then start it. Then the phone gets...

help for simple interactive presentation

hallo i would like to develop a very simple application for a free elearning: is a short movie , at the end you tap on the screen and you see the next movie. Very simple, like a Powerpoint presentation . but for iphone. Well, someone could help me to start...

Webview Error

Hi, Community :) One of my tab is opening a website of mine and it seems like there is a glitch with my source code. Whenever I double tab to zoom and double tab to zoom out the app crashes.... I tried it with other websites and same thing happened so i'm...

Reterive the Date

hai all, I have picker in Titanium.UI.PICKER_TYPE_DATE, when i select the date i need to have a date only .

ui picker causing app crash

i have a strange problem with the ui picker. at one time i created a general picker successfully in my project and subsequently deleted it as it was not necessary. with a new need for a date picker in the project, extracted the sample, modified it and...

Android TableView data[] not working

I need to access rows in a table from a button click event where the button is outside the table. I think all the KitchenSink TableView examples only access the row data on the row click event of that table. This question has been posted before and the...

Help with Event Listener Please!

Can someone please suggest why my event listener isn't working: ~~~ Ti.UI.currentWindow.barColor = '#007c28'; var data = [ { title : 'Option1', hasChild:true, path : '..js/construct.js', titleImage : '../images/csrhead-sm.jpg', leftImage:...

Speeding up development process.

Hi, I really love the appcelerator concept, however I find developing to be very slow, perhaps I'm doing something wrong. I'm currently using Eclipse as my IDE to develop an Android app. However what I find is that each deployment of a simple code change...

SD Card storage ?

Can I access SD Card on a mobile device using the API? What other means of storage are possible? Thanks

Controlling WiFi settings

Hi! I am Titanium newbie :) Is it possible to switch a WiFi profile on or off on a mobile device using the API? Thanks

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

Showing 38,301-38,350 of 48,748 1762 763 764 765 766 767 768 769 770 771 772975