AutoPlay Media Studio 9

Application.SetDialogProperties

Application.SetDialogProperties

This is the first topic This is the last topic  

Application.SetDialogProperties

This is the first topic This is the last topic  

OverviewExamples

Application.SetDialogProperties (

string DialogName,

table   Properties )

Example 1

-- Create a table containing the properties to set for the dialog.

tbDialogProperties = {};

nNewColor = Math.HexColorToNumber("FF0000");

tbDialogProperties.BackgroundColor = nNewColor;

 

-- Set the dialog's properties.

Application.SetDialogProperties("Dialog1", tbDialogProperties);

Sets the background color of the dialog named "Dialog1."

Note: This example assumes you have a dialog called "Dialog1" that currently has a gradient background color.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us