B4J Question [ABMaterial] change in table clicked event name

Hilton

Active Member
Licensed User
Longtime User
Hi,

I have found that when you have a table in a tab container, that now in version 1.08, the event returned is container-table (in my case tab1cont-esttbl).

As a consequence I have removed the "-" in the page.ParseEvent sub because b4j does not like it in the sub name.

B4X:
sub tab1cont-esttbl_clicked(.....)

In version 1.07 only esttbl_clicked(...) was returned, however, I am quite happy if the entire path is returned, just as long as it is consistent. Anyway, removing the offending "-" is working for me so at least I can continue testing while something is sorted out.

Bye,
Hilton.
 
Top