text[1]="Displays the name of the currently installed MPEG driver, if any.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:forcemodesel
{
title="Force Screen Mode selector";
text[1]="To help with possible compatibility problems between MPEG cards and VGA graphics cards, this selector offers three choices: None, 16 Color, and True Color.";
text[2]="None^nThis is the default. For compatible VGA and MPEG cards, allows Scala's 256-color output to be overlaid on MPEG video.";
text[3]="16 Color and True Color^nIf you have problems with the None option, one or the other of these may work. They attempt to force the VGA card into either a 16-color or a true-color (24-bit) screen mode to be compatible with the MPEG hardware.";
text[4]="When using either option, you will not be able to overlay Scala graphics (text, clips, etc.) on MPEG video, but your production should be able to switch back and forth between MPEG video and Scala graphics.";
descr=text[1];
block=1;
max=4;
Use(SetPos);
}
:testbutton
{
title="Test";
text[1]="Click to test your MPEG hardware and selected options.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:savebutton
{
title="Save";
text[1]="Saves your MPEG settings as the default.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:okbutton
{
title="OK";
text[1]="Accepts the current settings and exits the dialog.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cancelbutton
{
title="Cancel";
text[1]="Exits the dialog, discarding any changes you made.";