> > I have a ListComposableModel rendered with spec that I want to do something > if an element is double clicked.
for double clicked I do not know. Did you check the when* API of ListComposableModel? > > How do I register the event handler? I know about on:send:to when:send:to: > but what Announcement do I use? In my testing with just a symbol #doubleClick > it doesn't work (and probably isn't supposed to). In which Pharo version are you? > > thanks, > Lo