AW: OpenAux (view: View; title: Title)

From: Zinn, Helmut <"Zinn,>
Date: Tue, 20 Feb 2001 08:04:38 +0100

Dear Doug,

The easiest way to close a window under programm control is

        VAR wn:Windows.Window;

        OpenAux(view,title);
        wn := Windows.dir.Focus(TRUE);
        ...
        wn.Close;

Regards

Helmut Zinn

-----Ursprüngliche Nachricht-----
Von: Danforth, Douglas [mailto:DDanforth{([at]})nowhere.xy
Gesendet: Montag, 19. Februar 2001 21:25
An: 'blackbox{([at]})nowhere.xy
Betreff: OpenAux (view: View; title: Title)


Folks,

What is the proper way to close a window under program control?

Views.OpenAux(view, title) creates a visible instance.
How does one close that instance *without* handling a message?
(One is not permitted to use the mouse to click the window).

(Normally I would expect something like:
frame/handle/document := Views.OpenAux(view, title);
combined with a symmetric call of
Views.CloseAux(frame/handle/document)).

-Doug

---
Douglas G. Danforth, Ph.D. - Research Scientist
QuikCAT.com   6700 Beta Drive,  Suite 200,  Mayfield Village,  OH 44143-2335
danforth{([at]})nowhere.xy--------------------------------------------
To unsubscribe from this mailing list, send a message containing the word
"unsubscribe" to:
   blackbox-request{([at]})nowhere.xyTo get a list of valid e-mail commands and instructions on their usage, send
a message containing the word "help" to the above address.
Send any problem reports or questions related to this email list to the list
owner at
   owner-blackbox{([at]})nowhere.xyDiese Mail wurde auf Viren ueberprueft
Postmaster IG Metall 2000
--------------------------------------------
To unsubscribe from this mailing list, send a message containing the word "unsubscribe" to:
   blackbox-request{([at]})nowhere.xyTo get a list of valid e-mail commands and instructions on their usage, send a message containing the word "help" to the above address.
Send any problem reports or questions related to this email list to the list owner at
   owner-blackbox{([at]})nowhere.xy
Received on Tue Feb 20 2001 - 07:04:38 UTC

This archive was generated by hypermail 2.3.0 : Thu Sep 26 2013 - 06:27:44 UTC