Community Questions & Answers

TextField error

Titanium SDK version: 2.1.3 (10/02/12 16:16 15997d0) iPhone Device family: iphone iPhone SDK version: 5.1 iPhone simulated device: iphone Minimum iOS version: 4.0 Linked iOS Version 5.1 Hi, in my app i have a window where I can add tags to a...

New App - PhotoOrganiser for iPad

Hi, I just thought I'd let the Titanium community know that my iPad app, PhotoOrganiser, developed using Titaium, has been approved and is now available on the App Store. It is an app that helps you organise your photos using folders and tags. It has...

Get first image from html

Hey guys, I would like to grab the url (the src) of the first img tag found in a chunk of html. The html is taken from a description tag from an rss 2 feed I've parsed, and I've love to grab the first image inside it to use as a thumbnail. Now, the usual...

Cannot find tags in reviews - ACS

The ACS document clearly notes that any review can have 'tags'. I added tags to a review for a place. The operation result was successful. But I don't know how to find the tags in the data browser(app management). I tried to see the review with curl but...

Strip <img> tags from rss

I am currently building an RSS reader. Im fetching data from an XML file - and now i want a XML tag called <description> - which i am doing. But problem is that they are formated like this. <img src="picture.jpg" /><p>This is my...

Display a list of tags

Hi, i'm trying to display a list of tags in an Android app. ~~~ var tag_list = Titanium.UI.createView({height:'auto',textAlign:'left',layout:'vertical',top:100,left:100,right:100}); my_win.add(tag_list); // code code code while (rows.isValidRow()){ ...

Showing 1-14 of 14