LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

fade out/dissolve images

Hi all,
 
is there any possibility to give some animation to a image in LabView? I would like to add some fade in/fade out effect to the "welcome image" of my program (that is, appearing/disapperaing gradually)
 
Any idea?
 
Thanks in advance!
 
Gatet
0 Kudos
Message 1 of 4
(3,231 Views)
Hello Gatet,
 
if you want to create a fade-in or fade-out effect I think you can use the Alpha parameter in the NewBitmapEx function. To see an example pull down the Help menu and open the NI Example Finder. In the Example Finder, activate the search tab and enter the word 'bitmap' in the Keywords frame. The example alphablend.prj should be listed.
 
If that should not work, you can always use the CVI Animation Control to reach your goal. To do so, open your uir-file, pull down the Create menu and select Custom Controls -> Toolslib Controls -> Animation Control. This control is actually a set of pictures. A timer is used to display the pictures one by one, creating a moving image.
 
Success,
Wim
0 Kudos
Message 2 of 4
(3,226 Views)
Oops, I see you were asking how to do it in Labview, not in CVI. I'm afraid you posted your question on the wrong forum Smiley Wink
0 Kudos
Message 3 of 4
(3,224 Views)

Ups... Monday morning... still asleep! Smiley Tongue

Thanks anyway, Wim!

0 Kudos
Message 4 of 4
(3,219 Views)