Installed B4A Version 2.20 a few minutes ago and have a problem with custom dialogs.
Basically I have a customdialog with a panel containing an EditText called (x) and a ListView called (ListView1).
In the version 2.02 of B4A the ItemClick event is triggered when an item was tapped in the ListView1 while the customdialog was displayed and had focus.
Sub ListView1_ItemClick (Position as Int, Value as String)
x.text = Value.text
End Sub
However, in the versions 2.20 / 2.22 and now 2.30 the ItemClick event only gets called when the dialog is closed.
Please note that listviews that are not part of a customdialog work correctly.
Any Ideas?
Basically I have a customdialog with a panel containing an EditText called (x) and a ListView called (ListView1).
In the version 2.02 of B4A the ItemClick event is triggered when an item was tapped in the ListView1 while the customdialog was displayed and had focus.
Sub ListView1_ItemClick (Position as Int, Value as String)
x.text = Value.text
End Sub
However, in the versions 2.20 / 2.22 and now 2.30 the ItemClick event only gets called when the dialog is closed.
Please note that listviews that are not part of a customdialog work correctly.
Any Ideas?