SpiderBasic - Dialog

Overview

The dialog library allow to easily create complex user interface (GUI) based on an XML definition. It features automatic gadget layout, which is very useful when creating interface which needs to work on different operating systems or working with different font size.

The XML definition can be file based, or created on the fly in memory using the XML library.

Command Index

CreateDialog
DialogError
DialogGadget
DialogID
DialogWindow
FreeDialog
IsDialog
OpenXMLDialog
RefreshDialog

Example

Dialog.sb
DialogComplex.sb

Supported OS

All

Reference Manual - Index