I make a program that has a full screen window.
I create a pp window in PPob,and I want to make the window size to the
full screen size in program. how to get the full screen size, how to
hide menubar and dock.
Have functions to do that? who can give me an idea?
(sorry, my english is very poor.)
> I make a program that has a full screen window.
> I create a pp window in PPob,and I want to make the window size to the
> full screen size in program. how to get the full screen size, how to
> hide menubar and dock.
> Have functions to do that? who can give me an idea?
> (sorry, my english is very poor.)
Search for "FullScreen" in Metrowerks CodeWarrior:MacOS
Support:Universal:Interfaces:CIncludes
hint: look in Movies.h
Once you've put the screen in full-screen mode, you can resize and move
your powerplant window so it fills that screen.
Remember that many users have 2 or 3 screens on their Mac, and expect to
pick which one you'll use.
hint: look at GetDeviceList() and GetNextDevice().