필터 지우기
필터 지우기

How do I access all controls in the R2015b Toolbar Editor?

조회 수: 1 (최근 30일)
Dave Watson
Dave Watson 2023년 1월 25일
댓글: Dave Watson 2023년 7월 31일
I have a toolbar in my app that now has more than 20 controls - pushbuttons, toggles - on it and the Toolbar Editor only displays the first 10 or so before they "run off the edge." Anyone know how to access the hidden ones, short of opening the Objects Brrowser? Thanks
  댓글 수: 2
Sai Sumanth Korthiwada
Sai Sumanth Korthiwada 2023년 2월 8일
Hi Dave, what does "toolbar in my app" mean? is it MATLAB 2015b?
More information about the issue helps us to debug. Thanks.
Dave Watson
Dave Watson 2023년 5월 24일
편집: Dave Watson 2023년 5월 24일
Hi, it means I have a compiled stand-alone app within which I added controls on a toolbar, using GUIDE. I am not referring to the standard toolbar in Matlab-created figures. In the Toolbar Editor, the uicontrol icons disappear of the far right end. Seems the only way to get at them is to use the Object Browser as there's no way (I've found) to shift them back into view in the Toolbar Editor.
Sorry for delay responding - did not have notifications turned on.)

댓글을 달려면 로그인하십시오.

답변 (1개)

Supraja
Supraja 2023년 4월 5일
As per my understanding, you want to find your hidden buttons in MATLAB R2015b.Each quick access toolbar button has a label that describes the action it performs. You can show the label for a button by doing a right-click on the toolbar button and selecting 'Show Label'.
You can hide the label by doing a right-click on the button and selecting 'Hide Label'.
Restore the Default Toolbar
The default quick access toolbar contains actions to copy, cut, paste, open the Favorite Commands menu, and access the documentation.
You can restore the toolbar to its default state by doing a right click on in the toolbar and selecting Restore Defaults.
Restoring the default toolbar:
  • Removes non-default action buttons, including favorite commands
  • Arranges the default buttons to their default order
  • Hides button labels
  댓글 수: 1
Dave Watson
Dave Watson 2023년 7월 31일
Sorry, did not get a notification of your response.
Not quite. When using the Toolbar Editor in GUIDE, I have so many controls on my - not a MATLAB default - toolbar that they run off the end of the editor display window. The window is not resizeable so I can't access them. See attachment.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품


릴리스

R2015b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by