Hi!
I had the same problem.
I’m not an expert, but this syntax works for me with CS5.5:
Effect matchname=”Effect” name=”Effect”
Group name=”Group”
Checkbox name=”Checkbox” default=”false”/
Slider name=”Slider” default=”0″ valid_min=”0″ valid_max=”100″ slider_min=”0″ slider_max=”100″/
Angle name=”Angle” default=”0″/
Color name=”Color” default_red=”125″ default_green=”125″ default_blue=”125″/
Point name=”Point” default_x=”0″ default_y=”0″/
Layer name=”Layer” default_self=”true”/
Popup name=”Popup” popup_string=”Item1|Item2|Item3″ default=”1″/
/Group
/Effect
(Here I left the “less than”, and “greather than” characters in the beginning and end of the lines, but they are needed – of course)
Maybe there is no other difference:
name= only once
and works the popup control
I hope it works for you too..