I was wondering if it was possible to only show a toolbar in Lotus notes for certain windows. For example, I only want my toolbar to show when the user opens the mail window, and maybe I want a different toolbar to show when he opens the Calendar window.

I am developing my plugin in Eclipse using the Expeditor Framework and stuff like that. Let me know if you need any more information, and I will do my best to provide it ASAP.

Thanks!

link|improve this question
feedback

migrated from stackoverflow.com Jul 23 '11 at 20:49

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

Maybe not the answer you are looking for, but there are 2 toolbars effectively in Notes: 1) is the main ribbon (smartIcons) under the main menu and 2) the Action Bar defined for each view.

  1. It may be possible to change the smarticon ribbon toolbar with @commands (guessing here) or maybe some API call (external c-based call?) but unlikley to be easy/possible.

  2. As for the Action buttons, you can define (mostly) what you want on the Action Bar. The action bar buttons can be shown/hidden under program control (hide-whens) and are defined per view (or shared amongst similar views) as needed. However, if you want to change the default mail/calendar actions of the default mail template, there are additional reasons not to or consequences of changing the standard mail design/template which might incur a lot of additional work to support. It is possble though if really needed/justified.

Note: As you probably know, usually, both toolbars show by default - its not either/or.

link|improve this answer
Hmm, this does help a little bit. If you could give me specific API calls that would be SO sage. Thanks anyways. – hwrdprkns Jun 22 '11 at 12:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.