custom property editors part II
I have a custom property editor that sets up an array of values, plus an associated string.
I am having problems being able to use these items (setup in the property editor) from the object on which the property exists.
eg suppose i had a property Colour on an Object Door, I set the Colour to blue in my property editor, but the Object does not register this change.
Obviously I am not setting the property correctly from my property editor, but...
All of the documentation I have come across is severely lacking on advanced property editor programming...
somebody please help!!

