Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Redirect links

Image RemovedImage Added

Filters can access the list control in the instance list handlers using the method avListManager.avVisualList.

This allows filters and command handlers to directly access the list control displayed by the instance list handler, provided that:

...

This allows filters to make minor changes to the appearance of the instance list.

For example, if the instance list normally looks like this:

Image Added Image Removed
 
You could modify it from the filter , so that it looks like this:
Image RemovedImage Added
 
Using code in the filter's uInitialize routine that looks like this:
Image RemovedImage Added 

Note
Note

...

: See warnings for this feature - this feature is only intended for limited changes to the appearance of the list. The changes you make can conflict with existing instance list features.

See shipped examples DF_T72* (In the VLF-ONE shipped demo, Examples --> Advanced --> Control Instance List 2). Also see Low Level Direct Access To The Visualization List in VLF-ONE Instance Lists.