How to set the event priority on GUI?
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
Walter Roberson
2012년 4월 1일
There is no property to allow the relative priorities of the callbacks to be changed.
댓글 수: 2
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!