CustomDialog2

davelt99

Member
Licensed User
Longtime User
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,
 

fburgos722

Member
Licensed User
Longtime User
Yo tengo el mismo problema. Me gustaria saber como solucionar este problema que llevo dias tratando que un evento como el jobshttp se ejecute fuera del codigo del CustomDialog . gracias
 
Upvote 0

Similar Threads

Top