PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM22] Can't select a row in a table on Android 9
[WM22] Can't select a row in a table on Android 9
Started by Robert, Aug., 30 2018 10:00 PM - 2 replies
Registered member
105 messages
Posted on August, 30 2018 - 10:00 PM
Has anyone run into this problem?
I have an Android application on which one screen has a table.
I've tried setting the table to pull data from an array variable, or an HFSQL file.

On a device running an older version of android 4.2.2 specifically, I can display records in the table, and be able to select a row.
There by running the code in the "Selecting a row of Table" section.

However, the same APK on an Android 9 device, this doesn't work.
All the rows are displayed, but no row can be selected.
If I tap the screen, nothing happens.

The closest I've been able to get it to working is when I set the table initial status to be editable, then that code in "Selecting a row of Table" will fire once when populating the table, but never after that.

Any ideas would be greatly appreciated.
Message modified, August, 30 2018 - 10:01 PM
Posted on July, 28 2019 - 3:44 PM
How do you solved this problem?
Registered member
105 messages
Posted on July, 30 2019 - 2:02 PM
It was a compatibility problem between WM22 and Android 9. Upgrading to WM24 was the only way I could find to fix it.