imgs combo form

hola

I have a problem .

the path of the images of a combo does not take them, I get that you do not see the paht.

“NetworkError: 404 Not Found - http:…/combo_select.gif”

{type: “combo”, label: “Depto” , offsetTop:8, id:“id_depto”, name:“id_depto”, connector:"./xml.php?accion=depto", filter:“true”, inputWidth: 200 , validate: “NotEmpty”},

{type: "combo", label: "Ciudad" , offsetTop:8, id:"id_ciudad", name:"id_ciudad" ,connector:"./xml.php?accion=ciudad", inputWidth: 200 ,validate: "NotEmpty"} ,

thanks.

Hola
You need to set the image path for combo:

window.dhx_globalImgPath="../dhtmlxCombo/codebase/imgs/";