Notes toolbar and pulldown button

Dear All,

I have implemented a new toolbar in Notes. For that, I have used Lotusscript and Domino Designer.

All works fine but I have an additional question: is it possible to implement a “pulldown toolbar button” in a toolbar using Lotusscript?

By “pulldown button”, I mean a button that can be clicked to get a new sub-menu (it is like the “New” button in Notes that allows to either create a new message, a new calendar entry or a new Contact).

I know it is possible using JAVA API.

Thanks in advance for your help and support,

Mikaël Donini,

Arkadin Montpellier, France.

Subject: Notes toolbar and pulldown button

Yes: Create > Actions with Sub Actions in Designer

Subject: RE: Notes toolbar and pulldown button

Thank you Stephen.

I have added sub-actions in a form and a new button in Notes toolbar that opens this form.

The problem here is that the click on my button does not directly show the pulldown menu ; it shows the form that contains a button with its submenu.

How can I directly open a submenu (or subactions) via a click on a button.

Thanks again for your support and time.

Mikaël.