Advanced Forum Search Results
-
I just installed Silverlight 2 on a new computer with VS 2008 Professional.
Initially I tried installing Silverlight 2 RC0. It seemed to install successfully, but after I started a new Silverlight project, it encountered a fatal error when trying to display the Page.xaml file in the IDE, and when I tried to run it, it ...
-
So...Photosynth is out and available to try. What I want to know is: Did yall Microsoft people use Silverlight to do that? :)
I know you have to download a separate plug-in (not Silverlight) to run Photosynth, but the entire interface is highly reminiscent of both Silverlight and DeepZoom that I would be very surprised if it ...
-
I have been doing some small work on a graphics library of sorts in Silverlight (just for fun), and one of the limitations I have come upon is that you can't plot individual pixels. I get around this by plotting lines that are one pixel in length, but that is extremely slow.
Using that method, however, when I render a triangle, ...
-
I have found a bug: It seems that any button which uses the ToolTip service and opens up an OpenFileDialog box as part of its action when it is clicked has roughly a 50% chance of causing a NullReferenceException or ArgumentNullException in System.Windows.dll in Safari and crashing.
How to reproduce this bug:
I was having problems in ...
-
Thanks! That helps a lot.
Now....a continuation:
I debugged the program, and this is the output I got:
'Safari -psn_0_6160385' (Managed): Loaded '/Library/Internet Plug-Ins/Silverlight.plugin/Contents/MacOS/CoreCLR.bundle/Contents/MacOS/i386/mscorlib.dll'
'Safari -psn_0_6160385' (Managed): ...
-
[QUOTE]
1. Install the Macintosh Silverlight for Developers runtime (Silverlight.2.0_Developer.dmg).
[/QUOTE]
Do you happen to know where this mysterious "Silverlight.2.0_Developer.dmg" download can be found? :)
-
Sorry about the duplicate post. I posted this on the "Programming in C# - General" forum before realizing that this forum existed, and this question that I have is much more suited for this forum. So here goes:
I need to debug my Silverlight on a Mac running Safari, but I have
not found any resources so far that explain how ...
-
I need to debug my Silverlight on a Mac running Safari, but I have not found any resources so far that explain how you can do so. I found a couple of old resources that explain how to do so with Silverlight 1.1, but that is old and I using Beta 2.
The Silverlight 1.1 resources talked about a directory called "MacIntel" found ...
-
So, I have built a Silverlight application and I have tested it in the following web browsers:
Windows XP:
- Safari 3.1.1
- Firefox 3.0
- IE 7
Mac OS X 10.4 (Tiger):
- Safari 3.1.1
- Webkit (the most recent nightly build)
- Firefox ...
-
I am trying to animate the margin property of a Grid with a storyboard, but I am unsure of how to do it exactly. I cannot use a DoubleAnimation because the Margin property is an invalid type (i.e.....not a double). My inclination says to use an ObjectAnimationUsingKeyFrames, but I am unsure of exactly how to go about it. Here is ...