Quantcast
Browsing all 26 articles
Browse latest View live

Template Support in Alloy

Hi all- I was curious if Alloy supported templates. Let me give you an example of what I am looking to do. In the same way that I can setup a TableView with TableViewRows, and bind a collection to the...

View Article


xAuth, Appcelerator and Tumblr

Ok gang, I have been searching the interwebz up and down trying to find a solid solution for xAuth and Appcelerator that isn't hyper-specific to Twitter. I want to use Tumblr as the example as it is a...

View Article


ListView: Some labels render blank on iOS only

1. Application type: Android and iOS 2. Titanium SDK: Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.2.GA 3. Platform & Version: iOS 6.1, Android (tool-api-level 10,...

View Article

Cannot read property 'symbol' of undefined Alloy compiler failed...

1) Mobile application for iOS and Android 2) Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.2.GA 3) iOS and Android 4) Doesn't matter 5) Host OS X 10.8.4 6) Titanium...

View Article

[Alloy] Good way to make this kind of template ?

Hello awesome developer :) i would like to create a similar template with Alloy. http://img11.hostingpics.net/pics/425454pagecertificat.png But I have problems with files tss. I do not know how to do...

View Article


templates titanium

I want to know if there are templates ready?

View Article

Template ListView Properties/Events Alloy

Hi, I've a ListView but, as you can see, I have repeated the separatorColor property on several elements, and still does not change the color of the separator. The other issue, is that I cat get the...

View Article

Duplicate Alloy Template In Code

I have a template defined in Alloy XML like so: <ItemTemplate name="codexTemplate" class='codexTemplateStyle'> <View layout='vertical'> <Label bindId="codexTitle"...

View Article


Titanium UI templates

is there a source where I can download free titanium templates for building the UI?

View Article


ListView Row Click - Reveal child element - Alloy

Hey all. I'm wondering if what I'm trying to do it possible. I am using Alloy and build a listview with a template. I am hoping that onItemclick of a listview item I can reveal a child element within...

View Article

Alloy ListView with Switch in template

I have a simple ListView using Alloy xml. It contains a switch (checkbox) and a label. How can i get all the items the user has marked (or the underlying data-index or something else) ? I am using...

View Article

Picker in ListView item....

Hi, I'm using a template to display a picker inside a ListItem. This works, but how do I pre-select a row of the picker using picker.setSelectedRow()? I figured I could use the postlayout event in the...

View Article

How to add nested childTemplates inside listView??

Hi everyone.. I have code like this:var listViewRowTemplate = { properties: { height: '100dp' }, childTemplates: [ { //lblIndicator type: 'Ti.UI.Label', bindId:'lblIndicator', properties: {} }, {...

View Article


Alloy ListView Memory Leak

MacOS 10.9, SDK 3.2.0, Alloy 1.3.0 Hi, I have been running some instrument tests on a simple ListView in iOS using a template and a small number of generated rows Index.xml is<Alloy> <Window...

View Article

ListView : how to add a imageView in a view

Hi, I'm porting a table view to a list view, and try to work with templates. in my table view I had a code like this :var v = Ti.UI.createView({left:4,width:64,height:64});   var img =...

View Article


Trouble creating Mobile App Template

So I have gone through all the tutorials, created the ruble with the correct info and have everything in place for my app templates. I am able to select it from the list of templates but when I click...

View Article

Using for templates

Hi, How do I use require tag in xml and require method in .js file for importing templates. I have a collection of templates(for instance mytemplate.js) in app/lib folder. I wish to import those files...

View Article


ListView mixes up layout after template switch in app ?

I have a listView with some items (json feed as source). I also have 2 templates which determine the layout of the items. The idea is that a user can switch from layout 1 to layout 2 (big items, small...

View Article

Multiple Buttons in Listview Template

Hello, How can i add multiple Buttons on ListView Template and add an eventhandler? So far i got this. But i get an empty list with no buttons._.each(results, function(result, id){ var resultSection =...

View Article

Is there a workaround for Widgets in ListView ItemTemplates?

I'm currently trying to figure out a workaround for this issue: TC-4613. Items in the ListView should look like similar to this. Therefor, I want to use two widgets: starrating and remoteimage. Alloy...

View Article
Browsing all 26 articles
Browse latest View live