In my new() method for MyWindowController.pm, I have the code:

  $self->{'Browser_F'}->setAction('browserFSgl:');

- (void)setAction:(SEL)aSelector

Yes, this is not working for me either.
Is CamelBones currently supporting SEL (selectors) at all ?

I ran into a similar problem when trying to make a dynamic dock menu.

Rich, is there any error message you get when calling setAction?

You call it with a string, I tried to call it with a SEL (which failed because I could not create a selector).
I also got error messages when calling functions that _return_ SEL.

Anyone succeeded in doing these things ?


Thilo



Reply via email to