Robert Presender wrote/ schreef:

> Hi,
> 
> It appears that the number of items for a particular menu is limited
> to about 8 or 9 items for the non-licensed Starter Kit v1.0
> <snip>
> Questions:
> 1.  Is there a limit to the number of items of a menu for us hobbyists?
> 2.  If so, is there a more elegant way to overcome the limitation?
Well, in fact not the number of items in a menu is limited, but the length
of the script. If you choose an 'aoto script' you'll exceed the 10 lines
script limite after 8 or 9 menu items. SO you have to make the script
shorter. Possible solution:

  on menuPick which
    send "mouseUp" to button which
  end menuPick

Now create a button for each menuitem you have (name them like the
menuitem), and give them the script you want to be executed as the user
selects the menu item. Of course (if you are finished, hide all those
buttons).

> Any help will be appreciated.
> 
> Regards,
> 
> Bob
Hope this helps,
Sjoerd

Reply via email to