Advanced Forum Search Results
-
thank you for your answer.
I understand. It's not convenient but O.K.
But I think there must be some documents about this.
-
yes, absolutely
this is my simple code.
private void Button1_Click(object sender, RoutedEventArgs e)
{
App.Current.Host.Content.IsFullScreen = ...
-
It doesn't work any more.
But I can get a FullscreenChanged event.
As soon as the value of "App.Current.Host.Content.IsFullScreen" change to true, it change to false.
Anyway, I can't see the fulllscreen mode in RC0.
-
In Beta2, When I make a moving animation using Storyboard, the object's tranform value is changed directly.
But, Strangely In RC, the transform value is not changed. So I made some test. this is very simple code.
Page.xaml
<UserControl x:Class="StoryBoardTest.Page"
...
-
here is my source code.
http://error1001.com/attachment/ik0.zip
After you move over red rectangles, click a 'Begin' button or a 'Stop' button.
Then you can see something unusual.
Some rectangles seem not to be able to change their states.
In this situation, if you resize your browser, you can ...
-
thank you for your concern. I often look around your site. you are really good teacher. ^^
have a good time.
-
Thank you. you are right. have a good day.
-
I use Object tag like this.
////////////////////////////////////////////////
<div id="silverlightControlHost">
<object data="data:application/x-silverlight," type="application/x-silverlight-2-b2" width="100%" height="100%">
<param ...
-
I use many System.Windows.Browser namespace's class and method.
For example ( HtmlPage.Window.Alert), (HtmlPage.Plugin.AttachEvent), etc....
first, when I load a xap file on the server, it works quite well.
but when I load a xap file on other ...