Search found 3 matches
- September 3rd, 2008, 12:54 pm
- Forum: Scripts Discussion
- Topic: Get the Index of ProjectItem
- Replies: 7
- Views: 21856
Re: Get the Index of ProjectItem
ok. it works with catching the loop "ID". but i have an other problem. how can get the Indexnumber of an item in a folder? this is not working when the item is in a folder: for (i=0 ; i<app.project.numItems) { if (app.project.item(i).name == "bewölkt") alert ("found!"+...
- September 3rd, 2008, 7:13 am
- Forum: Scripts Discussion
- Topic: Get the Index of ProjectItem
- Replies: 7
- Views: 21856
Get the Index of ProjectItem
I know that i can do a for loop to get an ProjectItem by Name. But is a possibility to return the "indexnumber" of this Item?
- June 20th, 2008, 8:17 pm
- Forum: Script requests
- Topic: Sorting ProjectItems
- Replies: 0
- Views: 8168
Sorting ProjectItems
has somebody written a script, which sorts all projectitems?
Like.
create ProjectFolder "AudioClipS"
Select all Items with the ".mp3" +".wav" etc...
Push Selection into AudioClips...
Like.
create ProjectFolder "AudioClipS"
Select all Items with the ".mp3" +".wav" etc...
Push Selection into AudioClips...