Skip navigation.
 
mlRe: How to 'refresh' functions viewed in connections palette in IB
FROM : Justin Anderson
DATE : Sat Jan 11 22:05:14 2003

Or you can just right-click/control-click the class name in IB's
"Classes" tab and select "Read MyClass.h". If you've removed any
actions/outlets, IB will ask you if you want to merge the new
connections with the old ones or replace. You'll usually want to
replace.

Justin

On Saturday, January 11, 2003, at 02:57 PM, Daniel Stark wrote:

> You need to make sure you have saved the header file and then drag it
> into the Nib window of IB.
>
> -Dan
>
>
>
> On Saturday, January 11, 2003, at 01:47 PM, Jim Witte wrote:
>

>>  If I add a function to the main class .h and .m files in PB, how do
>> I get IB to see the added functions in the connections attribute >
>> panel?
>>
>> Jim
>> _______________________________________________
>> cocoa-dev mailing list | <email_removed>
>> Help/Unsubscribe/Archives:
>> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>> Do not post admin requests to the list. They will be ignored.

> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlHow to 'refresh' functions viewed in connections palette in IB Jim Witte Jan 11, 20:47
mlRe: How to 'refresh' functions viewed in connections palette in IB Daniel Stark Jan 11, 20:57
mlRe: How to 'refresh' functions viewed in connections palette in IB Justin Anderson Jan 11, 22:05