Clear Filters
Clear Filters

Turning off GUI Alerts

2 views (last 30 days)
Jacob Mevorach
Jacob Mevorach on 17 Apr 2017
Commented: Jacob Mevorach on 3 May 2017
So I built a GUI in guide and it's working great. My only problem right now is that it performs a lot of operations and every time it performs an operation (which it does a lot of) it comes to the front of my screen and this makes it impossible for me to look at code or other things in MATLAB while it's running. Does anyone know of a simple command I might include in the code for the GUI that will cause it not to do this?

Accepted Answer

Jan
Jan on 17 Apr 2017
Edited: Jan on 18 Apr 2017
You cannot include a command to prevent getting the figure on top, but you can remove the command, which causes this behaviour. Search for a figure(...) command and remove it.
  1 Comment
Jacob Mevorach
Jacob Mevorach on 3 May 2017
Thank you Jan! I appreciate the help.

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!