Hi,
I have some buttons I copied from some example ESF code which work fine in a small test ESF program. I copied the same code into a large ESF program (to big to post). It displays the buttons but when I click on them, nothing happens. I put in some debugPrintln statements in the button click code to see if it gets executed, nothing gets displayed.
Any ideas of why they may not work?
So then I thought I would just keep the buttons in a separate esf and pass the information in GLOBAL variables. That works, but all my esf programs in other charts have access to the global variables. So I added a prefix to the global variable in the sending esf and then parse it in the receiving esf so I know which chart the globlal variables are for.
This works, but is there a better way?
Thanks
Tom
I have some buttons I copied from some example ESF code which work fine in a small test ESF program. I copied the same code into a large ESF program (to big to post). It displays the buttons but when I click on them, nothing happens. I put in some debugPrintln statements in the button click code to see if it gets executed, nothing gets displayed.
Any ideas of why they may not work?
So then I thought I would just keep the buttons in a separate esf and pass the information in GLOBAL variables. That works, but all my esf programs in other charts have access to the global variables. So I added a prefix to the global variable in the sending esf and then parse it in the receiving esf so I know which chart the globlal variables are for.
This works, but is there a better way?
Thanks
Tom
Comment