Re: converting resources, icons, and dialogs to interface builder

2010-05-04 Thread Chris Hanson
On May 4, 2010, at 12:51 PM, Jens Alfke wrote: > On May 4, 2010, at 7:34 AM, Bill Appleton wrote: > >> i am converting many rsrc dialogs from carbon to cocoa (DITL, DLOG) >> is there any automatic tool for converting a dialog to interface builder? > > I would ask on carbon-dev, since many Carbo

Re: converting resources, icons, and dialogs to interface builder

2010-05-04 Thread Jens Alfke
On May 4, 2010, at 7:34 AM, Bill Appleton wrote: there doesn't seem any way to do it except reading NSimage files out of the bundle... is that right? Right. Cursors in Cocoa are NSImages, and these are generally read out of individual image files in the bundle, probably .png. does anyon

converting resources, icons, and dialogs to interface builder

2010-05-04 Thread Bill Appleton
hi all, i am converting many cursors from carbon to cocoa (CURS) there doesn't seem any way to do it except reading NSimage files out of the bundle... is that right? does anyone know of a good way to go from the resource cursor to the image file? i am converting many rsrc dialogs from carbon to