Search found 1 match
- December 30th, 2016, 7:04 am
- Forum: Scripts Discussion
- Topic: Can't write to The applyStroke attribute
- Replies: 1
- Views: 10404
Can't write to The applyStroke attribute
I have several lines of simple code like this: var myComp = app.project.activeItem; var myLayer = myComp.layer(1); myLayer.sourceText.value.applyStroke = true; alert(myLayer.sourceText.value.applyStroke); However, the applyStroke doesn't work properly, I can read its value, ...