How to use combo box selection to insert calculations in same dialog box?

I have created a dialog box in wxPython which contains a combo box selection from drop-down list. Once I select a value from combo box then (upon pressing “Apply” tab) I want to use it to fill other fields in the same dialog box. Is there any similar example or any suggestion to accomplish it will be helpful?

Attached is what I have at the moment.

combobox_dialog_refresh.py (3.48 KB)

See my answer on StackOverflow.

Werner

···

On 6/8/2015 1:01, Ibraheem Khan wrote:

I have created a dialog box in wxPython which contains a combo box selection from drop-down list. Once I select a value from combo box then (upon pressing "Apply" tab) I want to use it to fill other fields in the same dialog box. Is there any similar example or any suggestion to accomplish it will be helpful?

Attached is what I have at the moment.