button
field
group
I want to create new objects via script, then set the style and properties of each object to those the corresponding master object. This includes:
showborder
opaque
threeD
borderfill
outerglow
etc
I am doing this ok in the following way:
Code: Select all
set the dropshadow of group sCurrentName to the dropshadow of group template of stack "settings"
set the innershadow of group sCurrentName to the innershadow of group template of stack "settings"
etc
Regards
Kaveh