Advanced Forum Search Results
-
Thanks for the code. Translating it to VB gave me something that works.
The DispatcherTimer is new to me, but a search in Google tells me that it is new with Silverlight 2. I was using a storyboard in place of a timer.
-
The following VB code rotated a text box by 4 degreees every time a rimer fired under Silverlight Beta 2. Under Silverlight 2, nothing happens. I did not find anyting in in the Breaking Changes document regarding this. Anyone have the answer?Private Sub OneSecondTimer_Completed(ByVal sender As Object, ByVal e As System.EventArgs) Handles ...
-
Silverlight Tools for Visual Studio 2008 SP1 was already installed. However, because I had not completely gotten rid of all the beta Silverlight stuff, as I thought I had, when I installed it, the Developer stuff didn't get installed.
The solution was to uninstall Silverlight, then uninstall Silverlight tools for Visual Studio 2008 ...
-
I have just finished uninstalling all the beta stuff for silverlight 2, blend 2 and Visual Studio 2008 so that I could install the new version 2.0 Silverlight tools for Visual Studio 2008, .net3.5 SP1, VS 2008 SP1. Everything seems to be fine except that when I try to run a newly created Silverlight application in VS 2008 I receive the error ...
-
After working with the Deep Earth Project a bit, I noticed two things1. In VS 2008 if I try to view the default page Internet Explorer, everything is fine; if I use Firefox instead, nothing displays.
2. I can't seem to add any code behind for any objects I add to the Page.xaml. For example, in Expression Blend if I add a button, then ...
-
Thanks. I just downloaded the source code, recompiled and got it to run. Quite impressive.My problem now is to modify it to my needs. What I want is something like a map in a fixed position, say, 600px by 400px on the left side of the screen and a 175px by 400px panel to the map's right, the panel being a sliverlight, say, ...
-
No. After the error, you cannot do anything other than to bring up task manager and kill that instance of Internet Explorer.There is no problem if you don't have script debugging enabled in IE.
This application is moderately complicated. I am going back and create a very simple test application of using Silverlight with the ...
-
I use VS 2008, and have captured the offending code, which is "var g=c". However, this HTML rendering engine is replacing my left bracket, the letter a, a right bracket with a smiley face. The file is mapcontrol.ashx?v=6.1, and is generated on the fly by VS.
The code block the offending code is in is ...
-
I have a Silverlight project that contains a VirtualEarth map using the Silverlight Virtual Earth Wrapper from http://www.codeplex.com/views
If I have Script Debugging enabled in Internet explorer, I occasionally receive the error message " 'null' is null or not an object" when I click on the map, and there is no way ...
-
Have a look at the Virtual Earth Wrapper for Silverlight at http://www.codeplex.com/views.
I think there will eventually be Virtual Earth control for Silverlight, but I have been playing around with this, and it works quite well