Search found 7 matches

by msongz
August 9th, 2013, 7:59 pm
Forum: Scripts Discussion
Topic: about the"timeline panel" close script!!
Replies: 1
Views: 6498

Re: about the"timeline panel" close script!!

app.executeCommand(app.findMenuCommandId("timeline panel :[compname]"))

that is the key line,thank you so much
by msongz
August 9th, 2013, 7:13 pm
Forum: Scripts Discussion
Topic: about the"timeline panel" close script!!
Replies: 1
Views: 6498

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!
by msongz
July 19th, 2012, 10:32 pm
Forum: Scripts Discussion
Topic: why var sth twice?
Replies: 0
Views: 7375

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...
by msongz
April 9th, 2012, 9:58 pm
Forum: Scripts Discussion
Topic: !!!! strange result !!!
Replies: 3
Views: 8526

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!!!
by msongz
April 7th, 2012, 10:48 pm
Forum: Scripts Discussion
Topic: !!!! strange result !!!
Replies: 3
Views: 8526

Re: !!!! strange result !!!

somebody help?
by msongz
April 7th, 2012, 3:32 am
Forum: Scripts Discussion
Topic: !!!! strange result !!!
Replies: 3
Views: 8526

!!!! 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)...
by msongz
January 20th, 2011, 8:35 am
Forum: Expression Discussion
Topic: script about changing
Replies: 0
Views: 7014

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...