Thanks, I'll give it a try!zold wrote:Windows of type 'window' are never practical to use in AE. You should use palettes, panels or dialogs.
would work better. Consider using my UI builder "Boethos", available at crgreen.com/boethosCode: Select all
new Window('palette'
It's totally free.
-cg
Search found 5 matches
- February 7th, 2016, 10:29 pm
- Forum: Scripts Discussion
- Topic: New Window Appearing behind After Effects
- Replies: 2
- Views: 12913
Re: New Window Appearing behind After Effects
- January 17th, 2016, 2:49 pm
- Forum: Scripts Discussion
- Topic: New Window Appearing behind After Effects
- Replies: 2
- Views: 12913
New Window Appearing behind After Effects
Hello, I have a dockable script UI that creates a new Window using the following code: var prefs = new Window('window',"Window Name",undefined, {resizeable: true}); prefs.layout.layout(true); prefs.show(); *There is other code in the enclosing function that adds the UI and functions to but...
- April 14th, 2015, 5:38 pm
- Forum: Scripts Discussion
- Topic: How can I launch After Effects in German (Windows or Mac)?
- Replies: 1
- Views: 9834
How can I launch After Effects in German (Windows or Mac)?
Hello,
I have to test a script for After Effects in German. Is there a way to launch After Effects in another language even though it was installed in English?
Thank you!
I have to test a script for After Effects in German. Is there a way to launch After Effects in another language even though it was installed in English?
Thank you!
- April 14th, 2015, 5:28 pm
- Forum: Scripts Discussion
- Topic: How can I avoid using 'eval()'?
- Replies: 0
- Views: 11106
How can I avoid using 'eval()'?
Hello, I'm trying to get After Effects to see a property path string (i.e. ('Contents')('Group 1')('Contents')('Rectangle 1')('Contents')('Rectangle Path 1')('Position’)) as a property. I can do this with eval(), but I have been told that this is bad practice and could be potentially used maliciou...
- March 14th, 2015, 3:23 pm
- Forum: Scripts Discussion
- Topic: Selection order for selectedProperties?
- Replies: 0
- Views: 10597
Selection order for selectedProperties?
app.project.activeItem.selectedLayers seems to be ordered by the selection order, but app.project.activeItem.selectedProperties (at least in Shape Layers) seems to be ordered by the stacking order. Is there a way to get the selection order for selectedProperties?
Thank you!
Thank you!