GDS(Goop Development Suite)

cancel
Showing results for 
Search instead for 
Did you mean: 

Interface icon in Project View

When installing GDS, the Interface Icon was changed so that it looks the same as class icon. How can this be fixed so that it shows the interface icon with white lines? The new icon for class message folder was nice. Is it possible to keep that if GDS are uninstalled?

0 Kudos
Message 1 of 4
(138 Views)

Did you install OpenGDS or the old NI's GDS version?
Interfaces didn't exist when NI's GDS version was releases.
So only OpenGDS supports Interface icons.
If you don't have a Project Provider add-on (which is what GDS is), the icon will be just a blue class icon, one for classes and one type (with white lines) for interfaces.

MikaelH_0-1713156708442.png

 

0 Kudos
Message 2 of 4
(119 Views)

This is the version of GDS that I installed:

nfolk_3-1713164848923.png

This is how the Basic interfaces example before OpenGDS installation (Interfaces have white lines):

nfolk_6-1713165230457.png

 

And this is how it looks after installing OpenGDS (Class and interfaces have same icons):

 

nfolk_7-1713165254074.png

 

If I uninstall OpenGDS, Interfaces icon get white lines again.

 

0 Kudos
Message 3 of 4
(111 Views)

That is a bug, we'll need to fix.
The issue is that for OpenGDS to change the icon to different styles/colors, it's looking for the item in the lvclass-xml file called:
<Property Name="EndevoGOOP_ClassItemIcon" Type="Str">InterfaceBlue</Property>
So if you would add this line in the lvclass file you'll get the correct icon.
But since it's missing in the interface you created (since you didn't create them with the OpenGDS function) it thinks it's an standard class and uses the default icon.
So we'll update the OpenGDS to use the standard Interface icon if the Property: EndevoGOOP_ClassItemIcon is missing the the class is an interface.
For you you can just right click on the class and change it manually or update the lcvlass file with notepad.

MikaelH_0-1715898907950.png

 

0 Kudos
Message 4 of 4
(24 Views)