From: krzychu on 21 Jun 2010 08:39 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 21 Jun 2010 13:26 "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
|
Pages: 1 Prev: text matching Next: vec(.) operator for multidimensional array |