From: Iman on
Hi,

I want to start an action in a GUI by double-clicking on a cell in a table (created by uitable). I can capture the selection through the CallSelectionCallback function but I can not capture the double-clicking.
Usually after a double click the SelectionType property of the figure changes to Open but in this case it remains at Normal.

Any suggestions?
From: Iman on
Come on guys! Any ideas?

Iman

"Iman " <izadi_i(a)yahoo.com> wrote in message <hj2ahe$jrk$1(a)fred.mathworks.com>...
> Hi,
>
> I want to start an action in a GUI by double-clicking on a cell in a table (created by uitable). I can capture the selection through the CallSelectionCallback function but I can not capture the double-clicking.
> Usually after a double click the SelectionType property of the figure changes to Open but in this case it remains at Normal.
>
> Any suggestions?