Community Questions & Answers

Android: currentWindow does not change on back button click

Hi. I'm using Android APIs 2.2 and Titanium 1.5.1. I'm trying to implement a menu button which fires an event to the current window (i.e. Window A) on click. This window also contains a button which opens another modal window (i.e. Window B). I can only...

Need information

What we are trying to build is an Application which will run on most of the mobile platforms (mainly Android, iOS, WebOS, Symbian(optional) ) and desktop (Windows, MAC). The application needs to communicate with our inhouse webserver which is not SOAP but...

Apple Code Sign Issue

I recently had to renew my apple developer certificate. I downloaded all the appropriate certificates, updated my keychain, etc. But now I can not get a build to device or package for my app (in the app store for a year now). Has anyone dealt with a...

New App in AppStore

Hello everyone, This is not really a question, is the demonstration of a I made application for a client. Application to iPad, with many features, the video below only shows part of the application. I made with Titanium Developement 1.2.2 and SDK...

Loading videos into the iPhone simulator

Hello, This is a bit of a dumb question, but I'm having troubles getting some videos from my mac, into the iphone simulator so I can play with some code samples. Is there a way to import, or atleast copy them into the directory where they reside? I found...

ScrollView Crashes App?

Hi, I wrote a simple app.js to test out scrollview and got a crash. The error is: "[WARN] attempted to load: TiUIScrollViewProxy [ERROR] The application has crashed with an unhandled exception. Stack trace: 0 CoreFoundation 0x020fbbcc...

Toolbar under the Navbar

Is there a way show a text toolbar that is at the bottom om the navbar and on top of the tableview that when data is entered it can go into the table. I would like to to look like the search option to show and hide on the tableview like the kitchensink...

Instrumenting Performance

My (android)app is running a bit slower than I would expect on both the emulator and real device. Are there any recommended approaches to instrumenting code to see where the time is spent? I want to make sure to do it the right way as to not introduce...

What is wrong here???

Can anybody tell me why this dont work and make a : Session did end with error (null) code: var winMainmenu = Titanium.UI.createWindow({ title:'Tab 1', backgroundColor:'#fff', backgroundImage:'background.png' }); var startHeader =...

Simple label will not render

I am really lost as to why this label will not display. I have tried added it to the input and it does not render. If I add it to the view it does render, but the position is always smack dap in the middle of the page. I just want this input field to...

431 views
asked 2 years ago by Matt Weber
last activity 2 years ago

Titanium Desktop Development

Hi there, I am a newbie, I like the platform and would start by building a desktop application but it seems that there is not much emphasis on Titanium Desktop. Are there any tutorials or guides on how to get started on Desktop apps. Thanks, Kazam.

How do I use className??

I find the className property VERY confusing. I assume it'd be like classes in CSS.... you declare the class and set its properties, then you assign that class to elements as you wish. This doesn't seem to be the case. May someone explain this to me? I...

Set Properties of All Table Rows?

I want to be able to write the properties of each button once (for obvious reasons), like this: ~~~ var btns = [ {title:"Pay Your Bill"}, {title:"Make A Claim"}, {title:"Manage Account"}, {title:"Customer...

Titanium support for maps other than google map

Hi, I wondering whether Titanium can support display and functionalities of maps other google map? For instance, in certain countries, google map may not be as detailed as some of the home-brewed ones. Thanks in advance!

android database creation error

whenever i am trying to create a database using either of Titanium.Database.open or Titanium.Database.install i get an error Location : app://app.js Message : TypeError: Cannot call method "open" of undefined (app://app.js#2) on...

paragraph text

On one of the pages I'm just going to have a few paragraphs of text. What is the best function to use for this? Label or textarea? (i don't like text area because it pulls up the keyboard). Thanks,

Can I user HTML code inside a scrollable view?

edit: correct title - Can I use HTML code inside a scrollable view? Hello! I am developing an ebook app. Its just a simple app that will let users read an ebook. For that I am planning to use the scrollable view, but I can't find a way to insert HTML...

file upload fail

I'm trying to push a file to my server but it is failing. I know the file is going up to the server, but I think its how I'm setting up my headers thats the problem. I looked in my error log and found the following: ~~~ ModSecurity: Multipart parsing...

Open camera enable gallery button

the native camera interface in android phones shows functionality for 'take a photo' or 'open the gallery' using Titanium.Media.showCamera only shows 'take a photo' and the gallery button is missing. I have set showControls:true. is there another method...

1.5.1 Compiler Crashing when specific label text assigned.

I'm simply assigning a string of text to a label and then adding the label to a view. When I assign a specific string value, the compiler is crashing. [update] I originally copied/pasted this text from a Word doc. Upon retyping all of this text, the...

Does Ti support NSUserDefaults for pref storage?

I'm looking for the method to store application preferences. For example, username and password. In Objective-C, you achieve this by using the NSUserDefaults class which stores the name/value pair in a plist. Couldn't find a kitchen sink example or...

CurrentWindow not working as expected

I've got a real painful issue that I've been working on through the night (stubbornly). I'm trying to use the tabs example posted in another thread(see link at bottom). In my example I'm having a very odd issue. If I make a certain tab the initial tab...

Current Version Number

Hi, What is the current version details of Titanium and its parts, and where can i find this out in future. I have the same issues as this guy;- http://developer.appcelerator.com/question/69511/extra-space-remains-after-keyboard-pops-up But i am on...

Trouble with oAuth and Foursquare

Foursquare API v1 will not be supported this summer and an app I've been working on uses v1. So now I have to switch to v2 and use oauth which I've never used. I'm having trouble with oAuth and Foursquare API v2. I've looked at a few oauth twitter...

Showing 36,651-36,700 of 47,586 1729 730 731 732 733 734 735 736 737 738 739952