PrevNextUpHome SophiaFramework UNIVERSE 5.3

Chapter 10. SFR Responder [DEPRECATED]

10.1. [IMPORTANT] To Be Discontinued
10.2. What is Responder?
10.2.1. Responder Type
10.2.2. Responder Hierarchy
10.2.3. Type and Attribute of Responder
10.2.4. Defining and Implementing the Responder
10.2.5. Creating and Destroying the Responder
10.2.6. Event Handler
10.3. Application
10.3.1. What is Application?
10.3.2. Event Handler
10.4. Window
10.4.1. What is Window?
10.4.2. PlainWindow
10.4.3. FrameWindow
10.4.4. TitleWindow
10.4.5. Multiple Windows
10.4.6. Invalidation
10.5. Dialog
10.5.1. What is Dialog?
10.5.2. PlainDialog
10.5.3. FrameDialog
10.5.4. TitleDialog
10.5.5. MessageDialog
10.5.6. MultiDialog
10.5.7. Customizing
10.6. Control
10.6.1. Button
10.6.2. Checkbox
10.6.3. Radiobutton
10.6.4. Label
10.6.5. Combobox
10.6.6. Textbox
10.6.7. Tab
10.6.8. Simple Web Browser
10.6.9. Focus
10.6.10. Default Setting
10.6.11. Obtaining Status
10.6.12. Invalidation
10.6.13. Event Handler
10.7. Menu
10.8. Searching for Responder
10.8.1. Type
10.8.2. Attribute
10.8.3. Behaviour
10.8.4. Searching for Responder
10.9. Drawing the Responder
10.9.1. Drawing Region
10.9.2. Scrolling
10.9.3. Redrawing
10.9.4. Forced Redrawing
10.9.5. Destroying
10.9.6. Reference Value
10.10. Event Handling
10.10.1. Event
10.10.2. Event Handler
10.11. Tracer
10.11.1. Standard Tracer
10.11.2. Customizing Standard Tracer
10.12. SophiaFramework UNIVERSE Application
10.12.1. Basic Structure and Processing Flow
10.12.2. Starting up of Application
10.12.3. Event Handling
10.12.4. Window
10.12.5. Application without using GUI Framework
[Caution] About SFR responder

The SFR responder classes whose names start with "SFR" are not currently supported and will be discontinued in SophiaFramework UNIVERSE 6.0.

In the development of a new GUI applet, it is recommended to use the SFY responder classes whose names start with "SFY" or "SFZ"

Reference: Development with SFY GUI Framework | SFY Responder