B4J Question [ABMaterial] ABMTable in a Tab Container problems

Hilton

Active Member
Licensed User
Longtime User
Hi Folks,

The usual disclaimer (I am new to this so please bear with me).

I have been having problems with the highlighting of lines when clicking a line in a table that is contained in a tab container as follows:

1. the table name passed is in the form container-tablename which causes problems with the table_clicked event as per DEMO app. I changed my code to use the table name and and the following started happening:

2. click on 2nd line - highlighted ok
3. click on 3rd line - 3rd line highlighted ok 2nd line highlight removed
4. click on 2nd line - 2nd line highlights briefly and then highlight removed and 3rd line remains highlighted.

I then tried moving the table from the tab container to the page and everything worked fine.

Being suspicious of my code (being a novice), I copied the code from the DEMO APP ABMTable and put the table/s into the container of a Tab and had the same problems. I then removed the table/s from the tab container and put them on the Page and all worked fine.

Could someone please advise me what the correct procedure is to have a table work in a Tab Container.

Thank you,
Hilton.
 
Top