Re: buttondownfcn problem in gui



Thanks very much Jewa.

JWagberg wrote:


No need to pass the handles structure as an argument to the
ButtonDownFcn. You can retrieve a fresh copy of it by calling
guidata
inside the handler, as:

function ButtonDownFcn(h, evt)
data=guidata(h);

HTH,

jewa & wagberg , net (replace the obvious)


.


Loading