This is a migrated thread and some comments may be shown as answers.

Readonly on fullscreen

1 Answer 51 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Fabien
Top achievements
Rank 1
Fabien asked on 09 Feb 2012, 12:27 AM
Hi,
I'm using your richtextbox component and I have trouble when I switch to fullscreen with the code below :

App.Current.Host.Content.FullScreenOptions = System.Windows.Interop.FullScreenOptions.StaysFullScreenWhenUnfocused;
App.Current.Host.Content.IsFullScreen = !App.Current.Host.Content.IsFullScreen;

When the silverlight is in fullscreen, the richtextbox is in readonly state.
I can see the prompt blinking, but whatever I type, nothing happens.
I'm totally stuck for now, any help would be appreciated.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 09 Feb 2012, 01:39 PM
Hello Christophe,

There are some restrictions which apply when a Silverlight application displays in full-screen mode, one of which is that most keyboard events are disabled. This is the reason why no text can be entered through the keyboard.
You can read more on the issue in MSDN, in the Limitations of Full-Screen Mode section.

Greetings,
Iva Toteva
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
RichTextBox
Asked by
Fabien
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Share this question
or