Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by RoyB-new user on Aug 17, 2009 07:46
open dhtmlx forum
libcompiler

New to DHX... seems like a great set of libs. I built a "full suite" and used the "dhtmxgrid step-by-step guide". I get an error "invalid argument" at line 1444. How do I debug this and why would the libcompiler not create good code? Running on a Linux server with PHP 5.1.6

Thanks,
Roy
Answer posted by Support on Aug 17, 2009 09:08
>>How do I debug this and why would the libcompiler not create good code?
Both pro and standard suit contain pre-build dhtmlx lib ( all included ) - dhtmlx_full.zip ( dhtmlx_std_full.zip ) - you can try to use it.

>>why would the libcompiler not create good code?
The only kind of error may occur because of incorrect folder location ( just check the size of final dhtmlx.js - if it is not empty then this problem is not a your case ) 
Answer posted by RoyB-new user on Aug 17, 2009 09:48

it looks like your documentation has a small error.  dtmlx.js should read dhtmlx.js

But, I still cannont make the example work.

 

<html>
<head>
    <title>AJAX Application</title>
    <script src="codebase/dtmlx.js"></script>
    <link rel="STYLESHEET" type="text/css" href="codebase/dhtmlx.css">
</head>

<body>



</body>
</html>
Answer posted by Alex (support) on Aug 18, 2009 02:43