The Media Center Sandbox
Resources and discussion for developing experiences in the Windows Media Center platform.
Welcome to The Media Center Sandbox
Sign in
|
Join
|
Help
in
Media Center Markup Language (forum)
Windows Media Center Presentation Layer Application (group)
(Entire Site)
Search
Home
Forums
The Media Center Sandbox
»
Windows Media Center Presentat...
»
Media Center Markup Language
»
Rule for Showing On Screen Keyboard
Rule for Showing On Screen Keyboard
Last post 10-28-2011, 1:06 PM by
joocer
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
10-11-2011, 5:12 PM
10138
homeboy
Joined on 06-20-2010
Toronto, Canada
Posts 7
Rule for Showing On Screen Keyboard
Reply
Quote
I have the code for showing the onscreen keyboard which works fine. I'm having a hard time coding the condition that will trigger it. I believe the standard trigger for showing the on screen keyboard for an editbox is:
1) A double mouse click on the editbox
2) Pressing the OK button from the remote when the editbox has focus.
What is the best way to capture this? Should I write the rule inside the editbox control itself or outside the editbox control? Thanks.
Report abuse
10-11-2011, 6:55 PM
10139
in reply to
10138
homeboy
Joined on 06-20-2010
Toronto, Canada
Posts 7
Re: Rule for Showing On Screen Keyboard
Reply
Quote
Just to add, I would figure that the OK button would be done via one of the ShortcutHandlerCommands (http://msdn.microsoft.com/en-us/library/windows/desktop/bb189638.aspx) but I don't see it there. I'm a little confused...
Report abuse
10-28-2011, 1:06 PM
10142
in reply to
10139
joocer
Joined on 09-01-2010
Posts 9
Re: Rule for Showing On Screen Keyboard
Reply
Quote
I think the short-cut you're after is "Enter", that's effectively what the Okay button on the remote does.
Report abuse
Copyright Microsoft Corporation. All information available via this site is provided 'as is' with no warranties and confers no rights.