필터 지우기
필터 지우기

How to lock the focus on a GUI window?

조회 수: 10 (최근 30일)
Niko
Niko 2014년 6월 3일
편집: per isakson 2014년 6월 4일
Hi all,
I'm working with a multiple window GUI, and a feature I want is to lock the focus on a specific window at some point so the user cannot switch to the other windows unless they close the current one. Is that doable?
Thanks!
Niko

채택된 답변

per isakson
per isakson 2014년 6월 3일
편집: per isakson 2014년 6월 4일
WindowStyle
{normal} | modal | docked
[...]
Modal figures remain stacked above all normal figures and the
MATLAB Command Window.
[...]
When multiple modal windows exist, the most recently created
window keeps focus and stays above all other windows until it
becomes invisible, or is returned to WindowStyle normal, or is
deleted. At that time, focus reverts to the window that last
had focus.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by