by Joe Strout <joe@[EMAIL PROTECTED]
>
Jun 22, 2007 at 08:24 AM
In article <467ba69f$0$17954$4fafbaef@[EMAIL PROTECTED]
>,
"MarcoSiso" <marco_siso@[EMAIL PROTECTED]
> wrote:
> I am reading the REALbasic User's Guide, at page 161.
>
> I have created the Toolbar with one dropdown button.
>
> How can I insert the voices to the dropdown menu ?
Check the language reference entry for ToolButton. It provides an
example of exactly this. In brief, you just assign a menu (an insteance
of the MenuItem class) to the DropDownMenu property of the ToolButton.
Cheers,
- Joe