In a field with several "uicontrol('style','edit',...)" type objects. Is it possible to determine when the cursor is placed in one of them?
Idea is the following: top of the screen, a figure showing a polygon in 3D. Bottom of the screen, a figure with the coords of each point in edit boxes. Now I'd like to plot a highlight of some kind around the point in the top figure, when the coords are being edited below. Problem is callback only calls on pressed return key, and "get(name,'selected')" doesn't seems to give what I need. |