preferredSize crash

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

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
Yenaphe
Posts: 84
Joined: February 3rd, 2009, 6:30 pm
Location: Paris - France
Contact:

Launched it for ExtendScript, and it runs perfectly in my AE CS4, WinVista x32
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

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.
Post Reply