LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

menu ring scroll bar width

I have a VI that uses a menu ring for selecting a test property.  I need to use it on a computer with a touch screen, but cannot figure out how to widen the scroll bar to make it finger friendly.  None of my searches have turned up anything about menu rings, and the ones I have found regarding other controls do not appear applicable.

Jim

LV 2020
0 Kudos
Message 1 of 14
(4,548 Views)

If you right click on the menu ring, select Properties. Under Appearance, you can size the control to whatever size your fingers are.

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 2 of 14
(4,541 Views)

I can resize the control by clicking and dragging the lower right corner of the control as well, but I cannot do that to the scroll bar.

Jim

LV 2020
0 Kudos
Message 3 of 14
(4,535 Views)

My bad, sorry. I cannot find anything about the scroll bar specifically, either.

 

C.

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 4 of 14
(4,512 Views)

Where is there a scrollbar that's related to a menu ring? I can't find it.

 

One way to get a larger scrollbar:

  place a horizontal progress bar:

  change to control

  change to "no fill"

  edit it (STD if you want slider width changes to stick, TD if you're ok with copy/paste)

  show parts window

  select "Slider, Needle or Thumb"

  Make it as wide as you like

  Color it

 

slider.png

 

Oh, cool! If you find a nice picture the size you want, make the Slider that size then right click it and "import picture from clipboard".

 

Are you talking about the scrollbars for the whole window?

0 Kudos
Message 5 of 14
(4,494 Views)

The scrollbar is there if you have a large menu, say 20 or more items.

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 6 of 14
(4,487 Views)

Oh, I see it now. Thanks!

 

Scrollbars are OS-based, right? Afraid I can't help. I suppose I'd code up a VI that pops up when someone selects what they think is the ring.

0 Kudos
Message 7 of 14
(4,485 Views)

Hi lmtis,

 

Unfortunately there is not a way for you to change the size of the scroll bar that shows up automatically when there are enough items in your Menu Ring.

 

Todd had a good suggestion. You could make an event that triggers when you click the Menu Ring. This could launch another VI that you could design yourself to be appropriate for your touch panel, which would allow you to select the right selection, and pass this information back to the Menu Ring programmatically.

 

I hope this helps!

Emily C
Applications Engineer
National Instruments
0 Kudos
Message 8 of 14
(4,441 Views)

Hi Emily,

 

Thanks for your reply.  Unfortunately although it it probably accurate, I would rate that as an F- answer.  How can a programming language that proclaims to be all about user interfaces, in a time when touch screens are getting silly cheap, not allow for easy optimization for touch screen interface?

 

Might I suggest an opportunity for your develpoers here?

 

Thanks,

Jim 

Jim

LV 2020
0 Kudos
Message 9 of 14
(4,430 Views)

Hi lmtis,

 

I apologize that I could not give a better answer. Unfortunately at this point in time, the automatic scroll bar for Menu Rings doesn't have those capabilities.

 

Have you used the LabVIEW Developer Exchange before? This section of our community allows customer to give feedback to R&D. You can create new suggestions and vote on other people's suggestions, and R&D looks through this forum when deciding what to implement in new versions of LabVIEW. I think this would be a great suggestion for you to add!

 

Thank you,

Emily C
Applications Engineer
National Instruments
Message 10 of 14
(4,412 Views)