Blank Image Browser

Ribbon for WPF Forum

Posted 15 years ago by Ryan Scholz
Version: 9.1.0500
Avatar
I have just installed Ribbon. I have created a new WPF project in VS2008Pro, and added several images to the resources page. I then created a window with Ribbon, and when I add a button to the ribbon, the icon dialog box is blank. The only folder link that it shows is the root. I have a resources folder in my project that is full of the images that I added to the resources file.

Am I missing something here?

Comments (2)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Ryan,

I believe those resources end up being stored as Embedded Resource items. Whereas in order for WPF and our code to find your images, you'd want to add them directly into a folder in your VS project and set the Build Action to be Resource (via the Properties tool window).

Note that Embedded Resource is different from Resource in terms of discoverability in WPF.


Actipro Software Support

Posted 15 years ago by Ryan Scholz
Avatar
Thanks, that did it.
The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.