Layout Collapse images not showing

Hi Guys,

I have a basic 3L layout declared as:

var dhxLayout = new dhtmlXLayoutObject("ezDeskTop", "3L"); dhxLayout.cont.obj._offsetTop = 60; dhxLayout.setSizes(); dhxLayout.cells("a").setText("Object Browser"); dhxLayout.cells("b").setText("Fact Sheet"); dhxLayout.cells("c").setText("Object Properties");
Everything is fine except I cannot see the collapse and expand images. They are there because when I position the mouse, it changes and the collapse / expand is perform3ed when I click. But I can’t see them???

The whole effect may be seen here:

[url]http://development.eazy-gen.com/index.php[/url]

Any help would be very much appreciated.

S

Hi,

probably the issue is alsready solved

It is solved.

Many thanks for your help.

S

So what was done to correct this problem? I am experiencing the same thing.
Thank you,
Tim

I had to ensure that my setImagePath() statements (don’t forget setIconPath() either) were correct, but I also had to copy all the images for the skin I was using to a folder beneath my images folder.

So, at first, I had my images folder configured like this:

client
– imgs

… and it didn’t work. But now I have

client
– imgs
---- dhxwins_dhx_skyblue

The images on the windows (maximise etc) are in an image file called: “buttons.gif”.

So my URL to this is:

client/imgs/dhxwins_dhx_skyblue/buttons.gif

It works well enough, but you have to copy these images here - you can’t just point to them using setImagePath() etc (I believe). There is an element of hard-coding in the suite.

Please correct me if I am wrong, or ask further questions if this is not clear.

S

Perfect! That was it.
Thank you!
Tim

Welcome