Hi,
I'm implementing an image editing application that could be invoked by another application or by double cliking an image file in finder.
It should be opened each window for each image file.
I mean it should be opened multiple times.
should I implement it as document-based application or can just a plain application do that?
If I should make it as a document-based application, is there any way to change a plain application to document-based application easily?
Because I already have a plain applicaion, I want to move it to a document-based application easily, if I should do.
Otherwise, please show me how to open the application multiple times.
Thanks
I'm implementing an image editing application that could be invoked by another application or by double cliking an image file in finder.
It should be opened each window for each image file.
I mean it should be opened multiple times.
should I implement it as document-based application or can just a plain application do that?
If I should make it as a document-based application, is there any way to change a plain application to document-based application easily?
Because I already have a plain applicaion, I want to move it to a document-based application easily, if I should do.
Otherwise, please show me how to open the application multiple times.
Thanks