figures in matlab using UIFigure have this bug where, when you use uigetfile or uigetfolder or something similar, and a file window pops up, focus is removed from the GUI and never returned, so the GUI minimizes or disappears behind other windows on the screen. There is a solution, a function called fixfocus, which I downloaded and implemented. On my PC and the arena computer, it works and returns the GUI to the front of the screen at the end of the process, but it does not always work on my mac. I need to look into the fixfocus solution and see if something in there is platform specific or, if not, figure out why on a mac the focus issue is not resolved but it is on the Windows PC.
figures in matlab using UIFigure have this bug where, when you use uigetfile or uigetfolder or something similar, and a file window pops up, focus is removed from the GUI and never returned, so the GUI minimizes or disappears behind other windows on the screen. There is a solution, a function called fixfocus, which I downloaded and implemented. On my PC and the arena computer, it works and returns the GUI to the front of the screen at the end of the process, but it does not always work on my mac. I need to look into the fixfocus solution and see if something in there is platform specific or, if not, figure out why on a mac the focus issue is not resolved but it is on the Windows PC.