Hi Guys,
Ive been disecting one of the examples, and learning how theyve put together an app. One of the scripts Im looking at seems to be calling another command/script within the system. However I cant seem to locate the script it is calling. Is there an easyway I can open up the application and search for a particular script through a stack or cards.
Ive tried the application browser, and gone trough cards that belong to the stack but cant find that script for love nor money - any advice would be much appreciated.
How do I find a script within a stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: How do I find a script within a stack
In the script editor type command-F to bring up the search feature.
Now click the "More..." button that appears near the bottom of the code window.
Change the "Look in:" option to search in the Stack or the Stack File.
Type something you're looking for into the "Find what" field and click the Find all button.
Now click the "More..." button that appears near the bottom of the code window.
Change the "Look in:" option to search in the Stack or the Stack File.
Type something you're looking for into the "Find what" field and click the Find all button.
Re: How do I find a script within a stack
What mark said. Note that you can also do this in the stack itself. Under the "edit" menu, see "find and replace"
Similar, but a nicer interface.
Craig Newman
Similar, but a nicer interface.
Craig Newman
Re: How do I find a script within a stack
Thanks very much for the prompt response guys 
