Alby Posted December 24, 2005 Report Share Posted December 24, 2005 Anyone interested in changing the shape of a Front Panel ? :thumbup: Hi, this is my firs time here. I didn't Know there were any chances to change the shape of a Front Panel but I'm very interested in doing it. I'd be glad to know the way to do it. So long Quote Link to comment
Yair Posted December 24, 2005 Report Share Posted December 24, 2005 Hi, this is my firs time here. I didn't Know there were any chances to change the shape of a Front Panel but I'm very interested in doing it. I'd be glad to know the way to do it.So long You can see one example for this here. Unfortunately, since LTR (where those VIs were published) went out of business, those VIs are no longer available on their site. I may have some others in one of my other computers, but I will need to search for it. If you want, you can try going to the MSDN (Microsoft Developer Network) and read more about the other functions available in GDI32.dll, but unless you have some experience with calling DLLs from LV, this may be hard for you. There are some tutorials on NIs site for working with external code. Quote Link to comment
Alby Posted December 25, 2005 Report Share Posted December 25, 2005 You can see one example for this here. Unfortunately, since LTR (where those VIs were published) went out of business, those VIs are no longer available on their site. I may have some others in one of my other computers, but I will need to search for it.If you want, you can try going to the MSDN (Microsoft Developer Network) and read more about the other functions available in GDI32.dll, but unless you have some experience with calling DLLs from LV, this may be hard for you. There are some tutorials on NIs site for working with external code. Thank you so much, I'm trying to manage DLL in LabVIEW but I have a lot of problem :headbang: Quote Link to comment
Aitor Solar Posted June 12, 2006 Report Share Posted June 12, 2006 White I can do, but I can't seem to get red to work. I have changed it to work with all colors (a tiny modification: RGB goes to BGR). Saludos, Aitor Download File:post-1450-1150103890.vi Quote Link to comment
Mike Ashe Posted June 12, 2006 Report Share Posted June 12, 2006 I have changed it to work with all colors (a tiny modification: RGB goes to BGR). Thanks Aitor. Nice modification. I am using your new version in a spash screen for a new project now. Great Job! :thumbup: (And thanks again to Irene for starting this :worship: ) Quote Link to comment
Aitor Solar Posted June 13, 2006 Report Share Posted June 13, 2006 I'm glad is useful, though my improvement is really small. LV8 already has the possibility of running a VI with transparency, but I think this is more powerful, as also allows to define a specific color and, so, making "holes" in the front panel. BTW, it doesn't work with remote panels. It's obvious, since it makes a call to a local dll, but just for the record. Saludos, Aitor Quote Link to comment
Neville D Posted June 15, 2006 Report Share Posted June 15, 2006 Recently I created a vi to make window semi/full transparent. I don't know if this function already exists somewhere, but anyway it's free. And I post here now.Irene Hi Irene, there is a new VI 'transparency' property node in LabVIEW 8.0 to do just that. See: Examples>New for LV 8>TransparentVI.vi Neville. Quote Link to comment
John Lokanis Posted September 21, 2007 Report Share Posted September 21, 2007 I put the ideas in the thread to use and made an example of a transparent background splash screen that fades in and then stays visible while a startup process completes. Take a look at the attached VIs to see how this is done. You can replace the graphic with your own to customize this example. Be sure to use the PNG format for your graphic. I recommend Paint.NET as a good free editor for creating PNGs. The one in this example was built by lifting a graphic off NI's website. Hope you find this useful. -John Quote Link to comment
Thoric Posted October 28, 2008 Report Share Posted October 28, 2008 QUOTE (jlokanis @ Sep 20 2007, 10:37 PM) I put the ideas in the thread to use and made an example of a transparent background splash screen that fades in and then stays visible while a startup process completes. Take a look at the attached VIs to see how this is done. You can replace the graphic with your own to customize this example.Be sure to use the PNG format for your graphic. I recommend Paint.NET as a good free editor for creating PNGs. The one in this example was built by lifting a graphic off NI's website. Hope you find this useful. -John Awesome. Thank you very much for sharing this :-) Quote Link to comment
jgcode Posted October 30, 2008 Report Share Posted October 30, 2008 QUOTE (jlokanis @ Sep 21 2007, 05:37 AM) I put the ideas in the thread to use and made an example of a transparent background splash screen that fades in and then stays visible while a startup process completes. Take a look at the attached VIs to see how this is done. You can replace the graphic with your own to customize this example.Be sure to use the PNG format for your graphic. I recommend Paint.NET as a good free editor for creating PNGs. The one in this example was built by lifting a graphic off NI's website. Hope you find this useful. -John John, keep rolling out the magic :thumbup: Beautiful! Quote Link to comment
Popular Post John Lokanis Posted May 6, 2009 Popular Post Report Share Posted May 6, 2009 I have created a new example along the same lines. Instead of fading in, this example overlays a transparent VI on the caller. If the caller does not have an open panel, then it moves up the hierarchy until it finds an open panel and overlays that one. The image is a simple animated gif that spins, showing a time consuming operation is running. I hope this is useful in your UI designs. Download File:post-2411-1241482449.zip -John 3 Quote Link to comment
minzuk Posted May 20, 2009 Report Share Posted May 20, 2009 QUOTE(jlokanis @ May 5 2009, 12:14 AM) I have created a new example along the same lines. Instead of fading in, this example overlays a transparent VI on the caller. If the caller does not have an open panel, then it moves up the hierarchy until it finds an open panel and overlays that one. The image is a simple animated gif that spins, showing a time consuming operation is running.I hope this is useful in your UI designs. http://lavag.org/old_files/post-2411-1241482449.zip'>Download File:post-2411-1241482449.zip -John great!!! fantastic!!! thank you!!!! Quote Link to comment
John Lokanis Posted May 20, 2009 Report Share Posted May 20, 2009 QUOTE (minzuk @ May 19 2009, 01:37 AM) great!!! fantastic!!! thank you!!!! You are welcome! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.