Re: Problems making a framework (was tabbed class like Safari)
Re: Problems making a framework (was tabbed class like Safari)
- Subject: Re: Problems making a framework (was tabbed class like Safari)
- From: malcom <email@hidden>
- Date: Sun, 20 Nov 2005 12:03:32 +0100
Well thanx. I've solved the problem. Now I've created a full
framework. Unfortunatly it does not work.
This collection of classes permit to make a full functional tab view
(as like in Adium). I need to specify a custom view in IB and connect
to a controller.
You can see it inside the folder "Functional Tab Project" of
http://www.malcom-mac.com/files/fullTabProjects.sitx
It works well. Now I hve created a framework with the same classes and
I've imported it into an empty project. Then I've created a controller
class in my empty project, #import my framework and then copied the
same methods of my controller class in Functional Tab Project. But it
does not work. Nothing was drawed and the view still empty.
Is there a problem between framework and NSView?
Are the same methods :/
You can see the framework, a functional project and my test app at
http://www.malcom-mac.com/files/fullTabProjects.sitx
Can u try to compile it and see if it work?
2005/11/20, James DiPalma <email@hidden>:
> I selected "Framework Search Paths" in Target's info/inspector panel
> under "Builid", pressed "-" (to remove custom settings I think), and
> was able to compile your source.
>
> Your paths included:
>
> $(FRAMEWORK_SEARCH_PATHS) $(SYSTEM_DEVELOPER_DIR)/SDKs/
> MacOSX10.2.8.sdk/System/Library/Frameworks
>
> Which helps explain why you might be #including an old <Cocoa/Cocoa.h>.
>
>
> Hope that helps,
>
>
> -jim
>
>
--
-- marklar-x86 software development --
web: www.malcom-mac.com
mail: email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden