Barry,
> > Try catching the #keyPressed: event (instead of #keyTyped). Something
> > like the following:
> >
> > listViewPresenter
> > when: #keyPressed:
> > send: onKeyPressedInList:
> > to: self.
> Thanks for the suggestion, but it dosen't work. Nothing happens. I even
> placed a self halt in the event handling method and it doesn't even get
> there. I think this was one of the things I tried before I posted my
> original message as this is how I would of expected it work too.
Are you sure you've typed the #keyPressed: event name correctly (including
the colon at the end). Try this:
lp := ListPresenter show.
lp when: #keyPressed: send: #beep to: Sound.
Set focus to the list presenter and hit the Insert key. You should hear a
beep.
Best Regards,
Andy Bower
Dolphin Support
http://www.object-arts.com---
Are you trying too hard?
http://www.object-arts.com/Relax.htm---