Re: Why does a strictly Typed Control cause error 1082

2004-03-30 Thread Ken S
Hello,

I=92m glad to hear you found a workaround for this issue.

There is nothing you have done wrong in your program to cause this.
There doesn=92t have to be any relationship between the strictly typed
VI and the VI which is throwing the error.  The error can actually be
replicated by two independently running VIs.

Our RD engineers are currently working on this issue.

Ken S.
National Instruments



Re: Why does a strictly Typed Control cause error 1082

2004-03-25 Thread Ken S
Hello,

I think a similar issue has already been reported to our Research and
Development department, and they are currently working on it.  Could
you post your code so that I can make sure this is the same issue that
has been reported?

I can also take a look at your code and see if I can find a workaround
for you.  The important thing here is to have the Main VI, the sub VI
and the strictly typedef=92ed control.

Thanks,
Ken S.
National Instruments



Why does a strictly Typed Control cause error 1082

2004-03-24 Thread mlenz
I have a main VI which has strictly typed clusters for user control. I
load a subVI into a subpanel within the main VI.  When I run the Main
VI, everthing works fine until I change a value within the one of the
strictly typed clusters.  I get an Error 1082 for the subVI.  None of
the strictyly typed clusters are in the SubVI.

If I do not load the SubVI, changing the values in the strictly typed
cluster produces no error.

Any help on what might be the problem here?