Summary:
CustomListView in CustomDialog ItemClick event not firing immediately.
Reproduction Steps:
1. Compile & run attached project
2. Click app's "Chooser..." button
3. Select an item (or items) in displayed dialogue
4. Click dialogue's "Ok" button
Actual Behavior:
After dialogue is closed Toast Messages will be shown for each item that was selected.
Expected Behavior:
When an item in the dialogue is selected it is indicated by having a differently coloured background. A Toast Message is shown immediately an item is selected.
Notes:
Behaves as expected in B4A 6.31 but not in B4A 6.50b
Ok, thanks Erel. You must have had good reason to change the implementation of the click and long click events though and I'm sure it will be reimplemented at some point. As we shouldn't be using modal dialogs I'll have to look into alternative ways to get the same functionality.