hi All
i have a listview how can i programmatically click this without touching screen
thankyou
hi All
i have a listview how can i programmatically click this without touching screen
thankyou
You can create a table that has the same entries as the event table passed to onRowTouch() and then manually call onRowTouch(). It may not handle the visuals that come with touching the row, but it would cause the handler to fire for it. If you need the visual queues, you can look at the open source version of the widgets and see how it handles them.
Rob
You can create a table that has the same entries as the event table passed to onRowTouch() and then manually call onRowTouch(). It may not handle the visuals that come with touching the row, but it would cause the handler to fire for it. If you need the visual queues, you can look at the open source version of the widgets and see how it handles them.
Rob