07-19-2007 07:36 PM
07-20-2007 02:00 AM - edited 07-20-2007 02:00 AM
Message Edited by Bill@NGC on 07-20-2007 12:00 AM
07-20-2007 05:08 PM
07-23-2007 07:59 AM
As I understand it....
The "strict" stuff applies to GUI's only, not the diagram.
Ben
02-23-2022 02:48 AM - edited 02-23-2022 02:53 AM
In LabVIEW 2018, this problem was not fixed.
The grayed item of strict type def was displayed normally in a control on front panel, as shown in attachment.
Can you tell me some update?
labmaster.
02-23-2022 07:04 AM - edited 02-23-2022 07:06 AM
@Ben wrote:
As I understand it....
The "strict" stuff applies to GUI's only, not the diagram.
Ben
True. However there is an exception: If you have the right stuff enabled, when you right-click on a Ring or Enum constant, one of the items is "Act as Strict TypeDef Constant".
Also, "Disabled" has always only affected run-time, not edit-time. Which of course is how it should be. Sometimes i have an Enum with the first item being "Select" and grayed out and disabled. I need to set a control to that value when editing, but prevent it from being selected when running.
02-23-2022 08:05 AM
@paul_cardinale wrote:
@Ben wrote:
As I understand it....
The "strict" stuff applies to GUI's only, not the diagram.
Ben
True. However there is an exception: If you have the right stuff enabled, when you right-click on a Ring or Enum constant, one of the items is "Act as Strict TypeDef Constant".
Also, "Disabled" has always only affected run-time, not edit-time. Which of course is how it should be. Sometimes i have an Enum with the first item being "Select" and grayed out and disabled. I need to set a control to that value when editing, but prevent it from being selected when running.
True, "strictly" speaking.
02-23-2022 08:06 AM
@labmaster wrote:
In LabVIEW 2018, this problem was not fixed.
The grayed item of strict type def was displayed normally in a control on front panel, as shown in attachment.
Can you tell me some update?
labmaster.
And it's still not a bug.
02-23-2022 08:16 PM
Thank you.
I checked the operation is not a problem in runtime.
labmaster.