Search found 12 matches

by lougris
May 7th, 2012, 12:18 pm
Forum: Scripts Discussion
Topic: launch vbs file in an AE script
Replies: 1
Views: 6727

launch vbs file in an AE script

Hello,

How could you launch a vb script in AE, i've tried to do this :
var vbsFile = new File(pathVbsFile);
vbsFile.execute();

But it doesn't work...

Thanks in advance

Fred
by lougris
May 7th, 2012, 11:37 am
Forum: General Scripts Library
Topic: launch vb scripts from AE
Replies: 0
Views: 14448

launch vb scripts from AE

Hello,

I would like to know if it's possible to run vbs scripts in AE ?
Like this :
var vbsFile = new File(path);
vbsFile.execute();

or with $.evalFile() or eval()
I don't succeed...

Thanks in advance

Fred
by lougris
April 10th, 2012, 1:18 am
Forum: Scripts Discussion
Topic: switch focus between two parented Windows with the mouse cli
Replies: 0
Views: 6455

switch focus between two parented Windows with the mouse cli

Hello,


So, i already have a main window and i would like to create a new little Windows called from the first.

When the two windows are opened, i would like to keep both opened and switch focus between each of both windows?


Thanks in advance,


Fred
by lougris
April 6th, 2012, 2:29 am
Forum: Scripts Discussion
Topic: make a script installer
Replies: 0
Views: 6870

make a script installer

Hello,

I wish to know how to make a script package installer (jsx + images + text file).

Have you ever realise an installation vb script or others, with the possibility to choose install directory, confirmation screens etc. ?

Thanks for advance

Fred
by lougris
March 27th, 2012, 4:59 am
Forum: Scripts Discussion
Topic: record effect preset with a script?
Replies: 0
Views: 6677

record effect preset with a script?

Hello,

How could i record an effect preset with a script?

Thanks for advance

Frédéric
by lougris
March 26th, 2012, 2:12 am
Forum: Scripts Discussion
Topic: Show a footage snapshot
Replies: 0
Views: 6518

Show a footage snapshot

Hello,

I would try to show a footage snapshot in a window, is that possible?
I would try to do this before the creation of the project, when there's no item in the project, with a file which will be imported, is that possible?

Thanks

Frédéric
by lougris
March 26th, 2012, 1:03 am
Forum: Scripts Discussion
Topic: FileGetDialog syntax ?
Replies: 1
Views: 6366

FileGetDialog syntax ?

Hello,


I use the function fileGetDialog(title, filelist), and i would like to know the syntax to list lots of files type in the filelist parameter ?

Exemple : JPEG (*.jpg,*.jpeg)

TIFF (*.tiff)

TARGA (*.tga)


Thanks for advance


Frédéric
by lougris
March 19th, 2012, 2:29 am
Forum: Scripts Discussion
Topic: Use KeyboardEvent in AE CS3
Replies: 0
Views: 6474

Use KeyboardEvent in AE CS3

Hello, I've tried to do this on AE CS3 : editText.addEventListener("keydown", keyboardCapt, false); function keyboardCapt(e) { alert("You hit : " + e.keyName); } But it doesn't work, do you know the reason ? Are KeyboardEvents yet implemented in AE CS3? I've seen on the guide an ...
by lougris
March 16th, 2012, 2:44 am
Forum: Scripts Discussion
Topic: inPoint, outPoint, duration problems
Replies: 3
Views: 9348

Re: inPoint, outPoint, duration problems

Thanx a lot, i will look to this currentFormatToTime() global method
by lougris
March 15th, 2012, 5:45 am
Forum: Scripts Discussion
Topic: put a Solid in an other folder than default folder "Solids"
Replies: 1
Views: 6244

put a Solid in an other folder than default folder "Solids"

Hello,

Is it possible to create a solid and put it in an other folder than default folder "Solids"?

Thanks

Frédéric
by lougris
March 14th, 2012, 3:24 am
Forum: Scripts Discussion
Topic: include .js
Replies: 0
Views: 6305

include .js

Hello,

What is the syntax to include a .js file in an other .jsx file?

Thanks for your help.
by lougris
March 13th, 2012, 8:32 am
Forum: Scripts Discussion
Topic: inPoint, outPoint, duration problems
Replies: 3
Views: 9348

inPoint, outPoint, duration problems

Hello, I'm nut used to write in english, so excuse me. I just start to use After Effects scripting since few days, I have a problem and i'm surprised to discover that when i set #inPoint or outPoint values of an imported footage in a script, result values are different because there is a cast from h...