Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

open-configuration.html 2.9KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html>
  2. <head>
  3. <title>Typica - Data for Coffee Roasters</title>
  4. <link rel="stylesheet" type="text/css" href="../../style.css">
  5. </head>
  6. <body>
  7. <div id="page">
  8. <div id="topmatter">
  9. <div id="topbanner">
  10. <img src="../../logo96.png" height="96px" width="96px" alt="Typica logo" />
  11. <h1>Typica</h1>
  12. <h2>Data for Coffee Roasters</h2>
  13. </div>
  14. <div id="menu">
  15. <a class="tab" href="../../index.html">Project Home</a>
  16. <a class="tab" href="../../downloads.html" >Downloads</a>
  17. <a class="tab active" href="../../documentation.html" >Documentation</a>
  18. <a class="tab" href="../../screenshots.html" >Screenshots and Videos</a>
  19. <a class="tab" href="../../involvement.html" >Get Involved</a>
  20. <a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
  21. </div>
  22. </div>
  23. <div id="maintext">
  24. <h1>Open Configuration File</h1>
  25. <img src="images/open-configuration.png" />
  26. <p>After Typica has connected to a database or you have decided to not connect to the database, you will be prompted to select a configuration file unless you have opened Typica through a shortcut or command line that specifies the configuration file you would like to use. The configuration file is responsible for setting up nearly all of the graphical interface elements in Typica. An example configuration, <em>config.xml</em> is provided with Typica in the config folder. The rest of the documentation assumes that you are using this configuration and an effort is made to provide an example configuration that most people will not need to customize, however if you would like to change the behavior of Typica, it is often possible to achieve the desired results by editing the files in the config folder and its subfolders.</p>
  27. <p>The prompt comes in the form of an Open File window and should look similar to what you see when you select Open from the File menu in most other programs on your computer. When using the example configuration provided with Typica, please ensure that you are using the configuration provided with the version of Typica that you are using and not an older configuration provided with a previous version of the program that you may have used. Also note the the title of the "Open Configuration File" window. If the title of the window is not "Open Configuration File" you might not actually be using Typica, in which case opening the file will result in unexpected behavior as the computer will do as you have instructed instead of as you intended.</p>
  28. <p><a href="argument-c.html">Note that it is possible to bypass this prompt.</a></p>
  29. <h1>What Happens Next?</h1>
  30. <p>After the configuration file has been opened you should see the "Choose Your Path" window. This is the main navigational window for the program which provides access to the major functional areas of the program.<p>
  31. <ul>
  32. <li><a>Choose Your Path</a></li>
  33. </ul>
  34. </div>
  35. </div>
  36. </body>
  37. </html>