LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Cklee

Bookmark Manager: Add VI Source (List of VI-Refs or Names) to Application Event "Bookmark Info Change"

Status: Completed

Multiple Bookmark Manager performance improvements are implemented in LabVIEW 2015, including the improvements described in this idea

If you have open the Bookmark Manager and
you change one bookmark, the Manager gets an "Bookmark Info Change" event and reloads all bookmarks from all
VIs in the project. The event that triggers the update is the
application event "Bookmark Info Change". At this event there is no
info in which vis a bookmark has changed. If the event would provide the info which VIs have changed,
the Bookmark Manager would be able to reload only the bookmarks from this particular vis.
On larger projects the Bookmark Manager needs minutes (Time and CPU
load) to update the whole list. The additional event data node can be an array of vi names or references.

 

This changes will fixed also the EventQ Problem of the Bookmark Manager. If the Bookmark Manager is open and you change several Bookmarks the manager reloads all VIs for x times because everey change generates a "Bookmakrs Info Change" Event.

2 Comments
sassyaspy
Member

This idea was just implemented in LabVIEW 2015, tracked by CAR 484767. Thanks for the suggestion!

Darren
Proven Zealot
Status changed to: Completed

Multiple Bookmark Manager performance improvements are implemented in LabVIEW 2015, including the improvements described in this idea