I just recently had this issue come up, but I went back to a project my company is working on with a survey and noticed in navigating through that when using Windows XP the Web Slider cannot be used though it displays. (You cannot slide it one way or the other, nor can you click on the increment buttons). When viewing in Vista the images are also missing. (both in IE 7).
Thoughts? We're sortof at a loss here.
Hi,
I assume that you use slider with default css and images. Please verify that your project has local ig_res directory which contains subdirectories Default and Default/images. If you use different "Theme", then subdirectories with coresponding "Theme" name should be in ig_res. Different "Theme" can be defined in webconfig or by StyleSetName/SetPath properties.
Check if there are ~/ig_res/Default/ig_slider.css and ~/ig_res/Default/images/igsli_*.gif files.
To debug you may create a temporary page which contains only WebSlider with default settings and test if images appear at design and run time. If there are styles and images, then you should create ig_res and copy there required files. All "Theme" files for ig_res are provided by installation.
All of the files are there. I guess I'll do some more digging.
*EDIT*
Looks like the files never copied properly to our production server. Problem solved.
Looks like I spoke to soon. The images are back, but I still can't actually change the values on the web slider. I get the "hand" when hovering over the end buttons, but they do nothing, nor can I use the slider bar itself.
I can not explain that. Try to create a temporary AJAX website and test a page which contains only slider and scriptmanager. Run it in debug mode and look at loaded Script Documents. They should contain around 12-14 embedded scripts. First is probably WebForm_xx and last is WebSlider. You also may look at source of generated html and check if it contains scripts withSys.WebForms.PageRequestManager...and$create(Infragistics.Web.UI.WebSlider...