schaeff
|
| Posted: 06/23/2002, 2:19 PM |
|
I just found that when renaming a Label that has an Action (not Custom Code) attached to it, the action code does not get updated.
Renaming UserLogin to UserName results in:
function UserName_BeforeShow() { //UserName_BeforeShow @35-0D5ED049
//Retrieve Value for Control @37-40FF041E
global $UserLogin;
$UserLogin->SetValue(CCGetSession("UserLogin"));
//End Retrieve Value for Control
} //Close UserName_BeforeShow @35-FCB6E20C
This produces an error since $UserLogin is not defined.
|
|
|
 |
DaveRexel
|
| Posted: 06/23/2002, 4:26 PM |
|
schaeff,
You're right, re-naming a Label that has an Action (not Custom Code) attached to it: Changes to the Label Components Name does not update Action Properties Panel or generated code to reflect the change.
I have the same problem with CCS default Actions and my plug-in versions.
It would seem that the IDE is not aware of the Properties Panel for Actions.
Have you reported this issue via the support site?
Hope this will be fixed soon.
Greetings,
Dave
|
|
|
 |
|