LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why would a control have the customize option dimmed out when it is right clicked?

A numeric control in one of the examples has the customize option dimmed out when right clicked. Why would that be? Is there a way to get it into the control editor or saved as a control?
0 Kudos
Message 1 of 12
(4,131 Views)
Could you tell us which control in which example you are discussing? 😉 What is your LabVIEW version?
0 Kudos
Message 2 of 12
(4,127 Views)
I'm using LabVIEW 7 and the control is in the examples section. It is the numeric control in the select signals vi that is under vi templates.
0 Kudos
Message 3 of 12
(4,110 Views)
Sorry, your description is not sufficient for me.
 
Can you give the full path name of the example?
0 Kudos
Message 4 of 12
(4,104 Views)
He's probably looking at a dialog control. Many of those cannot be customized.
0 Kudos
Message 5 of 12
(4,099 Views)
That was my first guess, but then I did a quick check under LabVIEW 8 and they can in fact be customized, it seems. Thus I abandoned that thought.
 
Checking with LabVIEW 7.1 now..... Yes, prior to LabVIEW 8.0, it seems that most controls from the dialog palette cannot be customized. 🙂
0 Kudos
Message 6 of 12
(4,091 Views)
Thanks all for the information. It does not look like any of the controls available on the controls pallet. Even if it can't be customized, is there a way to get it saved as a control?
0 Kudos
Message 7 of 12
(4,087 Views)

I found the example you are talking about and it is in fact a dialog control. They are on the Dialog Controls palette.

Message Edited by Dennis Knutson on 08-25-2006 12:27 PM

Message 8 of 12
(4,085 Views)
Just to clarify my earlier statement:
 
While customization was greyed out prior to LabVIEW 8.0 for items in the dialog (=system) palette, even LabVIEW 8.0+ does not allow much customization. For example if I try to customize the "System Numeric" control, the "wrench" is still greyed out and the only thing I can do is resize the control horizontally in the control editor.
 
This is as expected!
 
Dialog (system) controls inherit their visual appearance from the OS, and the same control will look different under Windows XP, Windows 2000, or MAC, etc. They adapt to the desktop theme, including fonts, font colors, and other colors, etc.. The attached Image shows the same pair of controls and how they change appearance if I switch the desktop theme between "Windows XP" and "Windows Classic".

Customization would make no sense, because the appearance is determined by the OS, not by you. 🙂
 

Message Edited by altenbach on 08-25-2006 02:19 PM

0 Kudos
Message 9 of 12
(4,067 Views)
For completeness, here's another possible scenario where "customize" can be greyed out on ANY control:
 
The control editor apparently only allows once instance of itself. This means that if you currently have the control editor open to customize one control, you cannot customize any other control until you close the existing control editor first! If you try anyway, the customize option will be greyed out.
 
Personally, this puzzles me and I wonder why we have this limitation at all. It would be often useful to customize multiple controls at the same time, for example to copy and paste elements between them.
 
One example that would benefit from allowing multiple control editor windows open is:
 
 
So, why is there a restriction? Is this something that can be relaxed in the future? NI?!
Message 10 of 12
(3,993 Views)