User Activity

  • Modified a comment on discussion Open Discussion on ObjectListView

    Thanks for the modification! That helped me as well. I noticed that you also need to change the implementation of HighlightTextRenderer.RegisterNewFilter to use ITextMatchFilter instead of TextMatchFilter. Otherwise an object implementing ITextMatchFilter will never be installed in HighlightTextRenderer. For me the following code works: internal void RegisterNewFilter(IModelFilter newFilter) { ITextMatchFilter textFilter = newFilter as ITextMatchFilter; if (textFilter != null) { Filter = textFilter;...

  • Posted a comment on discussion Open Discussion on ObjectListView

    Thanks for the modification! That helped me as well. I noticed that you also need to change the implementation of HighlightTextRenderer.RegisterNewFilter to use ITextMatchFilter instead of TextMatchFilter. Otherwise an object implementing ITextMatchFilter will never be installed in HighlightTextRenderer. For me the following code works: internal void RegisterNewFilter(IModelFilter newFilter) { ITextMatchFilter textFilter = newFilter as ITextMatchFilter; if (textFilter != null) { Filter = textFilter;...

View All

Personal Data

Username:
ubayer
Joined:
2018-06-05 23:48:52

Projects

  • No projects to display.

Personal Tools