Hi,
I have a problem with the new dhtmlx 3.0 version.
The dhtmlxWindows appears behind a flash object so there are not visible.
I my case is this the anychart object.
With 2.6 i had no problem.
Is something changed?
Regards,
William
Hi,
I have a problem with the new dhtmlx 3.0 version.
The dhtmlxWindows appears behind a flash object so there are not visible.
I my case is this the anychart object.
With 2.6 i had no problem.
Is something changed?
Regards,
William
Hi,
The 2.6 version created an iframe backing for any IE version. The 3.0 - only for IE6. This iframe solves the problem with selects in IE6.
In order to create the iframe in all browsers. You may modify dhtmlxwindows.js as follows:
locate line
this._engineSetWindowBody =
and place
this._isIE6= true;
before it
Thanx Alexandra,
This works!
Althoug i don’t understand why dhtmlxWindows appears behind flash objects in non IE 6 versions?
I prefer not to change the dhtmlxwindows.js to avoid problems with the next update of dhtmlx.
Regards,
William
I am now facing the same problem in version 3.5.
A dhtmlxWindows appears behind a flash object.
Is there anyway to solve this problem in 3.5?
Regards,
William