Re: non-movable fullscreen window

2009-04-22 Thread Sean McBride
On 4/22/09 6:45 PM, Praveen Innamuri said: >    Initially I created a window with a title-bar (so, I created a >window with border and resizable/movable properties). However, >depending upon a request, the window should be converted into >fullscreen dynamically (without titlebar, non-resizable, no

Re: non-movable fullscreen window

2009-04-22 Thread douglas welton
Hi Praveen, 1) At present (leopard), you can't dynamically change the windows style from bordered to non-bordered. The style is set at initialization and you can't change it after that. See the Window Programming Guide section for "Setting a Window's Appearance" 2) When you say you us