Jump to content

zxcatzeyez

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

zxcatzeyez's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi All, I found a bug with the 'Set Variant Attribute' VI in LV8. It seems that the VI will NOT replace a parameter value. I have attached a test VI that illustrates this problem. When you run the VI, the 'String' parameter of 'Cluster In' should be changed from "Help" to "Worked" then displayed in 'Cluster Out'. Instead, the VI adds a duplicate parameter and the text "1 Attribute(s):" :thumbdown: Variant Into 'Set Variant Attribute.vi': 'Numeric' -> 1.000E+0 'String' -> "Help" Variant Out of 'Set Variant Attribute.vi': 'Numeric' -> 1.000E+0 'String' -> "Help" 1 Attribute(s): 'String' -> "Worked" Can someone take a look and verify that this is indeed a bug. Have Fun. Jon Download File:post-4769-1156437695.vi Back again. After looking at the problem again i think i found the issue. User Error! There is NO attributes in the variant! I am tring to change the value of 'String' -> and it is not an attribute. Back to the drawing board. Later. Jon
  2. Hi everyone, I am working with a custumized version of a LV8 tree control and am tring to highlight a tree item when the user right clicks an item. The default action of the LV8 tree control is to display the shortcut menu for the CONTROL not the ITEM CLICKED. Using the 'Point to Row Column' method, I am able to detect which item is right-clicked but if the item clicked is NOT the item that is highlighted, the click item is not highlighted when the shortcut-menu is displayed. Does anyone know if: a) this is a bug? b) there is a programatic property/method to highlight a tree item? c) any other way to highlight a tree item when it is right-clicked. Thanks for any help you can offer. Jon
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.