Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Silver light STOPS responding on break point hit, when in FullScreenMode
3 replies. Latest Post by Skyrunner on August 14, 2008.
(0)
sudheesh...
Member
77 points
33 Posts
08-14-2008 4:01 AM |
I added a break point in a function and called that function from FullScreen_Changed Event.
Silverlight immediately stopped responding and went into a hang state.
Am i the only one facing this issue or this is a known issue?
To make FullScreen:
Application
Skyrunner
Contributor
2489 points
485 Posts
08-14-2008 4:38 AM |
I just trying and no problem for me.
Code you post some code, but it's strange.
08-14-2008 4:50 AM |
Yupe, code is here:
public
{
InitializeComponent();
}
{ //Add a breakpoint here...
//One rectangle is added from the Xmal, and MouseLeftDown is handeled to the mentioned function.
08-14-2008 5:06 AM |
Well, it works.
The event FullScreenChanged is fired 2 times, but Silverlight still works.