> I prob should have been more specific (and as a result appear less
> dim)

your lack of dimness is confirmed elsewhere on here so no 
worries about that 

> 
> I have a TPanel which has dynamically created forms as its Controls
> 
> Form := TForm.Create(Application);
> Form.Parent := Panel;
> Form.Align := alClient;
> etc
> 

too cool!   forms as components?    aligned to the client area 
of a panel?  I never thought of trying this.

I've been mucking around with a problem using the 
TDBControlGrid and i think this might be exactly
the solution i've been looking for.


> I then have a navigator comp which make on of the forms visible
> above the
> others Using Form.Show
> Since all the forms are visible and not the 'ParentForm' I dont get
> Deactivate/Activate/visiblity Messages as
> I am only changing their Z order
> 
> Also I think the form having a parent confuses things!

obviously all bets are off as far as "normal" behaviour of standard
events here - but I'm going to play around with this (for my
own selfish reasons <g>) 

will certainly give you a shout if any light shines on this
activation thing.


thanks for the boost

-ns

---------------------------------------------------------------------------
    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"

Reply via email to