Platforms to show: All Mac Windows Linux Cross-Platform

Back to DRBurnProgressPanelMBS class.

DRBurnProgressPanelMBS.beginProgressPanelForBurn(burn as DRBurnMBS, track as DRTrackMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Presents the progress panel on screen and begins the burn process.

This method returns control to the caller after it has displayed the progress sheet and begun the burn. Once the method has returned the caller can perform other operations while the burn continues.

Burns a single session disc with one track.

See also:

Some examples using this method:

DRBurnProgressPanelMBS.beginProgressPanelForBurn(burn as DRBurnMBS, tracks() as DRTrackMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Presents the progress panel on screen and begins the burn process.

This method returns control to the caller after it has displayed the progress sheet and begun the burn. Once the method has returned the caller can perform other operations while the burn continues.

Burns a multi session disc with several tracks.

See also:

DRBurnProgressPanelMBS.beginProgressPanelForImageFile(burn as DRBurnMBS, file as folderitem) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Presents the progress panel on screen and begins the burn process.

This method returns control to the caller after it has displayed the progress sheet and begun the burn. Once the method has returned the caller can perform other operations while the burn continues.

Burns the image file located on the given position.

This file must be one that can be read by DiscRecording. The supported image types include: .dmg, .iso, .cue, and .toc. For .cue and .toc files the corresponding data files (.bin, .img, etc) must also be present and correctly referenced in the .cue/.toc file.

See also:

Some examples using this method:

DRBurnProgressPanelMBS.beginProgressPanelForImageFile(burn as DRBurnMBS, file as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Presents the progress panel on screen and begins the burn process.

This method returns control to the caller after it has displayed the progress sheet and begun the burn. Once the method has returned the caller can perform other operations while the burn continues.

Burns the image file located on the given position.

This file must be one that can be read by DiscRecording. The supported image types include: .dmg, .iso, .cue, and .toc. For .cue and .toc files the corresponding data files (.bin, .img, etc) must also be present and correctly referenced in the .cue/.toc file.

See also:

DRBurnProgressPanelMBS.beginProgressSheetForBurn(burn as DRBurnMBS, track as DRTrackMBS, docWindow as NSWindowMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Presents the progress panel as a sheet and begins the burn process.

docWindow: The window the sheet will be attached to. If docWindow is not nil, the panel slides down as a sheet running as a document modal window. If owner is nil, this is an error.

This method returns control to the caller after it has displayed the progress sheet and begun the burn. Once the method has returned the caller can perform other operations while the burn continues.

Burns a single session disc with one track.

See also:

DRBurnProgressPanelMBS.beginProgressSheetForBurn(burn as DRBurnMBS, tracks() as DRTrackMBS, docWindow as NSWindowMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Presents the progress panel as a sheet and begins the burn process.

docWindow: The window the sheet will be attached to. If docWindow is not nil, the panel slides down as a sheet running as a document modal window. If owner is nil, this is an error.

This method returns control to the caller after it has displayed the progress sheet and begun the burn. Once the method has returned the caller can perform other operations while the burn continues.

Burns a multi session disc with several tracks.

See also:

DRBurnProgressPanelMBS.beginProgressSheetForImageFile(burn as DRBurnMBS, file as folderitem, docWindow as NSWindowMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Presents the progress panel as a sheet and begins the burn process.

docWindow: The window the sheet will be attached to. If docWindow is not nil, the panel slides down as a sheet running as a document modal window. If owner is nil, this is an error.

This method returns control to the caller after it has displayed the progress sheet and begun the burn. Once the method has returned the caller can perform other operations while the burn continues.

Burns the image file located on the given position.

This file must be one that can be read by DiscRecording. The supported image types include: .dmg, .iso, .cue, and .toc. For .cue and .toc files the corresponding data files (.bin, .img, etc) must also be present and correctly referenced in the .cue/.toc file.

See also:

DRBurnProgressPanelMBS.beginProgressSheetForImageFile(burn as DRBurnMBS, file as string, docWindow as NSWindowMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Presents the progress panel as a sheet and begins the burn process.

docWindow: The window the sheet will be attached to. If docWindow is not nil, the panel slides down as a sheet running as a document modal window. If owner is nil, this is an error.

This method returns control to the caller after it has displayed the progress sheet and begun the burn. Once the method has returned the caller can perform other operations while the burn continues.

Burns the image file located on the given position.

This file must be one that can be read by DiscRecording. The supported image types include: .dmg, .iso, .cue, and .toc. For .cue and .toc files the corresponding data files (.bin, .img, etc) must also be present and correctly referenced in the .cue/.toc file.

See also:

DRBurnProgressPanelMBS.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 progress panel.

DRBurnProgressPanelMBS.Description as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The description string displayed in the panel.

If no description is explicitly set, this method will return the standard text string.

The panel's description is typically a short text string that gives an indication to the user what operation is being performed. If no description is explicitly set, the progress panel uses a standard text string suitable to the burn.
(Read and Write computed property)

DRBurnProgressPanelMBS.stopBurn

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 stop 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.

DRBurnProgressPanelMBS.VerboseProgressStatus as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The vebosity of the progress feedback.

If verbose is true, the panel will update status for every change. If verbose is false, the panel will filter some status messages and only update for major changes. The default for the panel is filter the status messages.
(Read and Write computed property)

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


The biggest plugin in space...