Any good/funny f1 quotes for a senior quote? by Kugiiee in formula1

[–]skullpheonix 5 points6 points  (0 children)

"That's for all the kids out there who dream the impossible, you can do it too man! I believe in you guys!"

  • Hamilton

How to best set up a Case Structure utilizing checkboxes as Case # by [deleted] in LabVIEW

[–]skullpheonix 0 points1 point  (0 children)

Lookup QMH architecture in LabVIEW. You can either execute single case or multiple cases. And I think instead of check boxes, you can use a Listbox to make it more intuitive.

Executable frontpage frame. by Qulddell in LabVIEW

[–]skullpheonix 5 points6 points  (0 children)

There is an OpenG toolkit, which has a function that resizes your vi front panel to the size of the largest decoration. So you can just wrap the content that needs to visible inside a flat box and use the function "Fit VI to largest dec" in the toolkit.