skinExtract

skinExtract(skinName: String);

The skinExtract method of the Application class displays the common Browse for Folder dialog, which prompts you for a directory in which a directory structure will be created for the skin images for the skin specified by the skinName parameter. The value of the skinName parameter name of is the application name for the skin. (A list of the application skin names is displayed on the Jade Skin Maintenance dialog.)

For more details about maintaining skins, see "Defining and Maintaining JADE Skins at Run Time", in Chapter 2 of the JADE Runtime Application Guide.

For details about the structure of the skin directories, see "Directory Structure Example for the Button Control", "Directory Structure Example for the Combo Box Control", or "Naming Convention when Loading JADE Skins", in Chapter 9 of the JADE Developer’s Reference.

The code shown in the following fragment invokes the skinExtract method from a Workspace.

app.skinExtract("DemoSkin");