Community Questions & Answers

Quickie Newbie Alloy Question

Hi All, Working with Alloy for the first time and loving it. Im still migrating my brain to the new xml markup and just wanted to know if there was a way you can attach a keyboard toolbar to a textfield in the view xml. ~~~ <Alloy> <Model...

titanium non-swipeable taleview

If you look at the settings app on the iphone, it has multiple table viewes one under another. tough when I swipe the screen, I son't swipe the rows of each tableview, but the whole screen. Can I create a tableview, that is just a table, and does not...

Table Search View

Can anybody provide me a simple working example of the table search view...i have written a code to search in the table view using a simple textfield and its change event.. it searches well.... but infact due to the refreshing of the table ui... i dont get...

Reordering rows with gestures (Android)

Hi, I've a table with some data and I need that the user can reorder the rows without using Up Down buttons on every row. It would be nice to use drag&drop other kinds of gestures. Using this example, how I'd do it? ~~~ var win =...

TableView inside a ScrollView

I'm trying to write a chat window, similar to WhatsApp's chat. For that, I initially wanted to put a bug ScrollView, and in it two elements: a TableView for all the chat bubbles (90% height for example), and a view for the TextField/SendButton (10% height...

showing data in a table view

Hi i'm trying to show some data in table view when i clik in a button but it didn't work this is what i do ~~~ // this sets the background color of the master UIView (when there are no windows/tab groups on it) var win = Titanium.UI.createWindow({ ...

TableView Fit To Contents

Is there a way to use a TableView and have it size to its contents? I have set the background color and then added four rows (using Alloy) and then set the height of the entire TableView and each row explicity using DIP sizes. On Mobile Web and Iphone it...

leftImage issue with TableView on Android

I'm seeing some strange behavior with the TableView functionality in Android and Titanium SDK 3.1.0.GA. I have a list of exhibitors and if the user has selected a particular exhibitor as a favorite I set the leftImage on the tableview row to a star icon. ...

Master Detail template - can't I show the price

Hello I've been trying to work this out all day (I'm not very bright!). What I want to be able to do us use the tableView functionality to show a variable name and on the same row the value. It will also need to be hasChild:true so that the value can be...

Should I convert TableViews to ListViews

We have an existing project containing a number of TableViews. I'd like to convert some (if not all) of them to ListViews due to a number of minor issues with TableViews. However the functionality and layout of the tables cannot change significantly, so I...

Showing 1-50 of 2,270 1 2 3 4 5 646