How to add Tool tip information or popup window while creating the Stream or Component
Hi All,
Can we add the tooltip information or pop window while creating the Stream or Component?
When I create the stream then while clicking on textbox or we can say at the time of saving the stream, Pop up would come and show the description about the stream naming convention/pattern.
I want to know the feasibility of this task in RTC. Thanks in Advance.
Accepted answer
You could develop your own Eclipse plugin which adds a context menu action for creating a stream or component (which could show whatever UI you want), and teach users to use that action instead of the existing actions.
Otherwise there's no way to modify the current UI behavior in the RTC rich-clients.
Comments
Thank you David and Ralph for your solution.
This can also be done: I would discourage its usage though: https://rsjazz.wordpress.com/2014/03/24/hiding-ui-contributions-in-the-rtc-eclipse-client/