Hi,
I would like to dynamically change a hover string on tabs.
I use setPrompt() method on Tab object, and newly provided string is shown on tab only in case when I set it before the tab is attached to TabSet. If I invoke setPrompt() method later, the prompt string is not changed.
Is it a bug? How can I workaround this?
Thanks in advance.
I would like to dynamically change a hover string on tabs.
I use setPrompt() method on Tab object, and newly provided string is shown on tab only in case when I set it before the tab is attached to TabSet. If I invoke setPrompt() method later, the prompt string is not changed.
Is it a bug? How can I workaround this?
Thanks in advance.
Comment