Know your place in life [Free PlaceImage control makes it easy to add placeholder images to any WPF, Silverlight, or Windows Phone application!]

**

This blog has moved to a new location and comments have been disabled.

All old posts, new posts, and comments can be found on The blog of dlaa.me.

See you there!

Comments

  • Anonymous
    September 11, 2011
    I hope you will create a NuGet package for this?

  • Anonymous
    September 12, 2011
    Luan Nguyen, I've created NuGet packages for assemblies I released in the past few months (search for "Delay" on http://nuget.org/), but for something like PlaceImage where I expect most folks will just reference the source code file directly, I haven't created a package just because it didn't seem most folks would consider it useful. Do you recommend otherwise?

  • Anonymous
    October 25, 2011
    Hi David Anson, I want to use your PlaceImage control and PhonePerformance control in one class. Can I do it?

  • Anonymous
    October 25, 2011
    Tom Zhou, I think you'd need to merge the code a bit to get that to work because LowProfileImageLoader only works with Image instances. But the concepts seem to apply pretty directly to PlaceImage as well, so I'd expect it to be pretty straightforward to make the changes to try this out!

  • Anonymous
    March 12, 2012
    good job,thanks david i have combined the placeimge and lowprofileimageloader in placeimage used the following code: in placeimage: if (null != _frontImage)            {                if (!System.ComponentModel.DesignerProperties.GetIsInDesignMode(this))                {                    Delay.LowProfileImageLoader.SetUriSource(this, ((BitmapImage)this.Source).UriSource);                }            }   it work well now,thanks

  • Anonymous
    March 12, 2012
    kevin, Cool - neat idea! :)

  • Anonymous
    July 09, 2012
    The comment has been removed