Jump to content

Setting class default palette


erikw

Recommended Posts

Is there a way to set the default palette for a LV class using VI scripting?

I'm trying to make a tool that automatically creates palettes for classes, to make it possible to reach all member functions by right-clicking on a wire. I got a pretty good idea on how to create the palettes, except I haven't found any way of setting the class default palettes. Any ideas on this? Or does anyone have any smart tips on class default palettes?

Best regards

Erik

Link to comment

There's a utility which does this here, but it requires installing the JKI RCF for accessing the right click functionality. You can either install it or try adapting the tool to something you can use, like a QD shortcut.

Another option is to set your accessors to be available through property nodes and then you can easily select them just like any other property. This doesn't apply to all the VIs in the class, but if many of them do have a single parameter, it can save you enough time to be worth it. I think it's worth it anyway because it makes the code much cleaner and easier to read.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.