Community Questions & Answers

Putting my detailed data into a table

I have a data table and on eventlistener click, the row becomes a detailed window with the data of the row selected. I have the data as labels, but I want to display some of the data as a table with row titles (particularly my vars, mon, tues, weds, thurs,...

How to get rowData from custom TableViewRow?

hey guys, i've created a custom tableviewrow and the output is great, but not i want to get the information of my custom rowData, but i've no idea how to catch it. i tried several variants of using `e.rowData` but i always get no usable result. could...

iPhone Table View - descript

Hi, I have problem with descrip of inputs on gray background. Now I have descrip in table ( Win on right... ) I need this descrip on top of table like text on left window ("Double tapping..."). I tried put to view classic label ,but gray...

SearchBar and TableViews

Hi everyone! I have a question regarding the positioning of a table's SearchBar on Android. Is there any way I can show the SearchBar (connected to a particular tableView) in a separate view? I don't want to show the SearchBar "stuck" on top of...

App not working for client?

I created a App in ios using titanium 2.1 it works perfect in my pc and titanium , but when i send to the client , when he run on simulator it not working perfectly.. pronlem: in client pc database not crate , so value from database in to table is not...

Click Event Propagation

When adding a view with buttons to a table row, is there anyway to stop the click event propagation so that it doesn't bubble up to the table row when I click a button. here's the example code below: ~~~ var row = Ti.UI.createTableViewRow({ ...

hasCheck does not work

I try to use `hasCheck` in a `tableViewRow` but it does not work. I'm using the Android Emulator so I've no idea about iOS. I've tried [this](http://developer.appcelerator.com/question/144387/hascheck-works-on-ios-but-not-android) but with no success....

For loop Count PLEASE HELP

Hi all, I have a for loop that populates to the amount of files in a Json and I give each item an ID in the for loop so if i click on one the id will display of the specific one but it only displays the last ID in the loop ~~~ var lblTaskName; var url =...

Clickable array to show text

Hi, I wonder if someone could show me basic code how to make a clickable row to show information in the window. For example. Parties (Header) - Jennas party -> Time: 18.00 Street adress: Blabla 18 Info: (Some long text) - Henriks party -> Time:...

Swipe to Delete stops working after viewing child

So here is the deal. My app builds a table. Then upon refreshing data from my API loads data into said table. Each row is set to editable: true. Whenever I delete half the rows in the table, then click on the row to view the model window it opens and go...

numbers in a tableview

I am using Titanium Mobile for iPhone and have updated to 1.7 RC1, anyways, i am having a hard time displaying numbers from a database. whenever i try to put it into a tableview it crashes my app. i dont get any errors in the titanium developer console....

Tableviews and rows

Hey, I'm new to app development for iPhones and I was wondering if someone could help me. I'm trying to design an app that has a window for a table then when you click a button in the top corner it leads to a new window that will contain 3 - 4 textfields....

Views disappear when row changes height

SDK: 2.1.0.GA OS: iOS I have a simple app which consists of 5 rows (each one 1/4 of the screen height so the table scrolls). Within each row is a simple custom row consisting of a main view, a small inner view and a label inside the inner view. When the...

Showing 1-50 of 238 1 2 3 4 5