Re: instant-update scrollbar?
- From: "matt dash" <n.a@xxxxxxxx>
- Date: Wed, 30 Apr 2008 19:03:04 +0000 (UTC)
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;
.
- References:
- instant-update scrollbar?
- From: matt dash
- instant-update scrollbar?
- Prev by Date: drawing patch to obscure lines
- Next by Date: Re: medical image to array in mfile
- Previous by thread: instant-update scrollbar?
- Next by thread: Mex - Resolving External dependency issues from C
- Index(es):