Answered
Hot To change Text Color
How can I change the color of active texts?
Unfortunately obj.fillColor = (Not working)
How can I change the color of active texts?
Unfortunately obj.fillColor = (Not working)
TextFrame items don't have fillColor properties. You have to apply color through CharacterAttributes
obj.textRange.characterAttributes.fillColor = yourColor;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.