arkasnc
#1
To simulate the crash do the following:
- Press the “Fichiers de log” button.
- The window that open has a layout in it.
- Close the window. Main layout crashes.
Version 4.2 ( dhtmlx,js / dhtmlx.css / skyblue )
If I remove the “layout_logs” creation inside the second window it works.
PLEASE HELP!
[code]
eWay2 Recovery
html, body {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0px;
}
[/code]
arkasnc
#2
ERRATA: Version 4.4 ( not 4.2 )
If you use dhtmlxwindows.js
FIND:
document.body.className = String().replace(/\s{0,}dhxwins_vp_auto/gi, "");
REPLACE:
document.body.className = String(document.body.className).replace(/\s{0,}dhxwins_vp_auto/gi, "");
If you use dhtmlx.js
FIND:
document.body.className=String().replace(/\s{0,}dhxwins_vp_auto/gi,"");
REPLACE:
document.body.className=String(document.body.className).replace(/\s{0,}dhxwins_vp_auto/gi,"");
Is there a new version 4.4 build version available?
Andrei
#3
Hi
update is almost here. follow dhtmlx in a twitter and facebook.