app.executeCommand(app.findMenuCommandId("timeline panel :[compname]"))
that is the key line,thank you so much
Search found 7 matches
- August 9th, 2013, 7:59 pm
- Forum: Scripts Discussion
- Topic: about the"timeline panel" close script!!
- Replies: 1
- Views: 7499
- August 9th, 2013, 7:13 pm
- Forum: Scripts Discussion
- Topic: about the"timeline panel" close script!!
- Replies: 1
- Views: 7499
about the"timeline panel" close script!!
anybody know how to write the scirpt to close the timeline panel?
i just look through the script guide and found nothing to solve my problem,
hope you guys can help me
thanks!
i just look through the script guide and found nothing to solve my problem,
hope you guys can help me
thanks!
- July 19th, 2012, 10:32 pm
- Forum: Scripts Discussion
- Topic: why var sth twice?
- Replies: 0
- Views: 8385
why var sth twice?
it runs correctly,but ... why i must var the sL twice? app.beginUndoGroup("Precomp by songZ") var aI = app.project.activeItem ; function eR() { if ( !(aI instanceof CompItem)) { alert ("é€‰ä¸€ä¸ªåˆæˆï¼","Precomp by songZ","x") }else{ pC () ; } } function pC...
- April 9th, 2012, 9:58 pm
- Forum: Scripts Discussion
- Topic: !!!! strange result !!!
- Replies: 3
- Views: 10252
Re: !!!! strange result !!!
Paul Tuersley wrote:This will fix it:
File.decode(app.project.file.name)
wowï¼that work!
and it also work in Chinese project name!!
thanks!!!
- April 7th, 2012, 10:48 pm
- Forum: Scripts Discussion
- Topic: !!!! strange result !!!
- Replies: 3
- Views: 10252
Re: !!!! strange result !!!
somebody help?
- April 7th, 2012, 3:32 am
- Forum: Scripts Discussion
- Topic: !!!! strange result !!!
- Replies: 3
- Views: 10252
!!!! strange result !!!
my ae project named "the project" and run script : app.project.file.name the result is : the%20project now how can I fix this issue that result : the project ? April 10th update: below is the part of render and email.jsx: var projectName = "Unsaved Project"; if (app.project.file)...
- January 20th, 2011, 8:35 am
- Forum: Expression Discussion
- Topic: script about changing
- Replies: 0
- Views: 8819
script about changing
hey guys~ I am a newcomer about scripting. And I have no idea about changing my expression! Now I just want to write a script which can change all the layer if it has a expression, and make the "Slider" to 1 . And my meaning is changing the string to string. just ("slider") to (1...