Search found 33 matches

by mads
June 20th, 2005, 10:58 pm
Forum: Scripts Discussion
Topic: fileSystem modified attribute question
Replies: 6
Views: 13260

ok thank you very much for testeing, I wont use the Date then, I think i will compare the file length to deteminate whether he file has changed or not.
-mads
by mads
June 20th, 2005, 4:14 am
Forum: Scripts Discussion
Topic: fileSystem modified attribute question
Replies: 6
Views: 13260

could you please try to run it on two different footage items,
created on the same day but on differebt times?
its there i get the same string, and I think they should be different
-mads
by mads
June 19th, 2005, 5:33 am
Forum: Scripts Discussion
Topic: fileSystem modified attribute question
Replies: 6
Views: 13260

fileSystem modified attribute question

I want to compare to footage items, to find out wich one is the newest. but it seems like if the files are created on the same day the modified attribute is the same, it seems like the hours and minutes and sekunds are not read. I use this test script: var myTime = app.project.activeItem.file.modifi...
by mads
June 6th, 2005, 6:36 am
Forum: Scripts Discussion
Topic: Import into folder not working
Replies: 3
Views: 8968

I haven´t been able to figure it out either so I use this Hack way to Import bitmaps into a folder, and even avoid the pop up screen when importing .psd. -rename all Folders in Project Named 'Solids' to 'tempSolids' -make a temp Composition -put as many solids in the composition as the number of fi...
by mads
May 29th, 2005, 2:24 am
Forum: Scripts Discussion
Topic: collect files and send to wath folder
Replies: 3
Views: 9655

ok I found out. I just have yo write a projectName_RCF.txt file when I save my Project in the WatchFolder to initialice the render
-mads
by mads
May 28th, 2005, 11:37 pm
Forum: Scripts Discussion
Topic: collect files and send to wath folder
Replies: 3
Views: 9655

I know but I want to do it in a script
-mads
by mads
May 28th, 2005, 2:17 am
Forum: Scripts Discussion
Topic: collect files and send to wath folder
Replies: 3
Views: 9655

collect files and send to wath folder

is it possible with a script to collect a project and send it to a watch folder for multi machine rendering?
-mads
by mads
April 29th, 2005, 12:29 pm
Forum: Scripts Discussion
Topic: saving .wav??
Replies: 0
Views: 6109

saving .wav??

is it possible with a script to save a .wav file??
-mads
by mads
February 27th, 2005, 8:27 am
Forum: Scripts Discussion
Topic: insert line into tekst file
Replies: 1
Views: 6940

insert line into tekst file

I would like to write a script that edits itself. So I can Save the choises I make in the UI . Now I´m creating another tekstfile, but is it possible to edit the script itself? if I do this: var myScript = new File("myScript.jsx"); myScriptVar.open("e"); myScriptVar.writeln(&quo...
by mads
February 27th, 2005, 6:56 am
Forum: Scripts Discussion
Topic: getFiles(mask) how to??
Replies: 3
Views: 9292

Thank you this works :-)

But I was wondering if it was possible to make a mask that included more than one file extension,something like:

myFolder.getFiles('*.tga'+'*.psd');

but I guess this isn´t possible?
-mads
by mads
February 26th, 2005, 1:42 pm
Forum: Scripts Discussion
Topic: getFiles(mask) how to??
Replies: 3
Views: 9292

getFiles(mask) how to??

I want too only import *.TGA And *.PSD

if I write
myFolder.getFiles('*psd*);

I get the PSD but how do I write a mask that include .tga??

-mads
by mads
February 12th, 2005, 3:49 am
Forum: Scripts Discussion
Topic: Importing images without user interaction
Replies: 3
Views: 9915

I use the replace() method to get round this problem I make a composition with as many solids I need , then i find the Solids folder and replace the solids with the files I need to import
-Mads
by mads
February 12th, 2005, 12:26 am
Forum: Scripts Discussion
Topic: Import into Folder
Replies: 3
Views: 10533

I found a Hack way to Import bitmaps into a folder, and even avoid the pop up screen when importing .psd. -rename all Folders in Project Named 'Solids' to 'tempSolids' -make a temp Composition -but as many solids in the composition as the number of files you want to import -find the newly created Fo...
by mads
February 1st, 2005, 3:04 am
Forum: Scripts Discussion
Topic: problems with creating scrollbar
Replies: 2
Views: 10783

problems with creating scrollbar

if I use this script: clearOutput(); var dlg = new Window('dialog', 'Alert Box Builder', [100,100,480,490]); dlg.Scrl = dlg.add('scrollbar', [10,10,190,60], 400, 0, 800); write(dlg.Scrl.value+'*'); write(dlg.Scrl.minvalue+'*'); write(dlg.Scrl.maxvalue+'*'); dlg.show(); I would assume that dlg.Scrl.v...
by mads
January 30th, 2005, 2:52 pm
Forum: Scripts Discussion
Topic: best program to write scripts in?
Replies: 13
Views: 25793

thank you
I will check out utraEdit, but it is not free

I´m using Code browser
http://code-browser.sourceforge.net/
I like this because of the folding and simplicity. and its free
-Mads