11-16-2012 04:22 PM
All,
Is it possible to load a Pict Ring with a *.png file that I access from a database?
I believe there are two taks being described:
Task 1 is to get from the database the name of the *.png file
Task 2 is to take that file and use it to populate a Pict Ring.
I can load the Pict Ring from the clipboard, but the customer wants to be able to load different images.
LabView 2011 RT
can it be done?
Thanks,
Carmine
11-19-2012 09:33 AM
Hi Carmine,
According to the Help file for Picture Rings, you must copy a picture to the clipboard to bring it into a Picture Ring.
LabVIEW 2011 Help: http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/addingpictitemstoringcntrl/
However, I did find this example that programmatically puts a picture on a clipboard. It may be a good starting place for your application.
Example: https://decibel.ni.com/content/docs/DOC-6740
Good luck on your project!
Regards,
Alexandra Valiton