Community Questions & Answers
Simulate Mail's tag tokens in textfield?
I was wondering if anyone knew of an easy way to replicate the blue 'tokens' inside a text field (in this case they would be tags) that the Mail app uses. In the Mail app you can see it if you send an email message to more than one recipient (each...
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...
add labels to searchbar or textfield
Hi, (mobile apps - iOS) I'm trying to create a search tab who contains a searchBar and some tags and key words to use for searching. Is it possible to make the tag apear on the searchBar on click like in gmail...
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...
How to Extract values from web page source code div tags...
Hello all, I want to extract usefull contents from this [webpage]( http://appmaster.gr/?page_id=21) source code div tags. The data I want to access is icons image path, application names such as Bubble Witch Saga, MyCalendar Mobile ... ect and its...
Setting Tags/Alias for Rich Push Users Using Urban Airship Module
The Problem: No tags/alias for rich push users ======= [Appcelerator's Urban Airship module](https://marketplace.appcelerator.com/apps/784?1129836601) works great. The push users being created have my custom tags and alias. **But my rich push users do not...
ACS - query with tags_array against POSTS gives no result
__Application type : Android Native application__ __Tested with Curl also.__ I have posts which have tags array at ACS DB. When I query them without tags_array parameter, I can get an expected result. __Query__ ~~~ $ curl -c cookies.txt -b...
ACS - querying against tags for post gives no result
I have posts on ACS with tags. But I cannot get query result against tags for the posts. __Application type__ : Mobile(Android with Android SDK) __Device__ : Samsung Galaxy S __Test__ : Tested with CURL Belows are snapshot of my ACS DB. ~~~ 1....
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...
HTML5 on the code
How I can write '`#HTML5 ` on the application !
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()){ ...
Probably a simple XML question
Hi! I have no problem parsing "title" and "description" tags from my own XML file. But when I add a custom tag in my XML file, like "cars" for example, I can't get it to work. My app says that it's "not an...
Showing 1-14 of 14