Re: Custom component fails to load images by name in a IBPlugin
Re: Custom component fails to load images by name in a IBPlugin
- Subject: Re: Custom component fails to load images by name in a IBPlugin
- From: "Dalzhim Dalzhim" <email@hidden>
- Date: Mon, 22 Sep 2008 16:09:31 -0400
Hello,
I will try to re-explain my problems with this Interface Builder plugin I am trying to get working as I realised I have more than one problem...
Problem #1
Once my MyComponent.ibplugin product is built I can run Interface Builder through my project and use the plugin just fine. Although I am unable to make the plugin load automatically in Interface Builder when opening a nib file which links with my framework (which includes the plugin). I have searched a lot on this issue and I found out that the problem might be that Interface Builder fails to find my framework at the advertised location. Although I have been trying both configurations I have seen for the installation path of the framework, meaning @executable_path/../Frameworks and @loader_path/../Frameworks without getting either of them to work.
Problem #2
When trying to load an image from MyComponent for display purposes, I cannot seem to make these images show up at design time in Interface Builder. The problem seems to be that I do not look for the image in the proper bundle, but I cannot seem to find any bundle at all which might contain images from the associated xcode project when my plugin runs inside Interface Builder.
Any help or clues would be appreciated!
regards
-Dalzhim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden