I have a MDI application and I want to change the Frame's Title (window type is mdihelp) when they click on a button.
I change it using: w_frame.title = xxxx and I can see it change in the debugger but the MDI_1 title remains unchanged.
mdi_1 doesn't have a title attribute. How would I change the FRAME's (MDI_1) title while the application is running?
Thank you