Hello,
I have application with xamDockManager control. In full screen mode Pane Navigator doesn't open when i use shortcut ctrl + +. In normal mode it does.
What i should to do to open Pane Navigator in fullscreen mode?
Thanks in advance
Hi,
I hadn’t heard back from you and I was wondering if you had further questions.
If so, please feel free to contact me.
Our developers reviewed this issue and provided the following information which you can review in more detail here.
http://msdn.microsoft.com/en-us/library/cc189023(v=VS.95).aspx
When a Silverlight-based application is in full-screen mode, most keyboard events are disabled. This limitation of keyboard input during full-screen mode is a security feature, and is intended to minimize the possibility of unintended information being entered by a user. In full-screen mode, the only input allowed is through the following keys:
· UP ARROW
· DOWN ARROW
· LEFT ARROW
· RIGHT ARROW
· SPACEBAR
· TAB
· PAGE UP
· PAGE DOWN
· HOME
· END
· ENTER
Please let me know if you have further questions.
Thank you for the sample. After I worked with it a bit I realized that using this code seems to be causing the behavior.
Application.Current.Host.Content.IsFullScreen = !Application.Current.Host.Content.IsFullScreen;
Maximizing the form from the browser button doesn’t cause the behavior you described but using your command or a button event executing the same code does.
I’m in the process of logging a development issue for this behavior and will contact you directly thru a case I have created for you.
You will hear from me shortly thru the case.
I set focus for XamDockManager and still i can't open Pane Navigator in full screen mode.
I've installed:
I have attached a sample solution in which in full screen mode navigator doesn't open when i use shortcut ctrl + +.
Hi Piwko,
in order for ctrl + '+' to work the focus should be somewhere inside the XamDockManager. However this does nothing to do Full Screen. I've just tested it and didn't found any difference in the behavior of XamDockManager.
Could you please provide more details about your scenario. For example a sample solution, the version and build number of the assemblies you are using. Also Silverlight 4 of Silverlight 5. What browser are you experiencing the issue?
Regards,