| View previous topic :: View next topic |
| Author |
Message |
henk Guest
|
Posted: Mon Jan 19, 2004 5:11 pm Post subject: Re: MDIChild forms do not show up in WindowMenu |
|
|
"henk" <henk.vannoort (AT) net (DOT) hcc.nl> wrote:
| Quote: |
By accident the original posting remained empty: apologies. |
Have a TMainMenu component and inserted from the Template
the WindowMenu item.
It shows the New Window, Tile, Cascade, Arrange All, Hide and Show entries.
It does NOT show any MDIChild forms active on the screen.
What am I doing wrong/missing here?
|
|
| Back to top |
|
 |
henk Guest
|
Posted: Mon Jan 19, 2004 7:43 pm Post subject: Re: MDIChild forms do not show up in WindowMenu |
|
|
Solved after looking through Google with the right
search words...
Have to set the MDI parent form's WindowMenu property manually to the correct MenuItem....
|
|
| Back to top |
|
 |
Ellis Guest
|
Posted: Fri Jun 18, 2004 8:05 pm Post subject: Re: MDIChild forms do not show up in WindowMenu |
|
|
Hi builders
I did the same as you did (Set the WindowMenu property to the MenuItem I
want) but still doesn't work.
Any idea ?
Ellis
henk a écrit dans le message <400c418b$1 (AT) newsgroups (DOT) borland.com>...
| Quote: |
Solved after looking through Google with the right
search words...
Have to set the MDI parent form's WindowMenu property manually to the
correct MenuItem....
|
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Jun 18, 2004 8:39 pm Post subject: Re: MDIChild forms do not show up in WindowMenu |
|
|
"Ellis" <ellis.antaya (AT) integratik (DOT) qc.ca> wrote
| Quote: | I did the same as you did (Set the WindowMenu property
to the MenuItem I want) but still doesn't work.
|
Works fine for me.
Gambit
|
|
| Back to top |
|
 |
Nicolas Ublet Guest
|
Posted: Wed Jun 23, 2004 3:27 pm Post subject: Re: MDIChild forms do not show up in WindowMenu |
|
|
Hi,
Remy Lebeau (TeamB) a Žcrit:
| Quote: | "Ellis" <ellis.antaya (AT) integratik (DOT) qc.ca> wrote in message
news:40d34f39$1 (AT) newsgroups (DOT) borland.com...
Works fine for me.
Gambit
|
Yes, it works fine. But, if you change the caption of an item of the menu (the
menu which is used as 'WindowMenu') then, the MDIChild forms disappears in
WindowMenu (they are not showed until a new MDIChild is created).
I have tested this with BCB5 pro (W2k) and a simple MDI project.
Nicolas
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Jun 23, 2004 5:29 pm Post subject: Re: MDIChild forms do not show up in WindowMenu |
|
|
"Nicolas Ublet" <nublet (AT) cmseddyscan (DOT) com> wrote
| Quote: | Yes, it works fine. But, if you change the caption of an item
of the menu (the menu which is used as 'WindowMenu') then,
the MDIChild forms disappears in WindowMenu (they are
not showed until a new MDIChild is created).
|
You are not supposed to be doing anything manually with the items of the
WindowMenu. They are auto-managed. Leave them alone.
Gambit
|
|
| Back to top |
|
 |
|