main logo
Subject: Problems in CB 6.1
Author: A Datta
Posted: 2001/03/18 02:07:30
 
View Entire Thread
New Search


I have downloaded the Codebook 6.1 full version. While trying to get this version to work found the following problems (till now):

=================
1. cSecurityLabel
=================

cSecCtl.vcx has 'cSecurityLabel' class in it. That is why cSecure.vcx always reappear in the project.

====================
2. Class based menus
====================

When using class based menus, MainMenu has 'AdministrationPad' in its '.cChildList'. But
the framework creates 'odministrationPad' instead of 'oAdministrationPad'. This results in
'Unknown member oAdministrationPad' error whenever the 'goApp.oMaintoolbar.SetEnabled()' is called. Running any form which is based on 'cBaseModalForm' will result in this error.

The probable trouble spot is cChildListCollection.LoadChildren() which has the following line:
lcChildName = "o" + SUBSTR(lcClass, 2)
This replaces the first character from '.cChildList' names with 'o'. This is how 'odministrationPad' get its name.

What is the proper solution?

======================
3. Setting of Resource
======================
Already pointed out in Message #6221


Shouldn't the files at download site be updated?

Regards
A. Datta
(aadatta .at. vsnl DO.T com)
 
©2001 A Datta
<-- Prior Message New Search Next Message -->