Linus Ericson
10-19-2003, 07:29 AM
--Start script
myAttrib = attributes myFirstScriptedAtrib
(
parameters params rollout:myRollout
(
parmValue type:#float ui:(mySpinner,mySlider)
)
rollout myRollout "This is a Rollout"
(
spinner mySpinner ""
slider mySlider "My Control"
)
)
custAttributes.add $ myAttrib
--End script
I have problem with this code, when I run it I get rollout in
Object base level, how to add it to Attribute Holder?
myAttrib = attributes myFirstScriptedAtrib
(
parameters params rollout:myRollout
(
parmValue type:#float ui:(mySpinner,mySlider)
)
rollout myRollout "This is a Rollout"
(
spinner mySpinner ""
slider mySlider "My Control"
)
)
custAttributes.add $ myAttrib
--End script
I have problem with this code, when I run it I get rollout in
Object base level, how to add it to Attribute Holder?
