-
Property options
Is there any way for our extensions to take advantage of the PROPOPT_RENAMABLE and PROPOPT_REMOVABLE property options, ala the alterable values tab?
Also, is there a way to "disable" a property like the size properties when an object is not resizable?
-
Re: Property options
The PROPOPT_RENAMABLE and PROPOPT_REMOVABLE options can't be used in extensions, sorry.
To disable the size properties, just remove the SetEditSize function from your extension, that should work (if it's an old extension originally built with the MMF1 SDK, you might also have to replace the old SelectPopup by the new EditObject function).