From: krzychu on
Hi all,

for adding an edit text box within a figure I do the following:

htext = uicontrol('Style','edit', 'Max', 2, 'Enable','inactive', 'HorizontalAlignment','left');

Now I would like to reach the sliders within that "object"(?).

How do I do that?

Why do I want to do that?

The sliders seems not to support "auto-scrolling"....

Thanks in advance,
best,
k.
From: Yair Altman on
"krzychu " <krzychu(a)paliga.eu> wrote in message <hvnmhc$ouc$1(a)fred.mathworks.com>...
> Hi all,
>
> for adding an edit text box within a figure I do the following:
> htext = uicontrol('Style','edit', 'Max', 2, 'Enable','inactive', 'HorizontalAlignment','left');
> Now I would like to reach the sliders within that "object"(?).
> How do I do that?
> Why do I want to do that?
> The sliders seems not to support "auto-scrolling"....
>
> Thanks in advance,
> best,
> k.

What do you mean by "Auto-scrolling"? what is the behavior that you need?

Yair Altman
http://UndocumentedMatlab.com