Can you post something that can be run to see these errors first hand. Just strip down you code to only what is needed to produce the error.
The error you are getting is because you are trying to reference a control that resides with in the struct with out referencing the instance of the st…
I haven’t looked into the time changed event. I am using the timer so I can change the intervals to what ever I want. I’m sure you can do that with …
Thanks you very much Denis. It worked perfectly. I really appreciated your help on this, Steve
Thanks Denis. I trimmed the code down to just the bare minimum and highlighted the one function that is causing the issue. If you press the play but…
Thank you for the reply Denis. I understand that a timer can be put into a struct and not be gc’d. The issue I am having is that the timer stops wor…
Thanks for the reply Rotu. I tried adding the events and setLifetime… after the rollout was built and visible but still the same issue. Here is my st…
Hey thanks for the reply. I am very new to DotNet and know nothing of VB so could you maybe be a little more specific. I tried your tool and it does…
This could also work. insertItem obj theAr 1
This should do it. Just replace the #Modifier with the name of the modifier which holds Param1. paramWire.connect $Point01[#Modified_Object][#Modifi…
Hey thanks lutteral! As soon as I read what you posted it completely made sense to me. I should have figured that the CustomAttributeDef itself doesn…