Unit CastleWindowModes
Description
Helpers for making modal boxes (TGLMode, TGLModeFrozenScreen) cooperating with the TCastleWindowCustom windows. They allow to easily save / restore TCastleWindowCustom attributes.
This unit is a tool for creating functions like CastleMessages.MessageOK. To make nice "modal" box, you want to temporarily replace TCastleWindowCustom callbacks with your own, call Application.ProcessMessage method in a loop until user gives an answer, and restore everything. This way you can implement functions that wait for some keypress, or wait until user inputs some string, or wait until user picks something with mouse, or wait for 10 seconds displaying some animation, etc.
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Description
Functions and Procedures
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:16
|