Foldit Wiki
Advertisement

dialog.CreateDialog

Function
table dialog.CreateDialog(string title)
Description
Create a dialog.
V1 Function Name
New to V2
More Information
Details

Remarks

Creates a table that describes a dialog. The title argument appears on the title bar of the dialog. After controls are added to the table, it is passed as an argument to the dialog.Show() method, which causes the dialog to be constructed and appear.

Example

See the example on the dialog.Show() function.

Advertisement