eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SimpleView::CloseBoxRequestSignal':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: CloseBoxRequestSignal (private in SimpleView

This class is only visible from within SimpleView.

Inheritance:

   Object
   |
   +--GenericException
      |
      +--Notification
         |
         +--ProceedingNotification
            |
            +--SimpleView::CloseBoxRequestSignal

Package:
stx:libview
Category:
Views-Basic
Owner:
SimpleView

Description:


this can be used (by some) to force closing a box
without terminating the modal action.

Special:
    useful only if another modal box is shown from inside a modal box,
    where the second opened box wants to hide the first one.

    This cannot be done via abort, as that would close both boxes.
    Instead, use this signal to hide the first box, while the second is shown,
    and still handled by a still-alive windowGroup.

    Currently, the only box which supports this is the ProgressIndicator;
    code will be moved to support all dialog boxes in the near future.


Instance protocol:

accessing
o  box



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:48:59 GMT