Questions tagged [objecthandles]

An ActionScript 3 library to enable user movement & resizing of components.

An ActionScript 3 library to enable user movement & resizing of components. http://www.objecthandles.com/

2 questions
1
vote
1 answer

MATLAB GUI: how to update handles when new objects are created in a subfunction?

I have a problem with my MATLAB GUI. I am not using GUIDE so I am self coding everything for my GUI. I have a Main which generates the a first panel of the GUIDE. This panel contains a button which can create other 2 panels through its related…
fma
  • 219
  • 2
  • 14
0
votes
1 answer

MATLAB GUI handles

I have question about using "handles" in Matlab Callback function. I don t know how to use the same thing twice. Please help me. So,I build Matlab GUI and I have callback function for upload image: function pushbutton2_Callback(hObject, eventdata,…