Welcome Guest Search | Active Topics | Sign In | Register

Missing Images in Treeview display Options
Bob Price
Posted: Tuesday, September 14, 2010 3:46:39 AM
Rank: Newbie
Groups: Member

Joined: 5/18/2009
Posts: 2
My customer has a problem with an application we supplied that uses a Treeview. The Treeview uses default images and has no special formatting. Normally it works fine but sometimes, and this is more frequent when the website is accessed over SSL, the + image fails to display with the browser replacing it with the missing image placeholder. Watching the interaction between the client and server using Fiddler does not reveal any HTTP errors.

Has anyone any ideas what might be going wrong?
eo_support
Posted: Tuesday, September 14, 2010 10:16:57 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You may want to try to use physical image files. By default the TreeView uses "built-in" images that are rendered directly from the DLL through a HttpHandler. All the handlers have the same file name but with different argument lists. Sometimes the long argument lists would trigger certain Url blocking plug-ins.

To use physical image files, you would simply editing the corresponding property and give it a real image name. To edit the TreeView line images, you would edit the TreeView.LineImages.Urls property (this is a list of Urls, you will need to click the "..." next to the property to edit each of them.

You can find all image files we use in a file Images.zip in the installation folder.

Thanks!
Bob Price
Posted: Wednesday, September 15, 2010 5:16:49 AM
Rank: Newbie
Groups: Member

Joined: 5/18/2009
Posts: 2
Hi

Thanks for the suggestion. I have some doubts as to whether this will change the behaviour because I don't believe our test environment performs any url checking, however it is worth a try.

Thanks

Bob


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.