Advanced Forum Search Results
-
I'm trying to make a scroller with SL2 as seen here: http://www.vectorform.com/silverlight/
However, I'm not quite sure how I can implement the actual scrolling when a left or right button is clicked. Also how would I make it so that once it hits the last image on either the left or right it won't scroll any more.
Any ideas?
-
I'm trying to create an animation in which I have a textbox go from 0 width to 100 width... however, when I change the width property, it always extends out to the right and I want the textbox to expand out to the left instead.
How do I go about fixing this?
-
[quote user="jay nanavati"]
Hey, there is also very good tutorial about developing 3d tag cloud here:
http://blogs.tamtam.nl/peterg/2009/02/13/CreatingA3DTagcloudInSilverlightPart1.aspx
[/quote]
I've tried this tutorial before as well, but again I had problems. Is there a download for the source code for this ...
-
Is the Mark Monster tag cloud supposed to move around according to mouse movements? Because mine isn't moving and I copied pasted his code...
-
I'm trying to follow this tutorial:
http://mark.mymonster.nl/2008/07/31/creating-a-silverlight-tagcloud-usercontrol/
however am having some problems...
Could someone who understands this tutorial help me out?
I've created a new SL app in VS2008, and added a new public class CloudItem to the project.
However, where does ...
-
I'm trying to follow this tutorial: http://mark.mymonster.nl/2008/07/31/creating-a-silverlight-tagcloud-usercontrol/ however am having some problems...
Could someone who understands this tutorial help me out?
I've created a new SL app in VS2008, and added a new public class CloudItem to the project.
However, where does the rest of ...
-
Thanks thats close enough.
-
I have an animation made up in Blend in which a textbox expands from a width of 0 to 150. There is text in the textbox so while it is expanding the words jump from being on three lines to being on one by the time the animation is completed (i.e. textbox is now of width 150). This looks rather unpleasant and even annoying so I was wondering if ...
-
Figured it out... my ClientBin hadn't copied over correctly.
Wasted many hours before finally figuring this out.
-
Tried that...
Here's what I have:
.xaml application/xaml+xml
.xap application/x-silverlight-app and also tried application/octet-stream
also have .xbap in there too.
Furthermore, I tried all the steps on this page too: ...