Takes an event structure and rearrange the frames so that they appear in alphabetic order
After discovering that the existing sort function doesn't work, I made a shortcut menu plug-in to rearrange the frames on an event structure so the appear in alphabetic order
LabVIEW 2015
1.Copy the llb to one of the seach paths described in the shortcut plug-in documentation
using LV2016, I see the option in the short cut menu, but can't seem to get it to apply to any event structures.
anyone have success with this?
I was seeing similar issues. I have the "separate compiled code" flag checked in that VI. I'm wondering if there's a LabVIEW bug where it doesn't realize it needs to recompile for the newer version.
Some things that might help:
I think the plugins are loaded when you launch the development environment so you'll have to close out and reopen LabVIEW
> I think the plugins are loaded when you launch the development environment so you'll have to close out and reopen LabVIEW
There's a helper VI to avoid having to quit and restart. After you make an edit, open and run
resource\plugins\PopupMenus\support\Refresh Menus.vi
There's a helper VI to avoid having to quit and restart. After you make an edit, open and run
resource\plugins\PopupMenus\support\Refresh Menus.vi
Thanks, AristosQueue! This totally worked.
Thanks so much nanocyte.