Community Questions & Answers
How to access the red circle event when deleting a row?
Hi, I have a tableview in editable mode... I really need to know when the user clicks on the red circle with a dash that is used to toggle the display of the delete button. Is it possible to capture this event? Just to be clear: capturing the...
editable contacts-style list view?
Hi, I'd like to generate an iPhone contacts-like experience for my account settings screen so people can click on a listview item and edit the text inline (during which a remove button appears on the right side of the screen). I noticed that tableview...
TableViewRow disable delete button on edit
I have a tableViewRow which is has the ability to change from position: ~~~ var row = Titanium.UI.createTableViewRow({ backgroundImage: "./images/priority_row_background.png", backgroundColor: "transparent", selectedColor:...
Changing the button title for the red delete button that appear when tablerow set to editable
hi is there a way to change the button title for the red delete button that appear when tablerow set to editable. lets say from Close to some other words
Dashboardview without delete function
Hey developers, I've made myself a dashboard view with the createDashboardView function. When I hold an icon on the view it starts to wobble and shows a delete button. Is it possible to remove that delete button? I do want the user to be able to change...
Keyboard Next takes me to a Hour/Date Picker
Greetings, I'm developing for Android. I have a series of textfields on my window (inside a scrollview) and two pickers as follows: ~~~ textfield hour picker date picker textfield textfield ~~~ The problem I have is that when I finish entering...
"Add Row" row in editable tableview
I have an editable tableview with an Edit button in the window title bar that sets the table to edit mode when I click it. I would like it to also show one additional row at the end of the table that acts as an "Add New Row" function with a...
TableRow -- Editing and Detail Button
Hey, I want to create a row and show an "hasDetail" Button when I´m in editing-mode! Currently it disappears. Does anybody have a solution for this. Thx, Eric
Stock alarm app-style edit and deletion for at TableView
I am wondering if there is a simple way to have the same sort of edit and delete interface as the stock iOS alarm app. I know about setting a Tableview's `editing` and `editable` properties, and that gives a UI that is close, but it only allows deletion....
Give rows in a tableView children when editable?
Hello, I've got a a tableView which I programmatically populate with an array of TableViewRow's. I can give each row a child so that when the row is tapped, it opens up that child. And of course when the tableView entered editable mode, the user can opt...
Delete AFTER mysql delete is successful
I have a tableview with editable:true, so when the user swipes to the right, a red delete button shows up. Using that delete button, I create an event listener to delete data from a mysql db. Typically, I am able to control what happens after an...
Which event fires when you click the red 'Delete' button on a TableView row?
Hi All, Can't seem to come up with an answer for this one: I've set my TableView to 'editable: true' so now, when you swipe on the row, the red delete button magically appears (!) and, when you click, the row goes away. Close to good enough -- except...
movable/editable tableViewRows?
Hi, is it possible and how can I realize editable/movable tableViews with customized rows? Rainer
Not able to click on Editable Table view's Row
Hello, I have created a Editable Table view by setting moving property true, It's working perfect. But the problem is when i set moving: true It stops firing row click event and if i remove this line than row click events fire perfectly. What could be...
Tableview in edit mode: how to include
There are several Apps around, where a tableview in edit-mode is extended by an additional line containing a plus-icon an a field to add a new tableview-item. Example:  the delete button should hide, so the minus...
Exclude rows from Editable/Moving?
Is there a way to exclude certain tableview rows from being able to be deleted OR moved when we set editable to true, or moving to true? I have some rows which are kind of like my own custom headers that I don't want the user to be able to select.
Showing 1-17 of 17