Smalltalk/X WebserverDocumentation of class 'SimpleView::CloseBoxRequestSignal': | |
Class: CloseBoxRequestSignal (private in SimpleViewThis class is only visible from within SimpleView.Inheritance:Object | +--GenericException | +--Notification | +--ProceedingNotification | +--SimpleView::CloseBoxRequestSignal
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 |
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:48:59 GMT |