[Pythonmac-SIG] Menu ID's of Submenus.

Peter Sommerfeld peter.sommerfeld@gmx.de
Tue, 30 Nov 1999 03:17:50 +0100


Folks,

there was last year a short dicussion why Apple recommend using 
MenuID's between 136 and 255 in IM Toolbox Essentials 3-55. There
is no difference to other ID's when using Python. I now stumbled
again across this problem when using MPW and the Rez compiler. Rez
takes the ID of the submenu as string and does not work with a value
outside of this range. Not that importand but may be good to know.

Peter