How do I control where focus goes after uigetfile dialog is dismissed

11 Ansichten (letzte 30 Tage)
Curtis Gehman
Curtis Gehman am 20 Apr. 2016
Beantwortet: Adam Danz am 11 Jul. 2025
In a button callback function, I'm calling uigetfile to have the user select a file. When that file selection dialog is dismissed, focus switches over to my main Matlab window instead of back to my "app". Looks like uicontrol(c) works with the old uicontrol widgets. But I'm using App Designer, which uses a different collection of OO widgets, and uicontrol(c) does not work with them. I have a specific EditField to which I'd like to pass focus. Is the a way to set focus to the EditField before I return from the callback? How? Working in Matlab 2016a.
  2 Kommentare
Dmitry
Dmitry am 11 Okt. 2016
I am having the same problem with uisetcolor in Matlab 2016b.
Have you figured out a workaround?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Adam Danz
Adam Danz am 11 Jul. 2025
This has been fixed in R2025a. Focus now returns to the app that called uigetfile or uisetcolor after the dialog is closed. The fix is also available in the R2024a and R2024b beta releases only (not the R2024a and R2024b general releases).

Kategorien

Mehr zu App Building finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by