Hello, I have a template with a button that opens a pop up window. I want each instance of the template to open up a pop up window and send its instance parameter.
I have heaterNumber as a parameter of the pop up window, and AAA as the template parameter. I don't get any errors but it always opens the same window even though there are many instances of the template with different template parameter..
That's right! I did selected additional instances though and it's still not creating new ones for each instance of the template. they all seam to default to the one with the parameter as 1
Have you confirmed that each template is receiving the correct value where it is used? Add a label component and bind the label's value to the parameter.
This may be a different problem:
I have checkboxes in the pop up window with this indirect tag binding
[default]XYZ/bHeater{2}ThermocouplesSelected[{1}]
{1} is set by the template repeater component. {2} is that parameter im passing from template instance to pop up window.
How do I verify the result of the indirect binding? because the tags don't change to true when I check the checkboxes.
Also, the checkboxes reset everytime i close and reopen the popup