I am trying to create a custom dialog using xrc files and I'm having the following problem:
I can get the dialog window to display just fine, and I can react to the button events just fine with my custom event table for my custom dialog class, but I can't figure out how to pull the data out of the four wxTextCtrl objects that exist in the dialog. Is there some way I'm supposed to create a generic wxTextCtrl object and somehow load the value that exists in the Dialog into it? Can someone help me out here? Thanks.