Hi all,
for initialization I have task to do with many of my controls on the front panel. So I use the property node of the front panel to get an array of references to the controls.
All worked fine but now I structured my controls using a tab control. The very strange thing is, that on my development computer all works but on the "production" system it doesn't. I found the reason: on the production system I just get a reference to the tab control itself but not to the controls inside the tab control. I know how to get all controls inside the tab control -- that's not the problem.
But I'd like to know, why two computers behave differently?
I use LV 7.0 DSC (on
the production system all runs in LV 7.0 DSC RTS). I tested the application using the dev system and the runtime system on both systems: on the the dev system I get the controls inside the tab control and on the "production" system I don't. Identical ".exe", identical code, identical installation base, alway reproducable, no difference between dev system and run time system but between the two computers.
What could be different and have an influence?
Thanks for any idea.
Cheers,
Carsten