Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

API

Showing 323 of 4796

Deploy co-branding package across several spotfire server installs in an automated manner

As an OEM partner, we are creating co-brading package using Spotfire package builder and then deploying it through Spotfire server or package builder. This is however a manual effort and requires an expert & documentation to perform this. As...
about 8 years ago in Spotfire / API 0 Future Consideration

Provide API to execute custom code when an unhandled Exception happens leading to a crash

Hi, We are looking for ways to handle Spotfire crashs ... I know that in 'Diagnostics & logging' we can turn on 'Display detailed error message' option so that any un-handled exception is caught and exception window shows up (and possibly a d...
about 8 years ago in Spotfire / API 0 Future Consideration

Callback to set auto-title for Visualization mods

Spotfire's auto-title feature for built-in visualizations is a nice time-saving feature. It would be good if visualization Mods also could change their titles based on their axis configuration when auto-title was used.
about 4 years ago in Spotfire / Mods 0 Future Consideration

Allow the selection/identification of individual bars/pie pieces etc. when writing automation code against web mashup visualizations

When developing a web app that uses web mashup to display visualizations, it would be very useful to be able to identify individual sections of a visualization for automation purposes. Example: To be able to identify each individual bar or pie pie...
over 8 years ago in Spotfire / API 0 Future Consideration

API to change DataFunction's UpdateBehavior from manual to automatic without trigger function execution

I am using API to add data function and execute then do some other stuff(create graph,etc), func.Execute((bool done) => { if (done) { applicationThread.InvokeAsynchronously(applicationInvocationSuccess); } else { applicationThread.InvokeAsynch...
over 8 years ago in Spotfire / API 0 Future Consideration

API to detect that a visualization is closing

We created some custom visualizations that add calculated columns to the source data table. When we close the visualization, we would like to drop the added columns. We are looking for an API that is invoked when the visual is closing/closed. So t...
about 4 years ago in Spotfire / API 0 Future Consideration

Move Spotfire SDK sample code to GitHub to allow others to improve/comment

Having one single GitHub repository for Spotfire SDK sample code means that non-TIBCO resources could help contribute. In particular, it would allow additional commenting (which would be really handy to better document differences between the Desk...
about 4 years ago in Spotfire / API 0 Future Consideration

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<TableCe...
over 4 years ago in Spotfire / API 1 Already exists

WebPlayer custom context menu grouping

I have a custom tool based on: Spotfire.Dxp.Application.Extension.CustomTool<Spotfire.Dxp.Application.Visuals.Visualization> I register it in a custom menu group in pkdesk with: IntendedClient="Any" The custom tool is displayed in the custom...
over 4 years ago in Spotfire / API 0 Future Consideration

Customize the BusyIndicator object's animation

We would like to define our own animation when using a BusyIndicator type object. An instance of this class that can be used when implementing new extensions, for example a new visualization, in order to notify the user that something is loading, ...
over 8 years ago in Spotfire / API 0 Future Consideration