Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image AddedImage Removed

Filters can access the list control in instance list handlers using 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 Removed
Image Added
 
You could modify it from the filter, so that it looks like this:
Image Removed
Image Added
 
Using code in the filter's uInitialize routine that looks like this:
Image Removed
 Image 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.