I'm a beginner to dialogs, so there are much things I'll take a long time to understand.
This is one:
How to call an action through a button from a listbox? I know how to set text (related with the listbox data) through that button, but I don't know how to execute a code (with that button) that is connected to each string of the listbox.
For example, I've a listbox with "Artillery" and "Air", in a dialog called "Support Request". If I choose "Air" (listbox) and press "CALL" (the button) i want the "Air" defined data to be executed.