dhuff Posted July 17, 2003 Report Share Posted July 17, 2003 I think it would be uesful to have custom decorations. things like small pictures to explain things, or ability to put text on the front panel. I know you can use controls or indicators, but decorations on the panel might help, and they don't need extra CPU to compute them every time. (Copyright notices, user help text, big pictures of what the button does, etc. on the front panel right next to the controls) And what about the ability to programmatically place the pictures / text decorations on the panel. This would be very helpful to people who need help with source code control, or ability to put the warning text on a whole library full of files at a time. dhuff Quote Link to comment
Ton Plomp Posted February 22, 2008 Report Share Posted February 22, 2008 QUOTE(dhuff @ Jul 17 2003, 11:04 PM) I think it would be uesful to have custom decorations. things like small pictures to explain things, or ability to put text on the front panel. I know you can use controls or indicators, but decorations on the panel might help, and they don't need extra CPU to compute them every time. (Copyright notices, user help text, big pictures of what the button does, etc. on the front panel right next to the controls) And what about the ability to programmatically place the pictures / text decorations on the panel. This would be very helpful to people who need help with source code control, or ability to put the warning text on a whole library full of files at a time. dhuff Did anyone have success doing this? I would like to create a decoration constant on the BD (a picture constant is OK as well). Ton Quote Link to comment
crelf Posted February 22, 2008 Report Share Posted February 22, 2008 QUOTE(tcplomp @ Feb 21 2008, 06:12 AM) Did anyone have success doing this? I do it all the time, and for exactly the reasons mentioned. That said, I use http://forums.lavag.org/LabVIEW-VI-Scripting-f29.html' target="_blank">the technique that I can't talk about. Quote Link to comment
Ton Plomp Posted February 22, 2008 Report Share Posted February 22, 2008 QUOTE(crelf @ Feb 21 2008, 04:50 PM) I do it all the time, and for exactly the reasons mentioned. That said, I use http://forums.lavag.org/LabVIEW-VI-Scripting-f29.html' target="_blank">the technique that I can't talk about. I tried to do it. But even using the PMS I can't find a method to store an image on a BD. This is just an exercise, but could become usefull to obfuscate programs. And since when can't you talk about scripting. It isn't april the first. Ton Quote Link to comment
Aristos Queue Posted February 22, 2008 Report Share Posted February 22, 2008 You could drop a picture ring constant onto the diagram -- there's a scripting method for setting the picture in a picture ring. Quote Link to comment
Norm Kirchner Posted February 22, 2008 Report Share Posted February 22, 2008 Your best method would be to paste from clipboard, and have a separate VI that reads the image out to a control that you copy to the clipboard. I did this in my handy dandy wizard creator to put the custom graphic on the upper left of the wizard window. 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.