Ticket #39 (closed defect)

Opened 8 years ago

Last modified 8 years ago

MDI maximized creation of child window causes problem

Reported by: anonymous Owned by: georgetasker
Priority: normal Milestone:
Component: wxMSW Version:
Keywords: Cc: georgetasker, paolopetranzan, vadz
Blocked By: Patch: no
Blocking:

Description

Bug#: 104
Product: .wxWindows
Version: 2.2.0
Platform: wxMSW
OS/Version: Win NT4 SP5
Status: NEW
Resolution:
Severity: normal
Priority: P2
Component: docs
AssignedTo: ???
ReportedBy: kgeza@…
URL:
Summary: MDI application: maximized creation of child window causes problem

If an MDI child window is created maximized, the child window system
controls (minimize, maximize/restore, close) cannot be seen until
some change is made to the arrangement of the windows (e.g. the main
window is restored).

Reproduction of bug: in the sample application 'docvwmdi',
docview.cpp, line 125 (MyApp::CreateChildFrame) change frame style
from wxDEFAULT_FRAME_STYLE to wxMAXIMIZE. Compile and run the program,
and create an MDI document from the file menu.

Change History

Changed 8 years ago by paolopetranzan

When child windows are maximized, the next new child is not created maximized.

Changed 8 years ago by vadz

I believe George has fixed this

Note: See TracTickets for help on using tickets.