Dimension is strang in aftereffects

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
ghaith
Posts: 13
Joined: October 23rd, 2009, 2:45 am

i have new problem
i finished my panel however testing it looks great but in aftereffects the Dimension is totally wrong !!
even i put the resize property to false but in aftereffects i am able to resize it any idea

i am using something like this :shock:

Code: Select all

myPanel = (thisObj instanceof Panel) ? thisObj : new Window("palette", "G_Animator ", undefined, {resizeable:false});
and later i put

Code: Select all

var G_animator = createUI(this);
if (G_animator instanceof Window) {
	G_animator.show();
} else {
	G_animator.layout.layout(true);
}
help me plz :)
Post Reply