Is it possible to assign a ListView value to a Label within a CustomDialog without going through a do loop?
I've attempted a number of approaches but all fail.
The lv_ItemClick(Position As Int,Value As Object) does not fire until the CustomDialog is closed even though the Label and Listview are declared as Globals and initialized outside of the CustomDialog.
If it's not possible, would anyone know of an alternative modal dialog that would allow the ListView to Label exchange.
Thank you,
I've attempted a number of approaches but all fail.
The lv_ItemClick(Position As Int,Value As Object) does not fire until the CustomDialog is closed even though the Label and Listview are declared as Globals and initialized outside of the CustomDialog.
If it's not possible, would anyone know of an alternative modal dialog that would allow the ListView to Label exchange.
Thank you,