Hello
For some reason I am getting a :
ReferenceError: getChartBG is not defined when using getChart BG.
The strange this is on checking the efs with the syntax checker I get and No Syntax Errors but on loading the chart I get the above errormessage.
On loading the below code I get the error message.
Any suggestons?
Thanks in anticipation
P
[php] function preMain() {
setStudyTitle("Test");
setPriceStudy(true);
setShowCursorLabel(false);
}
function main(){
var nMyChartBgColor = getChartBG();
} [/php ]
For some reason I am getting a :
ReferenceError: getChartBG is not defined when using getChart BG.
The strange this is on checking the efs with the syntax checker I get and No Syntax Errors but on loading the chart I get the above errormessage.
On loading the below code I get the error message.
Any suggestons?
Thanks in anticipation
P
[php] function preMain() {
setStudyTitle("Test");
setPriceStudy(true);
setShowCursorLabel(false);
}
function main(){
var nMyChartBgColor = getChartBG();
} [/php ]
Comment