Ernesto Araya Posted January 20, 2019 Share Posted January 20, 2019 As a quick summary I'm developing a few CustomVisualViews for Spotfire with html+js and C# and a special view that configs the appearance of all the others and I need to save (in the dxp file) and share that common configuration across those views in real time, stuff like font-size, colors, etc. but I feel like I'm going in the wrong direction. I'm quite new to programming Spotfire extensions, if you can point me in the right direction for this that would be great. Ideally I want to use a Dictionary or something alike with a list of key-value pairs. So far I'm trying to use a class that inherits from CustomNode that have a UndoableDictionary and Triggers to notify and update the views but none of it is working, I don't know how to even initialize something like that. Please assume that I have a very crude understanding of Spotfire workflow. Link to comment Share on other sites More sharing options...
Andreas Laestadius Posted January 22, 2019 Share Posted January 22, 2019 Hi Seraph, The SDK examples should contain enough info for you to get going on the custom visual view development, but have you considered going the JSViz route https://community.spotfire.com/wiki/javascript-visualization-framework-jsvi... The JSViz plug in can short cut the need to code all the behind-the-scenes event handling on your own, and focus on the visualization. If you want to dig into more about triggers and event handling, please have a look here: https://community.spotfire.com/wiki/event-handlers-tibco-spotfirer-api-mini... https://community.spotfire.com/wiki/using-event-triggers-tibco-spotfirer-do... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now