how to make a nice standalone?
So I have a little patcher working, and I want to make it into a releasable standalone program.
The big problem I am having is that when I launch the .exe file, my patcher is a window inside of Max -- I have tried (I think!) every combination of window and thispatcher commands, and although I can get the window the right size, I have not been able to figure out how to make it fill the Max window and look like a single program.
Does anyone have a trick to do this?
not sure I understand your question but have you tried the "window notitle,
window exec" message to [thispatcher] ??