02-05-2009 08:29 AM
Hi all!
I would like to make picture at start of application to fade out (same size as front panel) in order to get menu which was previously in the back ground of the same picture. Can someone please give me an idea for that?
Thanks,
Vedran
02-05-2009 09:18 AM
Vedran,
there are many options, but all condense down to: transparency.
I think the easiest method is to use a seperate VI (splash screen) and use the Front Panel Window:Run VI Transparently Property to fade the whole VI frontpanel out.
This might get a bit tricky for positioning under different resolutions of the systems the application should run on, but still quite easy to solve.
hope this helps,
Norbert
PS: Please note that when faded out, the splash screen VI has to be quit.
02-05-2009 09:40 AM
02-05-2009 09:46 AM
Thank you guys very much. I'll give it a try, particulary the idea with pic in other VI with tagged transparency for loop control.
Thanks one again, regards
Vedran
02-05-2009 10:10 AM
As i'm thinking of adding a splash screen to our project i tried the ideas mentioned and found a bug.
Removing Title bar slow the transition by a factor 4!
With 20 ms loops i get a beutiful 2 sec transition on my modal application with 0% tranparacy (custom setting), but removing the Show Title bar makes it a ~8 sec transition, any ideas?
/Y
02-05-2009 12:40 PM
02-06-2009 09:20 AM
02-06-2009 10:17 AM
It works properly in 8.2.1 as well. Try running this in 8.2.
Regards,
Wiebe.
02-06-2009 11:00 AM
Based on the advice from Wiebe I made my splash screen fade out using transparency.
Oddly enough, on a batch of PCs that are clones of each other (identical HW, with the OS imaged from a single source) it fades out at different speeds. Some run far slower than the others, and I have no idea why!
02-09-2009 06:29 AM
I just tried the 8.2.1 you posted and it worked fine ... for 15 secs 🙂
I noticed my splash is alot bigger, so i copied your picture 3 times and tried it again, and most of the behaviour is back.