Hello,
I am using tk_getSaveFile which opens a dialog box for a user to save a file. If the user selects an already existing file, it will throw a message "Do you want to overwrite".
I want to change this message, this is the default message that is prompted. Is there any way I can modify this message on a Windows system? I know there is a property 'message' which works only on MAC OS. But for Windows/Linux?
Thanks.
I am using tk_getSaveFile which opens a dialog box for a user to save a file. If the user selects an already existing file, it will throw a message "Do you want to overwrite".
I want to change this message, this is the default message that is prompted. Is there any way I can modify this message on a Windows system? I know there is a property 'message' which works only on MAC OS. But for Windows/Linux?
Thanks.