-
Random project.selection order and folder items Extendscript
Hi. I’m having problems with the order of the project.selection array and the folder.items collection.
About the Project.selection, in the scripting guide says “All items selected in the Project panel, in the sort order shown in the Project panel.“. When I look in the in the navigation panel in the Toolkit, the order of the selection is arbitrarily in the correct order or the inversed of the Project panel view . Other thing is that the selection have the same order even if I change the order by name in the Project panel. That behavior stills when I restart both AE and toolkit with the two diferent orders in the Project panel.About the folder.items collection I have the exactly same problem.
I tryed to enclose my script by:
(function MyScript(thisObj)
{
//Script...
})(this)…but the problema persists.
Someone knows if this is a bug, or a way to fix that behavior?
Sorry, there were no replies found.