Effacer les filtres
Effacer les filtres

WindowKeyPressFcn removes focus from figure when multiple figures are open

1 vue (au cours des 30 derniers jours)
Stephan Heise
Stephan Heise le 18 Mar 2016
Commenté : Jan le 19 Mar 2016
Hi,
I wrote a function for stepping through individual plot lines within an axes using the arrow keys, which I then place in the figure's WindowKeyPressFcn (a bit similar to what was done here: http://de.mathworks.com/matlabcentral/answers/100024-how-can-i-use-up-and-down-arrow-keys-to-scroll-through-my-plots-in-matlab-7-7-r2008b). It works as long as only one figure is open that uses this functionality. As soon as I open a second figure which has the same WindowKeyPressFcn, multiple key presses don't work because the focus seems to the lost after a key press. So I have to do the key press, click the figure to regain focus, key-press, click, ... which isn't really comfortable.
Does anyone know what's happening there and how I could prevent the focus-losing? Thanks in advance for any help!
Stephan.
  1 commentaire
Jan
Jan le 19 Mar 2016
Without seeing the code it is impossible to guess what happens.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Graphics Performance 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