Discussion:
Menu gone missing...
(too old to reply)
Gene Buckle
2008-06-10 17:59:32 UTC
Permalink
I've been working on my app for a while and I just noticed that the TMainMenu
control is no longer showing above my toolbar when the application executes.

It appears fine in the designer and I haven't touched this particular control
in some time.

Any ideas on why it would cease to appear?

thanks all!

g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
Giuliano
2008-06-10 19:18:18 UTC
Permalink
Post by Gene Buckle
I've been working on my app for a while and I just noticed that the TMainMenu
control is no longer showing above my toolbar when the application executes.
It appears fine in the designer and I haven't touched this particular control
in some time.
Any ideas on why it would cease to appear?
Have a look (with the Object Inspector) at the Menu property
of your main form. It should to contain the name of the TMainMenu
component. If not, select the TMainMenu component from the dropdown
list.

Regards

Giuliano
Gene Buckle
2008-06-10 19:43:29 UTC
Permalink
Post by Giuliano
Post by Gene Buckle
I've been working on my app for a while and I just noticed that the TMainMenu
control is no longer showing above my toolbar when the application executes.
It appears fine in the designer and I haven't touched this particular control
in some time.
Any ideas on why it would cease to appear?
Have a look (with the Object Inspector) at the Menu property
of your main form. It should to contain the name of the TMainMenu
component. If not, select the TMainMenu component from the dropdown
list.
It is present in the Menu property. Any other ideas? I checked the items
in the menu and they're both set to enabled and visible.

tnx.

g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
Giuliano
2008-06-10 20:51:28 UTC
Permalink
Post by Gene Buckle
It is present in the Menu property. Any other ideas?
Hi,

also make sure that the BorderStyle property of the form
is not set to bsDialog.

Regards.

Giuliano
Gene Buckle
2008-06-10 21:54:43 UTC
Permalink
Post by Giuliano
Post by Gene Buckle
It is present in the Menu property. Any other ideas?
Hi,
also make sure that the BorderStyle property of the form
is not set to bsDialog.
Regards.
Giuliano
That did it, thanks Giuliano.

g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
Loading...