04-21-2008 12:24 AM - edited 04-21-2008 12:32 AM
04-21-2008 04:36 AM
04-21-2008 07:24 AM
Hi
Do you mean to use table instead of multicolumn list box? When i tried using invoke node, I can get the right row & column value by selecting using mouse down event. But now I want to highlight with color that particular selected cell. I still trying to program it. Any suggestion?
04-21-2008 09:10 AM
07-10-2008 11:39 AM
Matthew,
Very cool VI, I learned a lot from it. I was searching the forum to find out how to get rid of that pesky selection box around the first row of the selected row, your VI does it perfectly (set to multicolumn listbox to -1 at beginning, discard valid Mouse Down? events, changing Active Cell color instead). Also liked the use of the feedback node; I've needed to do something similair several times but have just shift registers, which get annoying fast when you have lots and lots of events to wire it through on. Thanks!
Michael
02-05-2009 09:55 AM
Hi everybody!
Can someone enclose the above VI on 8.2 version??? I cant open it...
Thanks in advance
02-06-2009 09:52 PM - edited 02-06-2009 09:53 PM
See next message. For some reason the browser posted the message when I clicked on the Add Attachment link.
02-06-2009 09:52 PM
02-11-2010 10:59 AM
Hello Team,
I have multi column list box and the first column contains a check box...I have an mouse down event structure where i am selecting the check box based on the selection of the row and column but when i am moving the scroll bar, it is giving the row and column index as 0 and 0 and is selecting or deselecting that row...means when i am scrolling it is going to mouse down event and is doing the selection there..but i don't want this when i scroll it should just scroll and not to go to the mouse down event.Please let me know the solution.
02-11-2010 12:39 PM