Categories | Question details Back To List | ||||||||
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 Answer posted by Support on Jan 22, 2009 04:37 Could you please provide a source code? Answer posted by John Lagos on Jan 22, 2009 05:03 You want a source code of what? JL Answer posted by Support on Jan 22, 2009 05:23 >>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. Answer posted on Jan 22, 2009 05:49 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 Attachments (1)
Answer posted by Support on Jan 22, 2009 05:58 Could you please specify used doctype and html/body styles? Answer posted on Jan 22, 2009 06:56
Before I try the Composer, everything works fine!
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
I have no style for the BODY.
Thanks,
JL Answer posted by Support on Jan 22, 2009 07:57 Try to add the following style: html, body { width: 100%: height: 100%; margin: 0px; overflow: hidden; } |