I followed all the deployment instructions and also set up a virtual directory for ig_common on my web site. However, when my users "drill" into a chart, the animation that displays (a rotating set of arrows) is missing on their screen. Instead a small red X (missing image error) displays. I don't get this when using my own PC, but i have the full developers suite on my machine.
What am i missing?
Hello Rob,
The image for the warp is not in the ig_res folder. Do you change the default image that is used by the warp?
You can try setting the image explicitly. Create an images folder in your application and copy ig_progressindicator.gif there. After this set the image path inside initialize panel client side event:
function WebAsyncRefreshPanel1_InitializePanel(oPanel){
//Add code to handle your event here.
oPanel.getProgressIndicator().setImageUrl("images/ig_progressindicator.gif");
}
Hope this helps.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support