Masaki Hiraoka Posted February 19, 2020 Share Posted February 19, 2020 I am developing a custom C # .Net program on SpotFire. It is assumed that this program is always running while SpotFire is running. If a user changes the active page on SpotFire, we want to detect it with this program. Is there a way to do this According to our research, we hope that we can catch the change of "ActivePageReference", but I don't know how to do it. Also, the following page describes how to create an event trigger, but it is unknown how to apply this to "ActivePageReference" https://community.spotfire.com/wiki/using-event-triggers-tibco-spotfirer-document-model-framework-api Would you tell me if anyone knows you Thank you. Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted February 19, 2020 Share Posted February 19, 2020 Attached a sample test tool which creates a trigger on active page change. Also some references, https://community.spotfire.com/wiki/using-events-tibco-spotfire-document-model-framework-api https://community.spotfire.com/wiki/event-handlers-tibco-spotfirer-api-minimal-example Link to comment Share on other sites More sharing options...
Masaki Hiraoka Posted February 20, 2020 Author Share Posted February 20, 2020 Thank you By referring to the program presented, we succeeded in capturing changes in the active page. It seems that we can do what we want. It was very helpful! 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