MacGapProject / MacGap1

Desktop WebKit wrapper for HTML/CSS/JS applications.
Other
3.55k stars 208 forks source link

Disable window resizing by the user #41

Closed empika closed 12 years ago

empika commented 12 years ago

Hallo

Is this at all possible? My app is only a certain size and would be annoying if users can break the layout or make it look bad by resizing.

Thanks Edd

liamks commented 12 years ago

Yes, it can be done in interface builder. Click on Window.xib, then click on the actual window. On the right there should be all the window's options. Uncheck 'Resize'.

empika commented 12 years ago

Ah great, thanks Liamks. I'm new to osx dev so was just running the ruby scripts to generate an app from a folder. I'll look into how to use xcode.

liamks commented 12 years ago

You're welcome! If you're still having trouble finding the resize option I could probably whip up screenshot.