How to change window name in standalone
Anyone knows if is possible to change dynamically the window name in a standalone app? Not the menubar name.
Basically Im trying to add the preset name to the app window name each time I save or load a preset, this way I can have the preset name Im working on within the app window. I know I can use a umenu, text window and other ways to show the preset name but I want to include it within the app name.
I tried several kind of messages to thispatcher object , but no luck atm.
Thanks in advance.
Hey,
message [title app name} to thispatcher
B
Thanks a lot, it worked.
For instance if app is called Retro, and I want to add the preset name, the message would be:
title Retro - presetname
It works only when working inside Max, but not working when running the standalone version.
Any ideas?
Title message to thispatcher does what it should no matter if Max or Standalone.
On Mac and on Windows.

Ok it worked finally. Thanks