I have this EFS created by the wizard. It was working fine until I changed the color of the message to the Triggered List. I also just upgraded to the esignal 7.9. The error as shown in the output is: Reference Error: Action is not defined
Here is the offending efs code?
//{{EFSWizard_Actions
//{{EFSWizard_Action_1
function onAction1() {
if (vLastAlert != 1) Alert.addToList(getSymbol(), "IBM ", Color.RGB(0,0,0), Color.RGB(255,0,0));
vLastAlert = 1;
}
Please help. I tried to change the color back, but that did not help either. The EFS works if I remove that line entirely.
Here is the offending efs code?
//{{EFSWizard_Actions
//{{EFSWizard_Action_1
function onAction1() {
if (vLastAlert != 1) Alert.addToList(getSymbol(), "IBM ", Color.RGB(0,0,0), Color.RGB(255,0,0));
vLastAlert = 1;
}
Please help. I tried to change the color back, but that did not help either. The EFS works if I remove that line entirely.
Comment