MATLAB: Do callback properties disappear from the Property Inspector when I open a GUI created in GUIDE in MATLAB 7.6 (R2008a) in MATLAB 7.4 (R2007a)

MATLAB

I have created a GUI with UICONTROLS with callbacks in GUIDE in MATLAB 7.6 (R2008a). I then open my GUI in GUIDE in MATLAB 7.4 (R2007a). When I right-click on a UICONTROL in GUIDE and choose Property Inspector, I cannot see the callback I have created for this UICONTROL.

Best Answer

Due to the backwards compatibility issues between MATLAB 7.6 (R2008a) and MATLAB 7.4 (R2007a), it is not possible to see the callbacks in the Property Inspector for the GUI created in MATLAB 7.6 (R2008a) and then viewed in MATLAB 7.4 (R2007a). You can, however, access the Callbacks for your uicontrols in MATLAB7.4 (R2007a) if you right-click on a UICONTROL in GUIDE and select View Callbacks->Callback.