Borrar filtros
Borrar filtros

How to set the event priority on GUI?

1 visualización (últimos 30 días)
Volkan Kandemir
Volkan Kandemir el 1 de Abr. de 2012
Hi everyone. Here is an basic but important question. Think about a GUI which have a textbox named as edit1 and let us add an event to this textbox by KeyPressFcn. When we press return key, KeyPressFcn will arise and gets the text of edit1. However on the same time edit1_Callback event will arise. By default KeyPressFcn event comes first. How can I change it?
By the way I solved my problem by removing KeyPressFcn event and moving both code under the event of edit1_Callback. Nevertheless, there should be property which users can manage the event priorities.

Respuesta aceptada

Walter Roberson
Walter Roberson el 1 de Abr. de 2012
There is no property to allow the relative priorities of the callbacks to be changed.
  2 comentarios
Volkan Kandemir
Volkan Kandemir el 1 de Abr. de 2012
If so how Matlab decide which event comes first?
Walter Roberson
Walter Roberson el 1 de Abr. de 2012
It is a matter which is not defined by Mathworks.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by