I'm writing a very simple little application which involves burning to CD/DVD, utilising Apple's DiscRecordingUI framework. It's almost working, but I need to customise the burn setup panel a little bit (to change the default settings and hide some settings).
I thought that I might be able to do this, by copying the original NIB file, modifying it, then use the DRBurnSetupPanel's "initWithNibName:" method to use my customised NIB.
However, I get a run time error whenever it gets to that line of the code. Something like "Cannot load Interface Builder file named... " or else it just crashes with a number 10.
Does anyone know how to use this method correctly? The documentation is very sparse on this framework.