Advanced Forum Search Results
-
Hi,
I'd love to check in my control's code is it running in designer, VS and Blend, or not so in a case of a designer I don't load external file. I think I saw it somewhere, some method or property I can check, but don't remember the name.
Can some one help?
Konstantin
-
Sorry, this was my mistake. I had to enable "Show Updates" to see it. I was confused because I can see this patch In VS about dialog box but not in Add/Remove programs. Have to learn how to use it.
Thanks a lot for your help.
-
I don't have this patch.
-
I have:
Exe (c:\1ae937c35ae3002089f705\silverlight_uninstallrtmpatches.exe) failed with 0x80070643 - Fatal error during installation.
:
[6/7/2008, 9:14:44] (IronSpigot::ExeInstallerBase::PerformAction) PerformOperation on exe returned exit code 1603 (translates to HRESULT = 0x80070643)
[6/7/2008, 9:14:44] Action complete
[6/7/2008, ...
-
Thanks a lot. That works.
-
If I use UserControl as a template for ItemsControl like:
<Canvas x:Name="LayoutRoot" >
<ItemsControl x:Name="MyGroup">
...
-
If I scroll content of a ScrollViewer to the far right, I suppose the same is true for vertical scrollbar, and then in code decrease the size of content, scrollbar thumb gets bigger in size but keeps its position on the bar thus overlapping scroll arrow.
Have a picture but can't insert it here.
-
If I set stroke to LinearGradientBrush on a linear path and move user control which contains that path by code the gradient stays where it was created initially and does not follow the object. Setting mapping mode to Absolute or Relative mode does not make a difference. The same works fine for non linear path with fill set to ...
-
Yes, I mean debug window. Sometime you get something in it with a crash sometimes not. It's very hard to fix this kind of problem. I try to set a brake point in events I handle and I think may cause a problem and try to see what are all values and parameters of this event and what I try to modify inside it, are they all look right and in ...
-
If I make canvas hidden in the code and then try to make is visible content of such canvas is not displayed at all. But if I wave mouse around some of its elements get displayed but not all of them. UpdateLayout() on canvas does not help.
Page.xaml
<UserControl x:Class="SilverlightApplication1.Page"
...