At the same time I did some testing of making a stand alone application and noticed that the only menu it had was called 'Portfolio Manager' and it had a Quit and other standard functionality. There was nothing in the About because I didn't know how to get it there. None of my menus showed in the Menubar either even though they worked from their positions on the card.
Then I started looking at the menu tutorials in the Resource center. They were not too helpful but I did come across the 'set the menubar' and put the following into the stack script:
Code: Select all
on OpenStack
set the menuBar of this stack to "Menus"
end OpenStack
Can this be salvaged? If I have to go back to an older version are there good ways to salvage my code. I'm feeling quite discouraged.
Thanks in advance for any advice you can give.
Larry