T
Thomas Hahn
Hallo,
i have a xbap application, wich was created on vista and vs 2008. I have
used backgroundworker in my application
After the creation of this application i changed my system to windows 7 and
vs 2010. On this new system doesn't work my application. The
RunWorkerCompleted events is not fired.
I use a style to set the fontfamily in my project.
------
<Style x:Key="Style_Base">
<Setter Property="Control.BorderThickness" Value="0" />
<Setter Property="Control.FontSize" Value="10pt" />
<Setter Property="Control.FontFamily" Value="Arial" />
<Setter Property="Control.Margin" Value="5" />
</Style>
------
My application works fine, without the following line "<Setter
Property="Control.FontFamily" Value="Arial"
/>" !
Know somebody these problem or know someone a workaround?
Thanks a lot
Thomas
i have a xbap application, wich was created on vista and vs 2008. I have
used backgroundworker in my application
After the creation of this application i changed my system to windows 7 and
vs 2010. On this new system doesn't work my application. The
RunWorkerCompleted events is not fired.
I use a style to set the fontfamily in my project.
------
<Style x:Key="Style_Base">
<Setter Property="Control.BorderThickness" Value="0" />
<Setter Property="Control.FontSize" Value="10pt" />
<Setter Property="Control.FontFamily" Value="Arial" />
<Setter Property="Control.Margin" Value="5" />
</Style>
------
My application works fine, without the following line "<Setter
Property="Control.FontFamily" Value="Arial"
/>" !
Know somebody these problem or know someone a workaround?
Thanks a lot
Thomas