Skip to Main Content
Spotfire Ideas Portal
Status Already exists
Product Spotfire
Categories API
Created by Guest
Created on Sep 3, 2021

CustomTool<TablePlot> provide access to element at location of context menu invocation

I want to be able to get the value/element (TableCell?) at the location of the context menu invocation. That is, right click on a table cell element and be able to perform operations based on that. (TableCell is not valid for CustomTool<TableCell>, so alternatively making that available would also work.)

  • Attach files
  • Admin
    Magnus Rylander
    Reply
    |
    Sep 9, 2021

    Have you tried this:


    public sealed class MyTablePlotCellTool : CustomTool<TablePlotCellContext>


    Available in the context menu shown when right-clicking a cell in the table.

    https://community.tibco.com/wiki/create-custom-tool-tibco-spotfire#toc-15