Copy link to clipboard
Copied
I created an interface with extendscript. with this I add controls with Essential Panel. adds newly added controls to the top of the list. What should I do to add each newly added control to the end of the list?
Copy link to clipboard
Copied
Is this what you need?
https://ae-scripting.docsforadobe.dev/properties/propertybase.html#propertybase-moveto
Copy link to clipboard
Copied
tam olarak değil, temel Garaphics panelindeki kontrollerin sırasını extensionscript ile değiştirmek istiyorum.
veya eklerken sonuna eklenmesini istiyorum.
Copy link to clipboard
Copied
not exactly, I want to change the order of the controls in the essential Garaphics panel with extendscript. or I want to have it append to the end when adding.