Hi Everybody,
I have started learning Ignition. I am new to Ignition Scripting. I would like to know if anyone can help with binding ButtonClicked event to the Numeric Text Field to display how many time button is clicked.
Hi Everybody,
I have started learning Ignition. I am new to Ignition Scripting. I would like to know if anyone can help with binding ButtonClicked event to the Numeric Text Field to display how many time button is clicked.
@Duffanator I appreciate your quick response. I tried that script but I am running into Error. I have attached the screenshot below.
Hmmm… are you using perspective or vision?
I am using Vision in Ignition V8.
I don’t know, I just tried it in Ignition 8 and it works fine. Can you post a screen shot of your code?
Try using event.source.parent.getComponent().
It does work now. I appreciate your help. @Duffanator @pturmel