简体   繁体   中英

How to execute a custom writer in Spotfire Analyst?

I am investigating how my team can extend the Spotfire Framework specifically by developing C# AddIns. I was checking out example projects included in the Developer SDK, specifically the " SpotfireDeveloper.CustomDataWriterExample ".

So what I did is I created a new "TIBCO Spotfire Extention_VS" using Visual Studio and copied all of the classes from the example project. I ran my project (ie TIBCO Spotfire Extention_VS1), it loads my Extention fine but I have no idea how to trigger that custom data writer now using the UI (I am new to Spotfire Analyst).

Should I be looking at the File -> Export menu?

I have managed to get that working. I had a few problems with my project.

  1. I had to add

    /loadallmodules /addmodulefolder:"D:...\\10.0\\SDK\\MyExtentions\\Build\\Modules" to "Command line argumets" in Debug menu:

在此处输入图片说明

  1. I was using Spotfire SDK version 10.1 with Spotfire Analyst 10.0. Apparently, they are not compatible. I had to download Spotfire SDK 10.0 and that worked fine with my Analyst 10.0

The end result, I was able to see my custom data writer export type in the Save as dropdown: 在此处输入图片说明

PS: I have 2 projects that implemented the custom data writer that's why I have duplicates in the export type list

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM