Hello,
I tried to use a button into a chart to show a line (by a OnButtonDblClk command). I have done it to show this line, but I can't hide this line after that. I explain, I can't get back to the code to authorize this function once again.
I saw the example of code : rectanglebo.efs but this code is not obvious to me.
What is the sense of these lines :
- nA = getGlobalValue("nA"+getInvokerID());
and
- drawTextRelative(5, 20, sLabel+"@URL=EFS:click", null, null,
(precisely, in this line, I don't undertand "@URL=EFS:click" - is there online documentation about this ?)
and
- function click() {
(I looked for a call of this function and found nothing)
To my code, the best would be a symetrical button :
when the line is hidden, this button would allow to show it (with a specific label, like "SHOW THE LINE"), and when the line is visible, the same button would allow to hide it (with a second specific label like "HIDE THE LINE").
Thank you in advance for your help or guidance.
I tried to use a button into a chart to show a line (by a OnButtonDblClk command). I have done it to show this line, but I can't hide this line after that. I explain, I can't get back to the code to authorize this function once again.
I saw the example of code : rectanglebo.efs but this code is not obvious to me.
What is the sense of these lines :
- nA = getGlobalValue("nA"+getInvokerID());
and
- drawTextRelative(5, 20, sLabel+"@URL=EFS:click", null, null,
(precisely, in this line, I don't undertand "@URL=EFS:click" - is there online documentation about this ?)
and
- function click() {
(I looked for a call of this function and found nothing)
To my code, the best would be a symetrical button :
when the line is hidden, this button would allow to show it (with a specific label, like "SHOW THE LINE"), and when the line is visible, the same button would allow to hide it (with a second specific label like "HIDE THE LINE").
Thank you in advance for your help or guidance.
Comment