Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Implementing a New Command in the standard Filesite Toolbar
ManoloMadrid
Hi everybody:
Mi problem is that I’ve developed a new command button (.Net) in order to email the selected document by email after some transformations on it, and I need that this command can be launched from the Interwoven standard toolbar.
I had liked to be able of assigning it a new icon, different that the one provided by default for worksite, but I’ve found in a 2005’s thread (Custom command bitmap in Mailsite) that was finished with the sentence
“Due to Outlook limitation, FileSite can only display the default icon.”
My first question is someone knows if now is possible avoid this limitation.
And my second question is if someone knows how to add a text to be displayed when the user moves the mouse over the icon, in the same way that the original filesite icons do.
Thanks in advance
Find more posts tagged with
Comments
jny
Unfortunately, this limitation is still there; thus the WorkSite default icon will always be associated with your custom command.
ToolTip description can be added to ICommand_HelpText inside your ICommand code.
ManoloMadrid
It Works !!!!
Thanks a lot / Muchas gracias