Page 1 of 1

preferredSize crash

Posted: August 28th, 2009, 5:42 pm
by nab
Could you confirm me that the following snippet makes ae crash (i'm on a mac with cs4):

Code: Select all

var pal = new Window("palette", "test");
pal.fooEt = pal.add("edittext");
pal.fooEt.preferredSize = [2,20]; // BOOM, but okay with values >= 3
pal.show();
thanks

Re: preferredSize crash

Posted: August 30th, 2009, 3:01 pm
by Yenaphe
Launched it for ExtendScript, and it runs perfectly in my AE CS4, WinVista x32

Re: preferredSize crash

Posted: August 31st, 2009, 4:04 pm
by nab
Thanks Sébastien. No matter what engine is selected in ESTK (AE or ESTK), the chosen app quits immediately. It is apparently a Mac-only bug.