Advanced Forum Search Results
-
Hi,
Being heavily involved in the development of the MVVM Light Toolkit, I prefer to remain neutral :), but would like to get notified when new posts are published in this thread, hence this one.
Hoping for an interesting discussion!
Laurent
-
Hey Andre,
Thanks for that. No offense taken, really. Your post made me rethink the whole think, and you were right on quite a few things, so it's fine. No problems really (my skin is thick enough ;))
Most of what you say is true, so I won't elaborate. I just want to comment on something: The way I do MVVM allows me to share the VM ...
-
@Andras Thanks for defending me :) but in fact I think Andre P is (at least partly) right. I did fail to convey my
message, and rereading my post with the eyes of someone who doesn't know me (which is the majority of the people on the
forums), I did sound like an egocentric *** LOL By the way, I thought your reply was way better than ...
-
Dear JFalcon,
This is an interesting post, and I can feel and empathize for your frustration.
The example you give is interesting, because if your architects hadn't constrained you, you would probably have ended up making a flavor of MVVM anyway. Custom controls in WPF and Silverlight are nothing else than that after all - a ViewModel (the ...
-
Unfortunately, I am not good with VB.NET, so I preferred to create an example in C# first: User Controls packed in an external assemby, with events.
http://blog.galasoft.ch/archive/2008/04/26/silverlight-user-controls-with-events.aspx
If you have any issue translating this to VB.NET, let me know.
HTH,
Laurent
-
I have a SIlverlight application in which the top Canvas is clipped. I place the SilverlightHost DIV on top of a HTML DIV containing HTML buttons. The Silverlight control is instantiated with isWindowless = true and background = "#00000000".
I can see the underlying HTML buttons alright, but they don't react to the "hit ...
-
Hi,
After many tests, I came to the conclusion that, based on my poor senses, the glitch is not really more noticeable with Silverlight 1.1 than in Silverlight 1.0
Can you check the revolving logo on my homepage http://www.galasoft.ch and tell me if you think what you saw was smoother?
Thanks,
Laurent
-
Hi,
To keep a movie running forever, you can create an event handler for the MediaEnded event, and in this event handler, call "Stop" and then "Play" on the sender. In JavaScript, the behavior is acceptable, though there is a small glitch when the animation ends. In C#, I find the glitch to be too important, and it makes ...
-
Hi,
I stumbled upon a bug in Silverlight today related to the way it handles OpacityMasks with a RadialGradientBrush.
Try the following code:
<Canvas Background="Red"
Canvas.Top="0" Canvas.Left="0"
Width="320" ...
-
Hi,
I think I found a peculiar bug in Firefox's Silverlight engine.
Conditions: Firefox 2.0.0.8, Silverlight 1.1.20816.0
To reproduce the bug, follow the steps:
- Download the Silverlight project from http://www.galasoft.ch/play/GalaSoftLb.SL.SilverlightLogo.zip
- Open the SLN file and press Ctrl-F5; this ...