02-20-2005 01:47 PM
02-20-2005 02:21 PM
02-20-2005 02:48 PM
02-20-2005 09:53 PM
07-15-2025 12:33 PM
I would like a NI updated response to this issue. I'm experiencing a similar issue with Labview 2024.
07-15-2025 01:03 PM
Hi Life,
@Life-longLearner wrote:
I would like a NI updated response to this issue.
It's not an "issue", it's the defined behaviour of "system-style" frontpanel elements…
@Life-longLearner wrote:
I'm experiencing a similar issue with Labview 2024.
Please define "similar" with respect to the OP question!
07-15-2025 01:37 PM
When trying to highlight the active cell of a single-row Multicolumn Listbox ("Sensor Type"), I'm feeding the CellBG color value from a different Multicolumn Listbox ("I.D. Number"). "I.D. Number" is a single-column Multicolumn Listbox, and its active cell highlights correctly. However, there is no change to any of the the cell background colors of the "Sensor Type" Multicolumn Listbox. I'd be happy to provide additional information, but I'm not sure what you need.
07-15-2025 02:19 PM
Hi Life,
@Life-longLearner wrote:
When trying to highlight the active cell of a single-row Multicolumn Listbox ("Sensor Type"), I'm feeding the CellBG color value from a different Multicolumn Listbox
Where do you set/define the ActiveCell(s)?
07-16-2025 07:46 AM
I have the ActiveCell defined as shown below. That wire diagram also shows my current configuration of the other parameters. It allows for the highlighting of the ActiveCell. It also allows, for the most part, the un-highlighting of the 1st cell, when the 1st cell is not selected. However, there is still a dotted box around the text of the 1st cell as shown in the other screenshot. I have the Selection Mode set to not highlight the entire row. When I turned Highlight Entire Row on and turned SelColor to transparent, the actual SelColor was not transparent but was translucent. Therefore, I determined the current configuration was my best option. Now I just want to eliminate the dotted box around the text. It does go away when I click off of the listbox.
07-17-2025 01:22 AM
@Life-longLearner wrote:
I have the ActiveCell defined as shown below. That wire diagram also shows my current configuration of the other parameters. It allows for the highlighting of the ActiveCell. It also allows, for the most part, the un-highlighting of the 1st cell, when the 1st cell is not selected. However, there is still a dotted box around the text of the 1st cell as shown in the other screenshot. I have the Selection Mode set to not highlight the entire row. When I turned Highlight Entire Row on and turned SelColor to transparent, the actual SelColor was not transparent but was translucent. Therefore, I determined the current configuration was my best option. Now I just want to eliminate the dotted box around the text. It does go away when I click off of the listbox.
Well, that's not the same code you showed before, and it's only a partial image of the code, but if you don't care about the value of the control, you can disable it (or make it an indicator and feed it a value of -1, so that it's not selected) and just keep your existing code for highlighting a specific cell (with whatever logic you have for cancelling it later).