Hi all,
i have build some function to create me a folder struct and rename myProject after a container etc. And the function also calls a Pop Dialog where i can rename the project. It all works with a key/button on a chop execute. But if try to integrate the function into the dat execute and use the def onProjectPreSave() the first time I save my project the original TD saveto explorer dialog pops up and kills my dialog. Is there a way to just override the save function totally or prevent the dialog. Or maybe unlink the original keybindings form ctrl+s?