[SCRIPTING] Bridge is not waiting the end of a function to start another
Hello, there. Let's see if anybody can help...
I have a Bridge script that renames and move the visibleThumbnails to new folders.
Easy like this: I have 15 visibleThumbnails, then the script will creates 15 folders and move each visibleThumbnail to its own folder.
BUT...
I need another function to run over the new created folders.
This another function is being called after the loop that create the folders.
But this another function never runs unless I put an alert at its beginning.
Any help?
