As it is now. I am able to create a menu bar with a heading "file". When the user clicks on "file" the menu pops up and they can actually select one of four choices; I only have one of them listed here,"review". How do I add a submenu to review? I want to add two options("Test" and "Tutorial") that pop up when the user's mouse lands on the word "Review..". The API said that I should use" ..... submenu is an instance of Menu." . I need some code to help me out. I played around with add() with no success. Thanks in advance.
Siva Prasad
Ranch Hand
Joined: Feb 22, 2001
Posts: 104
posted
0
Hi Brian To get the affect what you wanted, you just need to add a 'Menu' object to the menu bar instead of 'MenuItem' So the code looks like this...
Hope this helps cheers Prasad
Brian Snyder
Ranch Hand
Joined: Feb 03, 2001
Posts: 142
posted
0
this now produces: -Test -Review -Option 1 -Option 2 -Option 3 (The indentation didn;t work, but I got what I wanted!!!) It seems so obvious now. I guess I was looking at it too long. Thanks for the help. This is how I feel now. [This message has been edited by Brian Snyder (edited March 06, 2001).]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.