Platforms to show: All Mac Windows Linux Cross-Platform

Back to DRBurnSetupPanelMBS class.

DRBurnSetupPanelMBS.appendable

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Invoked when the user clicks the panel's appendable checkbox.

If you overwrite this method in Xojo, your method will not be called. You can only call this method to trigger the same behavior as if the user clicked the control.

DRBurnSetupPanelMBS.burnObject as DRBurnMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Creates and returns a new DRBurn object that's configured to write data to the currently selected device.

The new DRBurn object is configured based on the settings in the setup panel when the user clicks the OK button.

Do not invoke this method within a modal session because the burn object information is only updated just before themodal session ends.

Returns nil on any error.

Some examples using this method:

DRBurnSetupPanelMBS.burnSpeed

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Invoked when the user clicks the panel's burn speed popup button.

If you overwrite this method in Xojo, your method will not be called. You can only call this method to trigger the same behavior as if the user clicked the control.

DRBurnSetupPanelMBS.completionAction

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Invoked when the user clicks one of the panel's completion action radio buttons.

If you overwrite this method in Xojo, your method will not be called. You can only call this method to trigger the same behavior as if the user clicked the control.

DRBurnSetupPanelMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The constructor to create a new burn setup panel.

DRBurnSetupPanelMBS.expand

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Invoked when the user clicks the panel's expand button.

If you overwrite this method in Xojo, your method will not be called. You can only call this method to trigger the same behavior as if the user clicked the control.

DRBurnSetupPanelMBS.setCanSelectAppendableMedia(flag as boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Specifies whether the user can choose to leave the disc appendable.

This method controls whether the appendable checkbox is enabled.

If the data being writen to disc does not lend itself to having more data appended on to it, you can disable the ability of the user to leave the disc open.

This method must be called before the panel is displayed.

Set to yes to enable the appendable checkbox, false to disable.

Some examples using this method:

DRBurnSetupPanelMBS.setCanSelectTestBurn(flag as boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Specifies whether the user can choose to make a test burn.

This method controls whether a checkbox should be added to the receiver that allows the user to set the burn to be a test burn. By default, the test burn button is not displayed.

This method must be called before the panel is displayed.

Set to yes to show the test burn checkbox, false to hide it.

Some examples using this method:

DRBurnSetupPanelMBS.setDefaultButtonTitle(title as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Sets the title for the receiver's default button to title.
Example
dim panel as new DRBurnSetupPanelMBS

panel.setDefaultButtonTitle "Do Burn"

Normally, the default button is "Burn".

DRBurnSetupPanelMBS.testBurn

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Invoked when the user clicks the panel's test burn checkbox.

If you overwrite this method in Xojo, your method will not be called. You can only call this method to trigger the same behavior as if the user clicked the control.

DRBurnSetupPanelMBS.verifyBurn

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Invoked when the user clicks the panel's verify burn checkbox.

If you overwrite this method in Xojo, your method will not be called. You can only call this method to trigger the same behavior as if the user clicked the control.

The items on this page are in the following plugins: MBS MacControls Plugin.


The biggest plugin in space...