Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.pascal.delphi.misc > #129

Getting to window under a modal

From battles <battles@mailinator.com>
Newsgroups comp.lang.pascal.delphi.misc
Subject Getting to window under a modal
Date 2011-12-25 11:38 -0800
Organization http://groups.google.com
Message-ID <ccccbd4e-c0d9-4bbf-abf1-a534a62dbeca@q11g2000vbq.googlegroups.com> (permalink)

Show all headers | View raw


I need to access the parent Form1 under its called modal Form2.  As
you know, when you call the Form2 with Form2.ShowModal in Form1, Form1
is no longer accessible.  I need to allow changes on Form1 after the
Form2.ShowModal is activated (need to test the modal results).  I
tried using a Form2.Show with a perpetual while-until loop, but this
causes other problems so I can't use it.

Anyone know how this might be done?

Back to comp.lang.pascal.delphi.misc | Previous | NextNext in thread | Find similar


Thread

Getting to window under a modal battles <battles@mailinator.com> - 2011-12-25 11:38 -0800
  Re: Getting to window under a modal Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@charter.net> - 2011-12-25 17:07 -0500
  Re: Getting to window under a modal "Maarten Wiltink" <maarten@kittensandcats.net> - 2011-12-29 22:50 +0100

csiph-web