Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jeroen van Gijzel on Nov 04, 2008 08:15
open dhtmlx forum
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:

http://www.dhtmlx.com/docs/products/dhtmlxLayout/samples/init/fullscreen.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?

Answer posted by Support on Nov 05, 2008 04:56
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