The dropdown image is missing.
I am using Rubberblack as the theme.
On the webpage it is looking in the image directory not the rubberblack/image direcrtory for the image.
Any fix?
Gary
Somehow I don't seem to have any igdd_* images on my machine anywhere. I can find lots of ig_*, also some igcombo_*, igmenu_*, igsch_*, but no igdd_DropDownButtonHover
This means whenever I hover over a webDropDown, the image changes to the "not found" image, which is a different size, so the whole page jiggles down a few pixels below that point.
I've looked in 6 editions of NetAdvantage Images folders, and no igdd images..!?
Remove this:
imageDirectory="~/ig_common/Images/"
and it will work fine. The correct image location is in <ig res> / Theme_name / images, for example:
~/ig_res/Appletini/images/igdd_ ...
Thanks,
Angel
Has there been any response on this? I'm having the same problem. No matter what i set my theme or style to, the drop down box points to /ig_common/Images/igdd_DropDownButton.png for the image. (Which doesn't exist on my machine for some reason)
this is the source. This image is in iq_res/rubberblack/images
src="ig_common/Images/igdd_DropDownButton.png"
web.config:
<infragistics.web enableAppStyling="true" styleSetName="RubberBlack" styleSetPath="~/ig_res" imageDirectory="~/ig_common/Images/" javaScriptDirectory="~/ig_common/scripts" />
How do you set the StyleSet ? Have you made any other styling changes?