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?
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?