Forum Discussion

GunterM's avatar
GunterM
Regular Visitor
8 years ago
Solved

registerOnSelectCallback not firing

Hi,   Using the information provided on Handling Visual Selection I did successfully implement cross-selection in my custom Visual using the SelectionBuilder and SelectionManager objects. Since all...
  • ChrisWilliams's avatar
    8 years ago

    If you are working with the Developer Visual, this is a known issue that Microsoft says will be fixed in a future version of the Custom Visual SDK.

     

    For me, I compiled my visual to a package, added it as a custom visual, and finished my bookmark implementation that way.  Yes, performing many iterations watching console messages.  It's actually not that hard to implement support for bookmarks once you understand how they operate and whether your visual does selection or filtering etc.

     

    Good luck,

     

    Chris