sallyslapcabbag
04-25-2005, 08:49 AM
I have created a component whose 'live preview' updates correctly when it's inspectable enumeration values are changed in the parameters tab of the properties panel but does not take those values into use when the movie is actually played.
[Inspectable( enumeration="Default,2.8,3.1", defaultValue="Default" )]
If I change the inspectable parameter to a basic String and enter the string manually instead of as a selection from an enumeration list it works perfectly.
[Inspectable( type="String", defaultValue="Default" )]
Any suggestions on what might be causing this would be greatly appreciated.
[Inspectable( enumeration="Default,2.8,3.1", defaultValue="Default" )]
If I change the inspectable parameter to a basic String and enter the string manually instead of as a selection from an enumeration list it works perfectly.
[Inspectable( type="String", defaultValue="Default" )]
Any suggestions on what might be causing this would be greatly appreciated.