I figured as much as
Code: Select all
ActionScript.SetProperty(Palette.RecordPaletteReferences, True)needs to be a string however parsing the show.xml comes up with boolean values.
Bit stumped I am, any insight would be cool
Moderator: Moderators
Code: Select all
ActionScript.SetProperty(Palette.RecordPaletteReferences, True)Code: Select all
ActionScript.SetProperty.Boolean("Palette.RecordPaletteReferences", True)Code: Select all
<active binding="{propertyLink id='Palette.RecordPaletteReferences' converter='Math.NotConverter'}"/>
<sequence>
<step>ActionScript.SetProperty.Boolean("Palette.RecordPaletteReferences", False)</step>
</sequence>
Code: Select all
ActionScript.SetProperty.Boolean("Palette.RecordPaletteReferences", !Palette.RecordPaletteReferences)This might work quite well in conjunction with the active indicator.
Users browsing this forum: No registered users and 25 guests