libCompiler

With PRO version, I tried the libCompiler.



It generated two files,dhtmlx.js and dhtmlx.css, which I included into my source replacing the numerous included files.

That’s nice, but now my screen is a mess.



I use a Layout with six grids. There is no Layout and just one of the six Grids are drawn,

and this one without the surrounding graphs.



It seems that something is missing from the produced package.



Please, have any suggestions?



Thanks in advance,

John

Could you please provide a source code?


You want a source code of what?



JL

It seems that something is missing from the produced package.
The package includes all functionality of component and chosen skin for all components. Package not includes - extra css files with additional skins for menu/toolbar/window.
If you have used them , or layout with skin different from one included in package it may result in messed view.


I use the following:



dhtmlXLayoutObject(layoutPlayWin, “5I”, “dhx_blue”);



and



dhxPlayWins.setSkin(“aqua_sky”);    …which are chosen into the composer!



Is it a problem if I move the produced packages to another directory from which they are created?  (Of cource, I will modify the path into my source)



I also include the manifest file.



 



Thanks,



JL


manifest.txt (2.86 KB)

Could you please specify used doctype and html/body styles?


 

Before I try the Composer, everything works fine!
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
I have no style for the BODY.
 
Thanks,
JL

Try to add the following style:

html, body {
    width: 100%:
    height: 100%;
    margin: 0px;
    overflow: hidden;
}