[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Renaissance menus on OS X ?
From: |
Pete French |
Subject: |
Renaissance menus on OS X ? |
Date: |
Tue, 31 Dec 2002 15:11:25 +0000 |
I'm having a few problems building menus under OS X. I've got a little
application called 'Rentest' which is supposed to bring up a coupleof
drop-down menus from the top bar. One called 'Example', the other
called 'Example 2'.
What actually happens is I get two menus called 'Rentest' - the firsrt of which
replaces the normal 'Rentest' menu supplied by the system.
Am I setting the tile wrongly ? I am loading the file beforre calling
applicationMain as suggested in the documentation. The file looks like:
<gsmarkup>
<objects>
<menu type="main">
<menuItem title="Example">
<menu title="Example" type="apple">
<menuItem title="Panel" key="p" action="loadPanel:" />
<menuItem title="Quit" key="q" action="terminate:" />
</menu>
</menuItem>
<menuItem title="Example 2">
<menu title="Example 2" type="apple">
<menuItem title="Quit" key="q" action="terminate:" />
<menuItem title="Panel" key="p" action="loadPanel:" />
</menu>
</menuItem>
</menu>
</objects>
</gsmarkup>
-bat.
- Renaissance menus on OS X ?,
Pete French <=