Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » FullScreen Functionality Collapse All
Subject Author Date
Shailesh Nikam Apr 13, 2007 - 11:50 PM

Hi,

In fullscreen application, if user clicks on fullscreen button and after that fullscreen toolbar appears on the screen. If user clicks on close button(X) of toolbar then how to restore fullscreen state(Suppose I dont have implemented popup menu for my applicaiton). If I want to resotre the fullscreen state on Esc button press then how to do it?

Regards,
Shailesh

Technical Support Apr 15, 2007 - 11:23 AM

The user should have some chance to invoke any possible commands in your application when it is in the full screen mode and even if all the control bars are hidden. We recommend you use the CExtMenuControlBar menu line instead of the standard menu line. If you simply press the ALT key, then the CExtMenuControlBar window becomes visible and its first button (typically File) becomes selected. Besides we recommend you assign a keyboard accelerator for switching between full screen and normal modes (typically F11).