|
|
Search
You searched for the word(s):
Showing page 1 of 4 (32 total posts)
< 1 second(s)
-
Just in case anyone stumbles on this post. It appears my installation of media center on my dev box is corrupt (at least for the keyboard). I installed my app on another computer and the on screen keyboard launches properly.
-
Hi All,
I am trying to use the onscreen keyboard, but media center crashes upon launch. It throws a LoadException unhandled. It is saying here: res://Microsoft.MediaCenter.Shell!OskOuterFrame.mcml(1): Attempt to build an object of type 'OskOuterFrameModelItem' failed. (Exception has been thrown by the target of an invocation.)
This also happens
-
I was able to fix this by removing key interactivity on all items in the background while my slide is visible.
-
Hey Andy,
I've got this all up and working finally. Thanks! Question for you. I've used NavigateInto to give my slide focus when it is visible. Once a button is clicked on my slide I lose focus to the backround. My navigate into is based on the slide being visible (property in my c# code). Is there a way to make sure it keeps the focus until
-
I guess what I was trying to get out is that I display a dialog and wait for the user to respond with the ''OK'' then call a session.Close(). Maybe displaying a dialog doesn't pause code execution? I bet that's it.
-
Currently it gets called after a button press on the application thread. The error is thrown from a different object back to the application thread to call the session.close(). Problem is code continues to execute after the button press. I have the wait for the dialog set to 30 sec for plenty of time to hit ok. In the past I didn't wait for an ...
-
Any thoughts on why my application will continue after the session.Close(). Is there something else I need to do to close the session?
-
Nevermind. I think it is working. Thanks!
-
It still appears to lock up, is there a more elegant way to accomplish this, or do you have any other ideas?
-
That's probably my problem, I'll change it around report back. Thanks!
1
|
|