Hello,
I’m sure this is a dumb question but I am having trouble referencing the widget name in the listener event. I have the listener even first in the code. Then in the scene:createScene I have the code to create the widget. But when I try to check the status of checkbox widget in the listener event I get the error - attempt to index global ‘chkSaveEmail’ (a nil value). I assume this is because the widget is created after. How do I reference it though? I will want an event such as a Save button to see what all is checked, entered, etc.
Thanks,
Warren