<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="_c74_vig.xsl" type="text/xsl"?>
<vignette name="Collections" package="Max" rankfactor="3">
  <h1>
	Collections
	</h1>
  <p>
		Max lets you create and work with <i>collections</i> - a kind of virtual
		file folder where you can store groups of patchers, media, saved searches,
		and any other kind of Max resources you would like to group together for
		convenience. You can create a collection and add files to it using the
		<link type="vignette" module="core" name="file browser">file browser</link>.
	</p>
  <p>
		The
		<link type="vignette" module="core" name="collections_toolbar_browser">Collections toolbar browser</link>
		lets you access and use
		the different kinds of data collections you create. It is accessible from
		<link type="vignette" module="core" name="left_patcher_toolbar">the left patcher toolbar</link>
	</p>
  <a name="create"/>
  <bluebox>
    <h2>
	Creating a collection
	</h2>
    <ul>
      <li>
		Click on the File Browser button in
		<link type="vignette" module="core" name="left_patcher_toolbar">the left patcher toolbar</link>
		to open a
		<link module="core" name="file_browser" type="vignette">file browser</link>
		window.
		</li>
    </ul>
    <p>
      <img src="images/left_patcher_toolbar1.png"/>
    </p>
    <ul>
      <li>
		Click on the plus icon at the bottom left of the file browser to display the pop-up menu
		and click on <b>New Collection</b>.
		</li>
    </ul>
    <p>
      <img src="images/collection_create1.png"/>
    </p>
    <ul>
      <li>
		A blank edit area will appear at the top of the window.
		Type in the name you want to use for the new collection.
		</li>
    </ul>
    <p>
      <img src="images/collection_create2.png"/>
    </p>
    <ul>
      <li>
		Typing a return will create the collection and add its name to the file browser sidebar.
		You will also see the name of the new collection displayed in the
		<link type="vignette" module="core" name="collections_toolbar_browser">Collections toolbar browser</link>.
		</li>
    </ul>
    <p>
      <img src="images/collection_create3.png"/>
    </p>
  </bluebox>
  <br/>
  <space/>
  <a name="manage"/>
  <bluebox>
    <h2>
	Adding files to a collection
	</h2>
    <ul>
      <li>
		Using the file browser, locate the files you want to add to your collection.
		Click on the file(s) you wish to add and drag them over the name of the collection
		in the file browser sidebar.
		</li>
    </ul>
    <p>
      <img src="images/collection_fileadd1.png"/>
    </p>
    <ul>
      <li>
		When you release the mouse button, the files will be copied and you'll be notified that
		the files have been added.
		</li>
    </ul>
    <p>
      <img src="images/collection_fileadd2.png"/>
    </p>
  </bluebox>
  <br/>
  <space/>
  <bluebox>
    <h2>
	Removing files from a collection
	</h2>
    <ul>
      <li>
		Click on the name of the collection you want to remove files from in the
		file browser sidebar to display the files in the collection.
		</li>
    </ul>
    <p>
      <img src="images/collection_fileremove1.png"/>
    </p>
    <ul>
      <li>
		Click to select and highlight the file(s) you want to remove.
		</li>
    </ul>
    <p>
      <img src="images/collection_fileremove2.png"/>
    </p>
    <ul>
      <li>
		Hit the delete key to remove the selected files.
		</li>
    </ul>
  </bluebox>
  <br/>
  <space/>
  <bluebox>
    <h2>
	Renaming a collection
	</h2>
    <ul>
      <li>
		Click on the name of the collection you want to rename in the
		file browser sidebar to select it and display the files in the collection.
		</li>
    </ul>
    <p>
      <img src="images/collection_rename1.png"/>
    </p>
    <ul>
      <li>
		In the file browser display area, click on the name of the collection you've selected, or click on the <i>rename</i> button to the left of the name field.
		A cursor will appear and you can type in a new name for your collection.
		</li>
    </ul>
    <p>
      <img src="images/collection_rename2.png"/>
    </p>
    <ul>
      <li>
		When you type a return, the collection will be renamed and the new name will appear
		in the Collections tab in the file browser toolbar.
		</li>
    </ul>
    <p>
      <img src="images/collection_rename3.png"/>
    </p>
  </bluebox>

  <br/>
  <space/>
  <bluebox>
    <h2>
	Removing a collection
	</h2>
    <ul>
      <li>
		Click on the name of the collection you want to remove in the
		file browser sidebar to select it and display the files in the collection.
		</li>
    </ul>
    <p>
      <img src="images/collection_remove1.png"/>
    </p>
    <ul>
      <li>
		Click on the <i>Delete</i> button to the right of the name field to remove
    the collection from the collection list.
		</li>
    </ul>
    <p>
      <img src="images/collection_remove2.png"/>
    </p>
  </bluebox>
</vignette>
