Hi folks, hope ye are well.
I have read quite a bit on this topic but am failing to succeed.
I have a button under ActionPane/ActionPaneTab/ButtonGroup/myButton
the button has method 'clicked'.
Once clicked I wish to call a method on the Form, myMethod.
In the clicked method i have:
void clicked() { FormRun myForm = element.args().caller(); myForm.myMethod(); super(); }
the myMethod() method displayed for me when I hit '.' and I can select it.
On compile it status the "The class FormRun does not contain this method"
Am just a little confused as to why this is not working for me as it seems quiet straight forward.
Any suggestions welcome.
rgds,
K.
*This post is locked for comments