For all extension developers who have always wanted to have a property interface similar to the global values and alterable values where you can add and remove values, I have a very limited proof of concept extension here that does just that - you click a button to add a new property and click another to remove it. It turned out to be less work than I expected, just a lot of careful reading of the MMF2 SDK help file. I did this in rSDK but the procedure should be the same in EDIF and the regular SDK
Here is the VC++2008 project: Please login to see this link.
[size:8pt](This of course uses my own modified template, but who of us doesn't have modified templates? )[/size]
And for non-extension-developers who want to see this coolness for themselves, here is an MFX file you can plop into your MMF2\Extensions\ folder: Please login to see this link.
Again, this is just a simple proof of concept - I and I expect others may exploit this to do cool things. In fact I made this because, although I cannot find the thread, I recall somone along the lines of Crazy_Ivan/DizzyDoo/Dines/someone asking if it was possible to do just this.
[size:8pt](If you remember who it was and can find the thread please link it)[/size]