B4J Question B4J Inline Example (Tableview). It's possible ?

Mauricio Pereira

Member
Licensed User
Longtime User
In the example (2016) presented by Erel, we have a table where it is possible to edit the values contained in it.
However the values can be edited as long as there is a click (double) in the cell. Works without problems.
When we are in the cell (Line 1, column 1), for example, if we press the TAB key, the "cursor" goes to the right, that is, cell (1,2).
Is it possible that this cell (1,2) becomes editable without having to click on it? If so, how to do it?
 

Attachments

  • InlineEdit.zip
    2.1 KB · Views: 172

Mauricio Pereira

Member
Licensed User
Longtime User
Erel,
For the application I intend to use Tableview (it is an academic application in Operations Research) I need vertical scrolling without changing the page.
Of course, we can make the application requiring the user (students) to click on each cell but I wanted to simplify with the use of tab, right / left key, etc.
For android, I used the Table class and with the help of Klaus the application was ready and is already on the Google Play Store.
The "translation" B4A -> B4J would be easier with tableView.
Thanks for listening.
 
Upvote 0
Top