From: Sahra winter on


I have a main-gui & a sub-gui and both gui's are made with guide. through the sub-gui, certain variables can be updated. My gui's can now communicate except for the following issue:
When updating handles by the sub-gui, handles don't show their update until I'm out of the "callback function",that I originally called my sub-gui in. I need the updated version of my adjustable variables right there!! Can someone help me with this?

I followed the procedure shown in the following link from "blinkdagger" site to make a connection between two gui's (main-gui and sub-gui)

http://blinkdagger.com/matlab/matlab-gui-using-a-sub-gui-to-manage-setting-parameters/

any help is appreciated