04-13-2008 04:15 PM
04-13-2008 04:28 PM
DWendelboe wrote:
More often than not, when I try to select a control or indicator on a tab, the whole tab becomes selected.
04-13-2008 07:08 PM
I'm using LV 8.5. Looking into this closer, it seems to be happening with custom controls that I put together and set as strict typedef. This one particular control has two indicators (string arrays of 20 elements), two numeric indicators (int32 array of 20 elements, and some header text. All this is grouped into a cluster. When this custom control set is placed on the tab it is very sensitive to where it may be selected. It will select if I click directly on an indicator in the cluster. If I click on any background space in the cluster control, the tab selects. I cannot send the whole VI, but I've attached the offending control. Try placing it on a blank tab control. Click on and blank space in the cluster recessed area, and the whole tab selects. Click in the middle of any individual control in the cluster and the custom control selects.
I guess its not as bad as I thought now that I see where it is happening. I am using a number of strict typedef compound controls in this project, however.
Thanks for you help.
04-14-2008 08:39 PM
04-14-2008 09:11 PM
04-20-2008 10:09 AM
I have noticed the same behaviour on several versions of Labview. What I do to get around this, is use the shift key along with the left mouse button, and individually click on the items that I want to work with (this is the classic multiple select method). It allows me to select items on the tabbed control without high-lighting the tab itself. Possibly not the most elegant of solutions, but it works.
Dave