Damien
> I am trying to access a form that is within a RLL. I can't change the RLL
> but I need to be able to Show the form within that RLL as modeless. Its
> currently being shown as modal by an exported procedure within the RLL.
i'm not sure this will solve your problem - but if it's the "modal"-ness
that's bothering you - you might be able to show the form modal (the way
you do now) but on a separate thread.
since each thread has it's own message loop - the "modal" form will
appear modeless to the rest of your app - by this i mean that it will
keep getting messages and responding to them while your modal form
is displayed.
this isn't exactly what you said you wanted to do - but it might
solve the problem.
-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"