Advanced Forum Search Results
-
OK, thanks, I was wondering if that might be the problem. The URL was file:///C:/ etc. For the demo I am going to use the test webserver that comes with VisualStudio to serve up my page. Just one more thing to go wrong in the demo though!
Mark
-
I want to demo a Silverlight app I have written in a situation with no web access. No problem, I thought, just have a html file and my xap file and double-click the html page. However, I get an error whenever I try to use the WebClient to download an XML file that resides in the same folder as the html file:
client.DownloadStringAsync(new ...
-
Well I have a Media Player. It's not normally playing when I stop debugging, but it might be still downloading the mp3 file.
-
I am having a problem debugging a Silverlight application with VS2008 and FireFox 3. Every time I press stop in Visual Studio to detach the debugger, FF crashes and I get a message telling me that firefox.exe is in a zombie state.
Any suggestions?
Mark
-
...bump... still looking for a solution on this one
-
Thanks for the suggestion Amanda. Unfortunately, this does not fix my LostFocus issue. I've updated the code to Silverlight 2 RTW and checked into codeplex (with your suggested change). The latest version can be found at http://www.markheath.me.uk/silvernibbles/
-
I've put the app online if you want to try clicking on the one and two player buttons to see the different behaviour:
http://www.markheath.me.uk/silvernibblesrc0/
-
I have recently converted my SilverNibbles game to Silverlight RC0, and a strange bug has emerged. If I click the "1 Player" new game button, the game immediately goes into pause, because the LostFocus event of my root UserControl fires (which I am using to put the game into pause). But if I click the "2 Player" button, ...
-
this bug is still present in beta 2. (see my blog entry here for more details)
-
I don't know if anyone has already reported this, but in Silverlight 2 beta 2, the following code:
<ListBox HorizontalAlignment="Stretch" Margin="59,142,289,41" VerticalAlignment="Stretch">
<ListBoxItem>Hello World</ListBoxItem>
</ListBox>
will display fine in Expression ...