hello!
is there a way to stop the "window close" confirm box from appearing?
it would make life a little easier and faster...
cheers
gt
-
Window close button
-
You can disable all the warning dialogs by editing the file /usr/lib/pd/bin/pd.tk (it might be located somewhere else on your system). You might need to be root to edit the file. Replace the body of the routine pdtk_check with this line:
pd $message
Cheers,
Michael