tags:

views:

26

answers:

0

Hello again,

So, in reference to : http://stackoverflow.com/questions/3800253/kiosk-applications-os-x-programming-multiple-monitors

I have an 800x600 NSView and I need to scale this proportionally when I enter full screen mode using NSView's enterFullScreenModeWithOptions.

Right now, what's happening is the UI elements are stationary at where they were initially defined and the view is occupying the full screen mode. To top this off, my view has a background image which occupies the top left 800x600 square on the monitor too. So how do I scale everything in the view proportionally to fit the screen when in full screen mode?

Thanks again,
Teja