Window Size in Standalone Application
Hi, I'm having trouble setting the size of my windows when they load in my standalone application. I'm able to set their size using a window size message to the thispatcher object but when I build my patch they are set to a random size. I want the windows to fill the whole screen but not be fullscreen mode. My application has pop up windows and they don't work the way I want when in full screen. Help!
Please and thank you.
i guess something around your patcher arguments or the standalone object might overwrite your custom size.
otoh loadbang->message->thispatcher should come last, i havent seens it nonworking yet.