At first all the examples seemed so simple, however, my image was still not showing up when I ran my application.
As it turns out I was placing my image in the incorrect location. I have a Silverlight web application, and as it turns out:
The paths are relative to the .xap file found under [...]
Archive for July, 2008
[Silverlight] Adding an image – Why isn’t the image showing???
[Silverlight, C#] Animations on Transforms…
So I have been creating a little user control which allows me to dynamically create animations from ‘templates’, hook them up to elements, run the animation and then kill the animation once it is complete.
I have created a fadeIn/FadeOut quite successfully, however, when trying to animate a shrink/grow I have ran into an issue.
I cannot [...]
[Silverlight, C#] WebClient Caching Issue
In my project I am let the user do dynamic loads and saves to the server. During this process I found out that given identical URLS, WebClient [and HTTPBrowserRequest] will retrieve cached copies of the retrieved files. As handy as this is, I couldn’t find a way to flag these classes to NOT cache.
Thus, thanks [...]
[Silverlight, C#] TextBox Fuuuuuuuuun!
So this afternoon I dove into the wonderful world of TextBoxes, as I now wanted to add the ability for people to add text to my WYSIWYG drag/drop app. And boy oh boy does this look fun [*rollseyes*]. Tabstops and focus issues oh my!Giving Focus to a TextBox ProgramaticallyWhile I thought this was [...]
[Silverlight, C#] Determining Coords with respect to the application
So I am working with multiple user controls, and I have elements in those user controls that I want to drag/drop them seamlessly between without the user knowing about the fact that the elements were being passed back and forth between user controls.
Originally I had been recursively adding together the Top/Left values all [...]
[Silverlight, C#] Creating Attached "Collection" Properties
Sorry for a lengthy delay in posting… it’s been a frustrating past few weeks. Anyhoot – FINALLY I have a solution for a problem that has been plaguing me for awhile now.
What I wanted to do:I wanted to be able to have a collection of random elements [in my case, a collection of Link [...]
