Search found 25 matches

by slawes
August 4th, 2011, 9:48 am
Forum: Scripts Discussion
Topic: Option (Alt) replace method
Replies: 2
Views: 7745

Re: Option (Alt) replace method

Thanks Dan, I was thinking I might have to do this, but was hoping for a simpler approach.

-Stephen
by slawes
August 4th, 2011, 7:16 am
Forum: Scripts Discussion
Topic: Option (Alt) replace method
Replies: 2
Views: 7745

Option (Alt) replace method

Would anyone know whether there is a script command to do the same action as Option (Alt) replace an item in the project window ? Basically I want to (via a script I have already have) create a comp and then replace another comp with the new one which would include every instance it is used. Thanks,...
by slawes
May 25th, 2010, 3:53 pm
Forum: General Scripts Library
Topic: Quick effects palette
Replies: 43
Views: 134430

Re: Quick effects palette

This is a super handy script.
Thanks so much.

Anyone know how to get the specific names to each effect ? I am trying to apply Frischluft Depth of Field, but I can't seem to find the call name for it. Are they stored in a specific location ?

Many thanks,
Stephen
by slawes
November 15th, 2008, 10:56 pm
Forum: Scripts Discussion
Topic: UI help
Replies: 1
Views: 6571

Re: UI help

I had a kind e-mail from Jeff Almasol who suggested placing the - win.bggraphic = win.add("image",[0,0,1144,473],iconfile); - after all of the other UI calls, which worked. However, apparently this isn't supposed to work this way and only one item in the UI can be visible at a time. -Stephen
by slawes
November 4th, 2008, 12:02 pm
Forum: Scripts Discussion
Topic: UI help
Replies: 1
Views: 6571

UI help

I'm at present finishing off a slate tool for the company I work at. I mostly work on a Mac, and have started to de-bug on a windows machine to make sure everything is cross platform. I came across an annoying little problem, which I am hoping there is a work around - or I'm using the tool, whicheve...
by slawes
September 16th, 2008, 10:00 am
Forum: Animation presets Library
Topic: Enhance tracking by scaling corner pin
Replies: 8
Views: 123298

Re: Enhance tracking by scaling corner pin

Thanks Sean. I have actually been using the CC corner pin instead for that very reason. Unfortunately I want to go beyond the +200 that it gives you to expand the pin. I'm sure that the preset must have an expression in there somewhere, if some kind soul could just post the maths behind it, I would ...
by slawes
September 16th, 2008, 12:51 am
Forum: Animation presets Library
Topic: Enhance tracking by scaling corner pin
Replies: 8
Views: 123298

Re: Enhance tracking by scaling corner pin

Does anyone know (maybe Donat) where that handy preset for scaling the corner pin has gone - the link seems to be broken.

Thanks,
Stephen
by slawes
October 9th, 2007, 10:45 pm
Forum: Scripts Discussion
Topic: edittext changed in cs3 ?
Replies: 4
Views: 10344

Oh, and are there any workarounds ?

Stephen
by slawes
October 9th, 2007, 10:44 pm
Forum: Scripts Discussion
Topic: edittext changed in cs3 ?
Replies: 4
Views: 10344

I'm on a mac - haven't tested it on windows yet, but tomorrow I shall.
Its seems a shame that this isn't supported on the mac, especially since it was working in ae 7.
I'm just curious on what changed from 7 to cs3 that would stop this working ?
Thanks for replying Jeff.

Stephen
by slawes
October 5th, 2007, 12:05 pm
Forum: Scripts Discussion
Topic: edittext changed in cs3 ?
Replies: 4
Views: 10344

edittext changed in cs3 ?

I'm starting to re-write some of my scripts to work in cs3 and have found that the 'return' key does not apply a carriage return when typing text into an 'edittext' box. Here's the code - win.infopnl = win.add('panel', [20,225,530,395], 'Info'); win.infocomment = win.infopnl.add('edittext', [20,60,4...
by slawes
July 5th, 2007, 1:08 pm
Forum: Scripts Discussion
Topic: launching a secondary window
Replies: 0
Views: 5980

launching a secondary window

I have this weird problem with lauching a secondary window, and its kind of a chicken/egg syndrome. First off, the secondary window get's shown before the main UI - I can somewhat figure out why (even though in theory it should only get shown when the .onChange argument is met) , but i can't then fi...
by slawes
March 12th, 2007, 10:02 am
Forum: Scripts Discussion
Topic: 'Browse' button
Replies: 5
Views: 10858

browse

Thanks Chris, that worked.
Offcourse, the question would be why - seems kind of random.

Thanks,
Stephen.
by slawes
March 9th, 2007, 6:57 pm
Forum: Scripts Discussion
Topic: 'Browse' button
Replies: 5
Views: 10858

'Browse' button

I have this script that has a really simple UI with a checkbox and a browse box for entering a file location. It works fine on a mac, but the browse button is seemingly disabled on the pc. The weird thing is that the 'ok' and 'cancel' buttons work fine. What gives ? function buildUI() { if (win != n...
by slawes
February 22nd, 2007, 11:22 am
Forum: Scripts Discussion
Topic: applescript
Replies: 2
Views: 8594

applescript

Thanks, I should have done that already.

-Stephen.
by slawes
February 19th, 2007, 11:51 am
Forum: Scripts Discussion
Topic: frame sequence number
Replies: 5
Views: 11984

Thanks Paul, you're a lifesaver, and thanks for the info too.

-stephen.