Re: instant-update scrollbar?



I think i'm the only one with such obscure problems, but I
figured it out, so i'll post the answer here for posterity:

use findjobj (on the file exchange by yair altman) to get
the slider's java handle, then set the mousedragged callback
to the same function I use as the regular matlab callback:

jvscroll=findjobj(handles.vscroll);
jvscroll.MouseDraggedCallback = @jvertscroll;





.