Design Problem

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Scorcher24
Earned some good credits
Earned some good credits
Posts: 128
Joined: Sat Sep 25, 2004 9:11 pm
Location: Nuremberg, Germany
Contact:

Design Problem

Post by Scorcher24 »

Hi Folks !!
I am searching a Widget.
I have a MDI Form and at the side I have a box with some infos. Problem is, that the ChildFrames can draw over that. is there any way to block that part ?? (basically the view like in VC6 or similar programs).
rya.
Scorcher
OS: Windows 7 Ultimate 64bit
IDE: VC++ 2008 Professional
WX: 2.9.2
My Projects
Jorg
Moderator
Moderator
Posts: 3971
Joined: Fri Aug 27, 2004 9:38 pm
Location: Delft, Netherlands
Contact:

Post by Jorg »

Hi look at the wxSashLayoutWindow. Try the sample "sashtest" for the details, it will allow you to make areas where other windows cannot come. Also, the wxExtended library allows you to make dockable windows.

- Jorgen
Last edited by Jorg on Fri Nov 05, 2004 6:52 pm, edited 1 time in total.
Forensic Software Engineer
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb
Scorcher24
Earned some good credits
Earned some good credits
Posts: 128
Joined: Sat Sep 25, 2004 9:11 pm
Location: Nuremberg, Germany
Contact:

Post by Scorcher24 »

Thx Jorg.
It helped me :)
rya.
Scorcher24
OS: Windows 7 Ultimate 64bit
IDE: VC++ 2008 Professional
WX: 2.9.2
My Projects
Post Reply