mlapl1
Posts: 66
|
| Posted: 02/11/2008, 3:29 AM |
|
I am currently experimenting with CCS 4.0.
When I create a grid/search with it on a new page, it produces a page where nothing is visible other than the footer (about how the page is produced with codecharge).
In design mode it shows nothing.
In html mode, it simply shows
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>NewPage2</title>
<meta content="CodeCharge Studio 4.00.00.02" name="GENERATOR">
<link rel="stylesheet" type="text/css" href="Styles/Compact/Style.css">
</head>
<body>
</body>
</html>
As you can see the body is empty.
It does seem to produce various pieces of the grid and search (they are visible in the explorer) but nothing is put together and all stays invisible.
Any solutions? Is my setup wrong? I have never had this problem before.
I am working with a project converted from 3.2
Thanks
Andrew
|