by
allistar >> Tue, 11 Jan 2005 1:00:00 GMT
You can get around this limitation by using the Form::setBackDrop method.
Before this method was available it was possible to create an MDI child form that contains the picture, created like this:
backWashForm.zOrder(1);
backWashForm.width := clientWidth;
backWashForm.height := clientHeight;
backWashForm.enabled := false;
backWashForm.show();
This can also be used as a mechanism to place controls (such as graphs, buttons etc) on the MDI frame form without them chewing into the area other MDI child forms use. This also prevents the backwash form from appearing in the "Window" menu.
Regards,
Allistar.
--
------------------------------------------------------------------
Allistar Melville
Software Developer, Analyst
allistar@silvermoon.co.nz
Auckland, NEW ZEALAND
Silvermoon Software
Specialising in JADE development and consulting
Visit us at:
http://www.silvermoon.co.nz
*NEW* Simple web access to Jade at:
www.silvermoon.co.nz/jhp.html ------------------------------------------------------------------