Advanced Forum Search Results
-
I realize that sl does not support binding between controls. This is why i created a new control which inherits from slider and implements INotifyPropertyChanged. Each time the value is changed I raise the PropertyChanged event. What is wrong with this approach?
Thanks,
Tony
-
I am trying to implement binding between 2 silverlight ui controls. For example, when the user changes the slider
position the width of a button changes.
My approach is simple:
1. Create a silverlight class library.
2. Add class to the sl class library called BindingSlider. This class inherits from Slider and implements
...
-
I called the LimeLight folks and reported the problem and it looks like they fixed. I just downloaded and install it fine.
-
I can't download it and I am from Toronto, Ontario, Canada.
I also got a friend to try and he was unable to download and he is from Edmonton, Alberta, Canada
-
This is ridiculous. MS should provide us some feedback indicating the site is down and currently being fixed. Has anyone heard whether they have acknowkedge there is an issue and secondly whether something is being down about it.
-
I'm in a world of hurt now. I uninstalled and now I get an error installing silverlight for the reasons stated prior. Is anybody at MS looking into this. Right now I am done unable to do any work.
-
Finally go it to work. As I suspected no code is required since the rectangle was converted to a button using blend. I did two things
1. I added a templated width and height to the rectangle
2. I explicitly gave the button a width and height.
You can get the complete code at http://www.cynotwhynot.com/slgallery/ just select Declarative ...
-
I'm confused using blend I converted my rectangle to a button. In doing so I should have all the VSM wired up. I'm sure I've seen demos where shapes are converted to buttons and the VSM is automatically wired up throught the button logic.
-
I have been trying to get a rectangle animation to work using VSM. Basically when I mouse over I want the rectangle to shrink. I want it done solely in XAML no code behind. I decide to take a rectangle in blend and convert to a button and then add the animation to the button control template. So far no luck. Here is the XAML
<UserControl ...
-
I also tried hosting in html by adding the following
<param name="splashscreensource" value="ClientBin/splash.xaml" />
I got the same error