08-13-2015 01:28 PM
Instead of "hide" you can "disable". Is that good enough?
08-13-2015 11:02 PM
Thanks for all the replies!
Haha I just want to hide maybe a numeric value or some icon in just the block diagram. If I want to put a text label, how do I change it to the same colour as the background? I tried it but I don't know how to change the colour?
08-14-2015 12:09 AM
08-14-2015 07:22 AM - edited 08-14-2015 07:23 AM
@BowenM wrote:
Oddly enough I've used that in an actual program.
Yup I've demonstrated something similar with 7-zip here. I didn't feel like having an external dependency so the 7-zip binary is embedded in the VI which is saved and ran. I've done similar things for embedding an image in a VI, that is used for report generation, where the tool I was using needed a path to the image, and again I didn't see a need to ever update the image externally.
Oh and I agree with everyone else, there is very few reasons you would want to hide your code and I suspect you should not.
How would you feel if you opened a text document written in C++ and the document was blank because the font was set to white on a white background, making you think the document is empty but actually has code? This is source we are talking about, don't try to hide it.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
08-14-2015 08:07 AM
@lamela wrote:
Thanks for all the replies!
Haha I just want to hide maybe a numeric value or some icon in just the block diagram. If I want to put a text label, how do I change it to the same colour as the background? I tried it but I don't know how to change the colour?
just select the numeric and use arrow keys to move it under a function. Or if you just want to mess with someone, take a screen dump of some code and lay it on top of your actual code ...
/Y
08-14-2015 08:23 AM
The struggle in this thread between people trying to warn OP that what he really wants to do is pretty ill advised, and people suggesting really diabolical ways for him to achieve his goal, is pretty interesting.
08-14-2015 08:41 AM
I'm nothing but helpful, and enjoy practical jokes. >:]
/Y
08-14-2015 08:49 AM
@Verywiseguy wrote:
The struggle in this thread between people trying to warn OP that what he really wants to do is pretty ill advised, and people suggesting really diabolical ways for him to achieve his goal, is pretty interesting.
Many years ago in a land far far away...
I read the book named "A whack on the Side of the Head" which at that time was subtiltled "A guide to crative thinking".
I liked it so much I loaned it out many times to others. In that book he mentions that "bad ideas" should not be brushed off when brain-storming. Sometimes the "bad idea" can be inspiration for good ideas.
I encourage creative thinking when I get a chance and the OP idea was a thought that may on the surface be a bad idea, but when you start twisting the concept we find new thoughts tht we may not have previously considered.
Ben