LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

programatically add pictures to ring

Hi

How to programatically add pictures to a picture ring?

0 Kudos
Message 1 of 9
(4,684 Views)

Hi swathi,

afaik, this is not supported and i'm not sure if scripting can handle it.

You can use an array of picture controls instead of it.

 

Mike

0 Kudos
Message 2 of 9
(4,671 Views)
ok.Thanks for your reply..
0 Kudos
Message 3 of 9
(4,662 Views)

The scripting interface does not have this functionality, either, and requires the full development environment (hard to deploy).

 

What are you trying to do?

 

The array of picture controls mentioned above is a good option, as is a simple picture control you load images into.  You can get custom pop-up menus to imitate the selection list of a pict ring.  You can probably produce the interface you want, but it may take a bit of work.

0 Kudos
Message 4 of 9
(4,642 Views)
You can programmatically add pictures to a Listbox. If your pictures are tiny, maybe this would work for you.
Richard






0 Kudos
Message 5 of 9
(4,628 Views)

I know this post is old, so maybe someone has already figured out how to do this.

 

I did this by creating an executable using AutoHotKey.  Attatched is the *.vi and *.exe you'll need.  The original AutoHotkey script is also attached, but not needed.

 

For anyone who is interested, AutoHotkey is a great tool for automating redundant procedures.  It's also great for creating short cut keys for tasks you do all the time.

http://www.autohotkey.com/

Message 6 of 9
(3,865 Views)

hi, can you save and upload the vi on LV2013 ? thanks

0 Kudos
Message 7 of 9
(3,775 Views)

See attached.

 

Hope this helps you!

Message 8 of 9
(3,731 Views)

yes, this will do the job. not what i was expecting (scripting ) but it works.

 

thanks.

0 Kudos
Message 9 of 9
(3,665 Views)