LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I discard the active cell notification?

Hi!
I would like to know how I can remove the active cell notification.
I made a simple program to test a table function.
After finishing to insert a data in the table programatically, if i have used the scroll bar, the active cell notification appeared.
Is there any method to discard the active cell notification ? When I selected the buttons on the main panel, the active cell notification disappeared.
In a view of user interface, I think this active cell notification is not good.
It looks like something wrong in my program.

Thank in advence.

Heedone Jang
0 Kudos
Message 1 of 3
(3,094 Views)
If the control is "Hot", then it will show the current Active cell with the selection highlight color. If you don't want to see that, then change the table to a control mode of "indicator" and it won't display the selected cell highlighted.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 3
(3,094 Views)
I changed the table to a control mode of "indicator" and "grid" but it still displayed the active cell notification. Is there any other solution?
Thank you.
0 Kudos
Message 3 of 3
(3,094 Views)