Community Questions & Answers

Get rowData from a dblclick

Okay, so I have a table and I want the user to be able to double click a row to take action on it (single click is not a preferred option). The problem I'm coming across is that the dblclick action only gives you the source, but not the rowdata like a...

Hold table row

Hi all, i have got a problem to view a option dialog when i hold a row. When i open for the first time the window, my code work but if i open another window and i come back, the option dialog doesn't apear. Below I am attaching the code. ~~~ var holdTime...

Tablerow formatting (dynamic sizing)

I'm building an index of Subjects and attempting to create a tablerow that has two labels. One with the Subject and the other one to the right side that shows the number of items in that subject. Kind of like you see when you look at mail on the iPhone. ...

Target child in row

How can you target a child in row? I tried to target it by using this line: tableView.data[0].rows[0].children[4].text = "new value"; But that doesnt work. How can i change only the text-value of child in a row to a new value?

Add count(badge?) to tablerow

I'd like to add something like a badge with a count to a tablerow. The only code examples I've seen involve badges on tabs. Here's a pic of what I'm trying to do: http://img230.imageshack.us/img230/2899/mailunified20101116.jpg Any ideas? Thanks edit:...

Static Table header

hi all Whats the best approach for a header and a tableview scrolling underneath the header? do i need to add the tableview to a scrollview? Also, is there any way I can recreate the UI for Facebook 'like and comment' functionality? I have some table...

Programmatically access all table rows

Hello all, I've got an app that has a table view and a 'manage' button. When the manage button is clicked you enter 'manage mode' and are able to select any and all table rows which changes the selected rows background color. I need to be able to click...

Present Information Similar to Settings > General > About?

Hi there. I have a details page where I want to present information similar to what you would see on the iPhone Settings > General About. Left hand side is the field title, right hand side is the data. My Spidey senses are telling me to use a...

webViews in tableRows?

Has anyone had any luck using webViews in tableRows? This seems to be the only way possible to have href links in the 'title' of the row. (rather like a twitter client might have url links in the 'title/tweet' in a tablerow) I seem to be getting some...

TableRows like Apple Mail?

I'm trying to get two table rows to resemble those in the iPhone mail app. For one, if there are unread items, I'd like to show a number on the right with a grey background. For another, I'd like to show a detail view with three lines. A larger top...

Showing 1-45 of 45