LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is there a mouse roll event?

Hi all,
 
I want to roll a Multicolumn listbox with the mouse roller. The best would be an event case, because I use an event structure.
I can´t solve it with the mouse related events, so is there any possibility to make it?
 
regards
Mitulatbati
0 Kudos
Message 1 of 12
(3,999 Views)

NO. There is no Mouse Roll event for the Multicolumn Listbox even in LV 8.5.

Why do you need it ? What re you trying to achieve with it ?

Can you be a bit elaborate ?

What is your LV version ?

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 12
(3,996 Views)

Hi,

Well, I have a monitor resolution of 1024 x 768, and a multicolumn listbox with more than 100 rows. It is no problem to scroll with the scrollbar, but it would be more confortable to roll with the mouse. It´s clear, that there is no roll mouse event, but isn´t there any tricky solution to solve this? How can I process the mouse roller activities at all?

 

regards

0 Kudos
Message 3 of 12
(3,990 Views)

A search can do some wonders:

http://forums.ni.com/ni/board/message?board.id=170&message.id=179264#M179264


___________________
Try to take over the world!
Message 4 of 12
(3,988 Views)

tst,

That link of Jonnie's says "Page not found"...

Can you please post the Vi, if you ve ?

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 5 of 12
(3,982 Views)

I was thinking more of reply 12.

Also, I'm sure you can get to Hamilton's site through Google.


___________________
Try to take over the world!
Message 6 of 12
(3,978 Views)

The key is the Acquire input data.vi, which has an "axis" output cluster with a "scrolling" element.

I have to monitor this, and when the value is negativ => a scroll down happened, when positiv=> scroll up happened.

regards

MB

Message 7 of 12
(3,972 Views)

Another cool thing is that starting in LabVIEW 8.0 (I think), listboxes, tables, and tree controls scroll automatically with the mouse scroll wheel...no code required.

-D

0 Kudos
Message 8 of 12
(3,961 Views)
Wait, in labview 8.2 a mouse roll will scroll a multicolumn listbox automatically already.  There is no event generated, but the listbox scrolls fine.
-Devin
I got 99 problems but 8.6 ain't one.
0 Kudos
Message 9 of 12
(3,930 Views)

@billings11 wrote:
Wait, in labview 8.2 a mouse roll will scroll a multicolumn listbox automatically already.  There is no event generated, but the listbox scrolls fine.

Isn't that what I just said?  😉  This behavior was added in LabVIEW 8.0.

-D

0 Kudos
Message 10 of 12
(3,924 Views)