From: Sahra winter on
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/

both my gui's are guide gui's. They work fine 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", I originally called my sub-gui in. I need the updated version of my adjustable variables right there!! Can someone help me with this?

any help is appreciated