Donovan J. Edye said:
> Thanks for all the code.... One small problem. The Window Menu
> does not get populated...... I have set my MDI Form
> (FormStyle = fsMDIForm) WindowMenu property to a menu item. As
> a test I create the following forms with the following code:
One thing that changed from Delphi 4 to Delphi 5 that bit us and broke the
magic where you get a list of the MDI children windows is the
AutoLineReduction option on the menus. If this is not maManual (or
maParent with the parent set to maManual) then the list doesn't get added.
Took some fiddling to find this out I can tell you!
Cheers, Max.
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"