Advanced Forum Search Results
-
Jesse, I used to use Trillian, but I've switched to Digsby. Digsby has almost all of the features I liked in Trillian, but also has email notifications and connects to the social networks you mentioned - twitter, facebook, etc.
Thanks for your list!
-
Stefan,
Thanks for the feedback!
I didn't think to break at the point when the browser was frozen. After seeing your stack trace I think I can see what the problem is. There's code that verifies that there are valid moves in the game board, and it might get stuck in a loop when it triggers.
Thanks again for looking ...
-
Sorry about the delay. I was trying to reproduce the problem Tuesday night but I couldn't get it to happen. My Silverlight version (according to Programs and Features) was 2.0.30930.0. I also tried Firefox but I couldn't get my project to work at all in Firefox 3.
I wasn't able to look at it again until tonight. I ...
-
I created a game for the Silverlight Games Contest and found an issue where the plugin freezes the browser during the game over animation. I haven't been able to reproduce this behavior outside of the game, so I'm not sure where the exact issue lies.
I created a project on CodePlex and uploaded the code. ...
-
You should check out Awake by Dream Theater as well. http://is.gd/Lbk
Also, if you like instrumental, try Liquid Tension Experiment. http://is.gd/Lbi
-
I'm not sure if you saw my tweet. You should really check out Dream Theater, IMO the best progressive metal band.
-
[quote user="ankitavyas"]
It's not working though
If you go to that link, I already post, what's not working.
Matt has to suggest something here.
[/quote]
I noticed the error in the XAML view in my project, but it compiles and runs for me.
This is very easy to fix. Just surround the TextBlock and TextBox with a ...
-
I created the beginnings of a scrollable textbox control. You might want to use something like this until an updated textbox control is available.
http://programwith.net/2008/04/13/ScrollingTextBoxInSilverlight2Beta1.aspx
-
Try adding a ContentControl in your root element, then have buttons (or whatever control you want to use to control navigation) to load that content control's Content property with your user control.
As an example, create a new Siverlight project, and add two Silverlight Controls to the project. Go ahead and leave the default ...
-
Try the method in this blog post to resize your whole app at once.
http://www.jeffblankenburg.com/2008/04/how-about-some-code-simple-resizing-in.html