Advanced Forum Search Results
-
Hi,
I've been reading reports about Silverlight locking up systems all over the Web. I can't however find hardly any mention of that on this Forum. I've experienced the problem too on a regular basis. Just watching a video or even just opening a page that has the Silverlight Video Player on it causes this problem. Mind you it ...
-
I take it back. This HTML piece of code suddenly doesn't work in Firefox anymore.
-
Tim,
I see that the MSDN Premium Subscription will cost me a good $2499 (full) $1999 (upgrade) yearly. Wow, that's a lot of money. Did all you guys pay that much?
Paul.
-
Tim,
Found a Blog entry that says some Expression Tools will be available under the MSDN Premium Subscription but some will not. Here are some ...
-
Forgot something.
Am I legally allowed to sell my Visual Studio 2005 Professional version via, let's say, Ebay when I subscribe to MSDN?
Paul.
-
Tim,
Sorry for the delay. I just sent Microsoft an Email. Hope they react to that. B.t.w. 2 days ago watched your explanation on creating a Glassbutton in Blend. Nice job, understood it the first time. I've also been watching the free VIdeos from www.totaltraining.com with Dante Gagne, very professional setup. Not quite shure which ...
-
Alan,
Got it to work ok. The weird thing is that it wouldn't work in FireFox. After I added a Style in the 'SilverLightControlHost' - Div it also showed up in FireFox.
Paul.
This code works in both IE and FireFox: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
-
Alan,
Thanks again. I'll try that out tonight. Must take a look at the Airlines Example too.
Paul.
-
Just to be complete. Here the xaml ...
-
Hi Alan,
Thanks for the quick reply. No, doesn't work. I had already found that out and tried it. Below is the code I wrote to get resizing to work. As the Plugin is displayed for the first time it does receive a resize event, but that is the only one received.
Paul.namespace SilverlightProject9
{
public partial class Page : ...