add button in rtc client for verify snapshot
When I create a snapshot in rtc I would like this to be able to be verified before saving it. So I would like to include a "verify" button in the GUI so that I can verify some characteristics of the snapshot such as whether the snapshot is scoped to the project or that it meets a particular naming convention. How can I do this? Do I need to create a plugin to do this? Do you have any suggestion to make my job easier?
i would like to do this for RTC version 6.0.6, what kind of sdk should i install? client side? thanks in advance
Accepted answer
I do not know if you can add buttons to existing UI elements. That would be an Eclipse and not a Jazz question. I have found away to add context menus to some jazz items. See https://rsjazz.wordpress.com/2014/02/21/adding-context-menus-for-jazz-objects-to-the-rtc-eclipse-client/ .
Comments
If you use a workspace like the aforementioned, be careful with which API you use where. the server API is only available in the server, the client API only in the client. The common API in both. See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ and https://rsjazz.wordpress.com/2013/03/14/what-apis-are-available-for-rtc-and-what-can-you-extend/