How can I fix the window size when exporting as a standalone application?
For example, if I have all of my controls laid out on a 800x800 screen (like a dashboard), I would like the window to be 800x800. Instead what I see is is that the window opens up to some larger size, and my 800x800 set of controls is in the top left, with a lot of whitespace/deadspace filling up the rest of the window. I can manually size the standalone app window down to the size of the 800x800 controls, but I prefer to have it the right size to start.
And while we are at it, I would prefer the window to NOT be re-sizeable. I want it to be the fixed 800x800, and the user has no ability to change it. How do I fix the window size so that it cannot be resized?
Thanks,