peterr
Posts: 5971
|
| Posted: 03/22/2006, 3:52 PM |
|
Hi all,
We're testing a new CCS 3.0 update patch which should be released in couple days.
If anyone would like to try it, help us test it, or simply experiencing too many problems that hopefully are resolved - you can already download the upcoming patch from http://download.yessoftware.com/CCS_3.0.3.0.exe
The list of fixed issues will be published with the official patch release.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
roeya
Posts: 181
|
| Posted: 03/23/2006, 5:59 AM |
|
Bug while generating the store example
To reproduce:
File->New->Project -> Select Solution Tabs , Then select Store
While in the Add New Project Dialog
Select Language as Perl 5.0 with Templates and press OK
After the code is generated goto
Project -> Publish Project
in the Project Settings Dialog press OK
Click Yes in the incompelete data dialog to create the path
The project is generated till it gets:
....
Generating "Admin\AdmProducts"
Generating "Admin\AdmUserRecord"
Error:Style sheet compilation error
Description: A reference to variable or parameter 'controlPath' cannot be resolved. The variable or parameter may not be defined, or it may not be in scope.
Please contact product support.
Publish Project - 0 critical error(s), 1 error(s), 0 warning(s)
_________________
http://www.infoneto.com/ |
 |
 |
roeya
Posts: 181
|
| Posted: 03/23/2006, 7:20 AM |
|
Ignoring the minor bug above
I checked the new version for couple of hours trying the sorts of things that did not worked on the CCS 3.0.2.2
and it works better -
1. created labels inside HTML tags - such as <div id={label}>
2. created labels inside JavaScript functions:
function foo()
{
var a = {label};
}
3. Copied components form page to page - wonderful
4. Moved labels and translation in design view without problems
5. Easier to handle code gneration for events in Perl - Great!
So far great work Next I'll try to convert our HR Apllication GUI from CCS 3.0.2.2 to CCS 3.0.3.0 If this works then CCS 3.0 is ready for production.
One improtant bug left:
When I create a folder in the application and inside it I create an includable page
If this page will be included from the root path then all the image HREFs are wrong (it refrences ../Styles and not Styles)
You should have logic in the generated code to fix paths in includable pages according to the page that contains them (I did it in an old home grown framework - can provide help if needed for the perl version)
_________________
http://www.infoneto.com/ |
 |
 |
lneisius
Posts: 29
|
| Posted: 03/26/2006, 7:04 AM |
|
Will not install under Windows 98...
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 03/27/2006, 11:53 AM |
|
lneisius
Have you seen this post?? http://forums.codecharge.com/posts.php?post_id=73078&s_keyword=3.0.3+win98
|
 |
 |
|