Images not loaded in layout fullscreen mode


I noticed that the follow images:



dhtmlxLayout/samples/init/fullscreen_init/codebase/imgs/dhxwins_dhx_blue/active/icon_normal.gif
dhtmlxLayout/codebase/imgs/dhxlayout_dhx_blue/dhxlayout_bg.gif
dhtmlxLayout/samples/init/fullscreen_init/codebase/imgs/dhxwins_dhx_blue/inactive/icon_normal.gif



won’t load when using the layout fullscreen mode. So i’ve been searching and i found out that your online example contains the same problem:



dhtmlx.com/docs/products/dht … creen.html



I also searched the Knowlegde Base for this problem but i didn’t find anything about it. Is there a ‘bug-fix’ or something for this problem?

Right,

You should use dhxLayout.setImagePath() for this.

If you’d like to keep layout’s images away from windows images you should do the following:

change path to images in dhtmlxlayout.js here:
this.dhxWins.setImagePath(this.imagePath);

Layout used dhtmlxWindows and they inherit image path from layout.
In fullscreened demo those images are not visible anyway and so there is no matter to attach them