Hi Mark
what does a script collector do exactly?
As you progress with Rev, you'll find other people's code to use or amend, as well as your own code; some of which you'll reuse in your different stacks. So a Script collector is a program to keep all of your collected code in one convenient place; as well as being able to instantly add code from a stack you've opened or one that you're working on; or copy and paste from it to the stack.
The alternative is to collect sample code as Forum posts or stacks, saved in a folder. So a program that you can run in Rev, in tandem with a stack you are working on, is much more convenient.
Also, I'm not familiar with the revonline thing you described.
RevOnline is a place where Rev users can upload stacks to share with other people. There are two "types"; one is the older style which can be found in Rev 2.9 and 3.0, the other is the latest version, which looks and works a bit differently, which can be found in Rev 3.5. Some people are having trouble connecting to the server for RevOnline 3.5, so I've uploaded my stack "My Script Collector" to the older version.
To get to the stack, click on RevOnline in version 2.9 or 3.0; this can be found to the left of the Documentation icon, under the menu bar.
So the link is: RevOnline > User Spaces > Browse Users > gyroscope > My Script Collector
One important point: this will only run in Rev 3.0 or 3.5 (although as I say, you can download it via 2.9).
The program is best run as a plugin; in case you don't know about this I'll describe the process for you: once you've downloaded the app, drag it to the Plugins folder in you Rev 3.0 or 3.5 folder.
Now when you open Rev, you go to Development > Plugins > My Script Collector 8 to get the prog running.
I've made 36 buttons with different sections, so say you have some code in a stack script to do with Fields that you want to keep in the Script Collector, you would click on the Text button, click New, give it a title, write some notes if you want to, then drag the script into the script area, then press Apply. You can add as many other entries to this or any other section as you want.
By the way, you can change the order of the buttons by holding Command down and dragging; or change the headings by holding alt down on any of the buttons.
It automatically saves all of your entries, so next time you open it, all of your saved scripts will be there for you to reuse the code or add more.
