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

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

Lower down in the file, I have the code:

  sub browserFSgl {

    my ($self, $browser) = @_;

    NSLog("browserFSgl");

    return($self);
  }

If this were doing what I expect, it would print "browserFSgl" on
the log every time I clicked a line in the named NSBrowser.  Can
anyone tell me why it doesn't?

-r

P.S.  The rest of my browser now seems to be working just fine.
      I'm just using this as a way to get the selected pathname.
--
email: [EMAIL PROTECTED]; phone: +1 650-873-7841
http://www.cfcl.com/rdm    - my home page, resume, etc.
http://www.cfcl.com/Meta   - The FreeBSD Browser, Meta Project, etc.
http://www.ptf.com/dossier - Prime Time Freeware's DOSSIER series
http://www.ptf.com/tdc     - Prime Time Freeware's Darwin Collection

Reply via email to