Community Questions & Answers

parse XML BIG5 encoding

I have a XML that is in BIG5 encoding. When I try to parse it, this error appear in console: ~~~ [ERROR] : Error Domain=com.google.GDataXML Code=-1 "The operation couldn’t be completed. (com.google.GDataXML error -1.)". in...

Mobile Web -- are there some examples?

Hi guys! I will be running mobile web project for 'converting' existing website into mobile web. I am looking for any link with examples to Mobile Web. Help will be greatly appreciated! Thank you!

Cannot read property actionBar

I am trying to add an actionbar to my Android app. The window where i want the actionbar to appear is opened with the following code ~~~ Alloy.createController('main').getView().open(); ~~~ Here is the code of my controller "main" ~~~ function...

Get Reverse Geo to fire a secound time ?

I am trying to get the reversegeo to fire a second time when I start a new game... the first time it launched it fires fine, but when I start a new game it wont fire a secound time ... how do I get it to fire a second time or correctly stated every time...

getting a custom home button in my navbar

so i have been searching the Q&A and come across several examples, but for me it wont work. so i am using alloy and this is my code: register.xml ˜˜˜ <Alloy> <Window id="windowRegister"...

Missing Alloy Resources

When I run my app in android emulator I see these messages over and over in the log: ~~~ alloy/controllers/alloy/controllers/BaseController.js exists: false alloy/controllers/alloy.js exists: false alloy/models/alloy/underscore.js exists:...

Maps in 3.x

Hi, I have an existing app (written in 2.1) that is using the original maps API. I plan on releasing updates to this app, do I need to upgrade the maps if I'm happy with the current functionality? Am I correct in understanding that as of the maps v2 I...

Save ImageView to FileSystem

Greetings, (iPhone app, latest SDK, using Alloy) I'm at my wits end trying to understand how to save an image view to the filesystem so it can be accessed in a separate view as an e-mail attachment. I understand how to get the file from the filesystem...

Android Label Ellipsize

I have some labels in my app that I would like to ellipsize, but it seems that this property only works if the label is given a fixed width (i.e. have to set the width property to something). I am using setting the left and right properties to make the...

Unable to change height of TableViewRow

- **Application Type:** mobile - **Titanium SDK:** 3.1.0.GA - **Platform & version:** iOS 6.1 - **Device:** iOS Simulator - **Host Operating System:** OSX 10.8.3 - **Titanium Studio:** 3.1.0.201304151600 I'd like to conditionally show/hide a textfield...

Pdf generator...

Hi..guys... In my application(IOS application) i have form ..i want to save this form(Form contains images also)as PDF file... can any one help me to generate pdf file..Thank you..

App Website sync with social logins

Hi All A bit of a general question but i would like to ask how other people deal with this issue. I get asked a lot from people that they would like to allow people to login to the app via facebook or twitter. This is fine i understand how this is done...

where clause on Alloy Collections

Hi, ~~~ function filterFunction(collection) { return collection.where({author:'Mark Twain'}); } ~~~ This will return the models which has "'Mark Twain" author. but what if want models which has "'Mark Twain" OR "John...

Creating "menu" in app.js - some issues

OK here's the deal: I have several module.js files. I'd like to include them into the app, I'm experimenting as of now, so don't be too bothered by the naming. My Idea is as follows: I create tableview, where title is the actual name of the module. So, on...

Alloy TableView Data binding

Hi i am new & learning titanium for a while, I would like to ask why databinding does not work on my static tableview.Thanks for your help. personalinfo.js ~~~ function addItem(){ var personalinfos = Alloy.Collections.personalinfo; var...

Alloy TableView Data binding

Hi i am new & learning titanium for a while, I would like to ask why databinding does not work on my static tableview.Thanks for your help. personalinfo.js ~~~ function addItem(){ var personalinfos = Alloy.Collections.personalinfo; var personalinfo =...

Alloy TableView Data binding

Hi i am new & learning titanium for a while, I would like to ask why databinding does not work on my static tableview.Thanks for your help. personalinfo.js function addItem(){ var personalinfos = Alloy.Collections.personalinfo; var...

Showing 1-50 of 48,701 1 2 3 4 5 6975