how to properly rename classes in a custom Cocoa view
how to properly rename classes in a custom Cocoa view
- Subject: how to properly rename classes in a custom Cocoa view
- From: Artemiy Pavlov <email@hidden>
- Date: Thu, 28 Sep 2006 19:58:35 +0300
Dear all,
my GUI is almost done but I cannot manage to rename the UI classes
from the default CocoaView and CocoaViewFactory. What is the proper
way to do this?
Is the only thing I need to do is rename them to
MyGreatPluginCocoaView and MyGreatPluginCocoaViewFactory? I did this
in every file I found them: CocoaView.h/m and CocoaViewFactory.h/m
files as well as where the plugin specifies it has a view (main .cpp
file) and the .plist files. But it won't work, neither app can see
the GUI. With all back to CocoaView and CocoaViewFactory it works.
Do I also need to rename something else? Like the view .nib file, and/
or the view .bundle?
Thanks a lot,
Artemiy.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden