09-19-2023 11:18 AM
Hi, did anyone create a smaller icon version of LabVIEW's Variant to Data ?
I think it takes way too much space.
Solved! Go to Solution.
09-19-2023 11:37 AM
You can do it yourself if you make a *.VIM file and put nothing but the "Variant to Data" VI in there, then make the icon smaller than the standard 32x32 and select a connection pane that works with your smaller icon. Look up "Malleable VIs" or VIMs if you don't know what I mean by that.
It's not that big of an icon though to worry that much about reducing it, and VIM's aren't perfect. It may create more problems that it solves.
09-19-2023 11:45 AM
I like the size because the input is perfectly aligned with the vast majority of the connector panes of anything I wire to it.
09-19-2023 04:56 PM
09-19-2023 05:31 PM
This is so nice, I thought I would need a Polymorphic SubVI for alle the different possible type inputs. Your version is so much better.
09-19-2023 06:48 PM
Just remember that VIMs have their own set of problems. Just make sure you're not causing more issues than you're solving. A cosmetic fix just isn't worth creating potential pitfalls in your code.
09-19-2023 07:36 PM
Gee, I was being sarcastic, making the icon as small as I could.
09-20-2023 12:44 AM
Sarcastic only about the size or also about using .vim here?
09-20-2023 08:28 AM
@Quiztus2 wrote:
Sarcastic only about the size or also about using .vim here?
Just the size. I don't have a problem with malleable VIs (though they can be quirky at times).
09-20-2023 10:32 AM
@paul_a_cardinale wrote:
@Quiztus2 wrote:
Sarcastic only about the size or also about using .vim here?
Just the size. I don't have a problem with malleable VIs (though they can be quirky at times).
That's what I mean. Is this "quirkiness" worth the cosmetic fix?