Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Dec : MDI like application
| Subject: | MDI like application |
| Posted by: | "H. Bouty" (hbou..@gmail.com) |
| Date: | Fri, 29 Dec 2006 02:35:54 |
Hi All,
I'm trying to make an app that behaves like an MDI app, all forms called are
parented to a TPanel or to a TPageControl (user could choose the way the
forms displayed).
When user chooses the TPanel-like, all forms will have a title bar and
BorderIcons of [biSystemMenu] only, the problems arise when user wants to
bring a form to front : s/he has to click on the title bar, clicking on
other part of the form will not make it brought the form to front of other
form!
The other problem is when s/he wants to click on a TEdit to select it, no
response, the cursor will not move to the clicked field, except user
right-clicks on that field.
The forms when parented to TPageControl/TTabSheet don't have this behaviour
(when clicking on the field).
Anybody can help?
TIA,
HB