LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I reset the Labview GDI(Graphic Design Interface)

Hello Kenny,

 

You can send the code through the e-mail communication that is going on in parallel.

 

Can you try this?

How big is the code?

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 11 of 13
(885 Views)
I will pop back when not mobile but. you are still using copies of refs to the sub panel vi. likely LabVIEW is somewhat confused about closing the ref while a branch is still in scope. Buggy? yes but.....

"Should be" isn't "Is" -Jay
0 Kudos
Message 12 of 13
(874 Views)

Hello guys,

 

After a lot of troubleshooting the following issue was detected.

 

It looks as though the Active X control is the problem with this application.  The "GDI Object leak" seems to be the fault of the ActiveX control in SymFacX.ocx.

- The control calls SetMetaFileBitsEx() within it's constructor, which creates a GDI object.

- The control does not call DeleteMetaFile() in it's destructor, so the GDI object is not deleted.

 

Since there are hundreds of these controls on each subpanel (that never get deleted) the count keeps rising until we hit the max (10k).

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
Message 13 of 13
(842 Views)