PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → 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
Débuté par Robert, 30 aoû. 2018 22:00 - 2 réponses
Membre enregistré
105 messages
Posté le 30 août 2018 - 22:00
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 modifié, 30 août 2018 - 22:01
Posté le 28 juillet 2019 - 15:44
How do you solved this problem?
Membre enregistré
105 messages
Posté le 30 juillet 2019 - 14:02
It was a compatibility problem between WM22 and Android 9. Upgrading to WM24 was the only way I could find to fix it.