Programatically change DTDocumentBar position

2 vues (au cours des 30 derniers jours)
Alexander Mering
Alexander Mering le 15 Jan 2013
Within the Figures container (and the editor also), the list of open figures (or documents) could be positioned using the context menu, changing the bar position. Within an deployed application, I need to perform this task programatically.
How is it possible, starting from the figures container
com.mathworks.mde.desk.MLDesktop.getInstance.getGroupContainer('Figures')
or any other starting point, to either
  • extract the context menu und manually find the associated (position left) callback, or
  • directly get access to the positioning command via something like
Something.DTDocumentBar.setPosition(LEFT)
Thanks for any answer.

Réponse acceptée

Alexander Mering
Alexander Mering le 21 Mar 2014
Meanwhile I got help on this topic.
When being in contact with matlab support on another issue, the kind person there helped me. The solution is:
com.mathworks.mde.desk.MLDesktop.getInstance.setDocumentBarPosition('Figures',7)
Thanks matlab support.
Alexander

Plus de réponses (1)

Thierry Dalon
Thierry Dalon le 21 Mar 2014
  1 commentaire
Alexander Mering
Alexander Mering le 21 Mar 2014
Hello Thierry,
thanks for the reply. I completely forgot my question here.
The link you provided was actually a blog-post by myself. From there, the question comes.
Alexander

Connectez-vous pour commenter.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by