Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Problem with TreeView(uitree) and UIContextMenu
Posted:
Jan 31, 2013 10:05 AM
|
|
"Yair Altman" <altmanyDEL@gmailDEL.comDEL> wrote in message news:kebv28$qov$1@newscl01ah.mathworks.com...
*snip*
> 2. getappdata - this was indeed removed for some inexplicable reason by > MathWorks (I believe in R2012a). Use try/catch and/or the object's > UserData or some other means of storing your data persistently. Bad, bad, > MathWorks!
Could you clarify what you meant by this, Yair? I have release R2012b open and it recognizes GETAPPDATA just fine.
>> version ans = 8.0.0.783 (R2012b)
>> help getappdata getappdata Get value of application-defined data. VALUE = getappdata(H, NAME) gets the value of the application-defined data with name specified by NAME in the object with handle H. If the application-defined data does not exist, an empty matrix will be returned in VALUE. *snip the rest*
The online documentation also indicates that GETAPPDATA is still present.
http://www.mathworks.com/help/matlab/ref/getappdata.html
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|