Main Menu is Invisible

  • Thread starter Thread starter S Shulman
  • Start date Start date
S

S Shulman

Hi

The main menu is just not visible on a regular form
I think that at some point it was visible but I havn't got a clue why it
changed

Any ideas?

Thanks,
Shmuel Shulman
 
S Shulman said:
The main menu is just not visible on a regular form
I think that at some point it was visible but I havn't got a clue why it
changed

Select the menu in the components tray at runtime in order to edit it. If
the menu is not visible at runtime, make sure you assigned the 'MainMenu' to
the form's 'Menu' property.
 
Herfried

'Edit' the Main Menu at Runtime??????? Surely, you mean Designtime

S,

Also, click on the Form & view the properties. Does it say the Main Menu
name (i.e. MainMenu1 or mnuMain...) underthe Form's menu property?
 
Crouchie,

Crouchie1998 said:
'Edit' the Main Menu at Runtime??????? Surely, you mean Designtime

Oh, my bad... :-/. You are right, that should read "design time" :-).
 
Yes, Intrestingly some forms in the same application show the main menu
while the others don't
Thank you,
Shmuel
 
The reason why the menu is invisible is because the form is a child form.

Is there anything to do about it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Menu Question 3
Menu Button 4
Save with user's documents 1
Invoke Method 11
Is a File being written 5
Invoke the main thread 1
Menu 1
Opening form invisible 6

Back
Top