|
|
Re: Problem with TreeView(uitree) and UIContextMenu
Posted:
Feb 6, 2013 9:46 AM
|
|
Ahh, i got it:
hJavaTree_ja = handle(JavaTree_ja, 'CallbackProperties'); set(hJavaTree_ja,'MouseClickedCallback',{'sc_maindlggui',hMainDlg,'mdtreenouseclick'}); setappdata(hJavaTree_ja,'UIContextMenu',hContextMenu);
I allready thought that i tried this, but after looking into your book and trying it again it works now.
Anyway, thanks for helping.
|
|