how to remove SetupPanel window for CD Recording - mac

Joined
Dec 7, 2009
Messages
6
Reaction score
0
Points
1
Hi All,

When i want to burn CD, A panel window opened,In that "Burn" button is available,then if i click it,starts the burning process.

Here I dont want to use this panel window,how can i done the burning process manually.

This is the code for opening panel window and to create DRBurn Object.

DRBurnSetupPanel *bsp = [DRBurnSetupPanel setupPanel];......Stat1(say)
(stat1 opens the Panel window, that i attached below)

After that i called this method to create DRBurn object. In Stat3 , parameter "panel" is used and thats creating Burn object.

[bsp beginSetupSheetForWindow:_myParentWindow
modalDelegate:self
didEndSelector:mad:selector(burnSetupPanelDidEnd:retu rnCode:contextInfo
contextInfo:nil]; say stat2.

burnSetupPanelDidEnd method is follows..

//Stat3
- (void) burnSetupPanelDidEndDRBurnSetupPanel *)panel returnCodeint)returnCode contextInfovoid *)contextInfo {
..................
.....................
DRBurn *burn=[panel burnObject]; //Here we are getting burn object
.....
............
}

This is the link to see the panel window....

http://www.mac-forums.com/forums/at...vcd-file-without-using-user-interface-ui-.png

Any idea...how to remove this panel window. help....me ....... if anyone knows...

if Anyone not understand my problem , plz give comment where did u not understand ,so i can express more clear....

Thanku.....All
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top