Multiple strong selections?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Multiple strong selections?

Nicolas Passerini
Hi, how is the best way to add a "double click" action to a glamour (fast) table?

I tried usin onChangeOfPort: #strongSelection, but the event is gathered multiple times... which in my case opens four times the same window. Is this a bug that I could try to solve or is it that I am using it wrong?

A little portion of code to depict my problem:

browser transmit to: #repositories; andShow: [ :a | a fastTableĀ 
...
onChangeOfPort: #strongSelection act: [ :table | IceGlamourSynchronizer synchronize: table selection ]
].

Thanks,
Nico