LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

import multiple image in ring control

Hello Sir,
                How to import two different images in same frame of picture ring control?I have two images and put first image on second in same frame.   
0 Kudos
Message 1 of 3
(3,189 Views)
Hello,

From your post, I assume you want to have two images side by side in the same frame. If this is the case, you could always use an image editting environment to combine your two images side by side, then load the combined image into your picture ring control.

If this is not what you are trying to do, please provide a more detailed explanation of the functionality you are looking for.
Manooch H.
National Instruments
0 Kudos
Message 2 of 3
(3,164 Views)
If you do want to show the images side by side, but you don't have access to the original images in order to combine them in an image editor, as Manooch suggested, you also have the option to instead set up two picture rings side by side, without frames, and load one image in each ring. Then you'd have to programmatically change the image in the second ring whenever the user changes the image in the first ring.

I'm attaching a .uir file that shows this.

Luis
0 Kudos
Message 3 of 3
(3,153 Views)