Advanced Forum Search Results
-
It seems to me that VS isn't watching the underlying file if it isn't open so it doesn't know that a change was made to the xaml in Blend and that an element has been give a name (or any other change for that matter).
From a performance standpoint, I don't know if it is reasonable that VS watch every file that it ...
-
I copied my images to the ClientBin directory and now the images show. What's wierd is that I have other images that show just fine without having to copy them to the ClientBin directory. Is it standard practice to have to copy images to the ClientBin directory?
-
I'm still getting this 4001 error in SL2 RC0.
-
Take this scenario:
Open an existing solution in Blend.
Right click on a project and select edit in visual studio to open VS up and link Blend and VS together.
Create a new usercontrol in a SL class library using Blend
Add a listbox to the user control
Save your files in blend
Issue #1:
If I go to the events tab in Blend and ...
-
The way I reference the image is sort of convluted. I have a template defined in app.xaml for a button. In that button template I have an Image declaration with the source set to {DataBinding ImageSource}. The button that uses this template is placed within a usercontrol and the constructor of the usercontrol create a class that is a data class ...
-
I have an image in an image control. It is a png. It is marked as a resource for the build action. It shows correctly in Blend when designing. However, when I run my app for testing the image doesn't show. Is there something else I need to do other than mark it as a resource?
-
Also, Button doesn't have TextWrapping or TextAlignment properties so how should those be set in a button template using ContentPresenter?
-
I think it does make sense to want to style the content of a button inside your button style. That way if you want to have a button control that reuses the same style across your application you can define it in the button style and not require the developer to set the font settings every time they use the button. That is the whole point of a ...
-
I still don't see BasedOn support in RC0. Without that, how would I best implement the following requirement?
I have a style for TextBlock that I need to reuse in various parts of the application. In one case I want to use a ContentPresenter and have the TextBlock in the ContentPresenter use my style without having to copy and paste the ...
-
I've opened visual studio as administrator, gone to help -> index, and opened the collection manager help topic. I do see Microsoft Silverlight 2 SDK Documentation in the list of collections available for inclusion in VSCC. However, when I check the box the Update VSCC button becomes disabled. If I clear the box then the Update VSCC button ...