troubleshooting.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Troubleshooting &mdash; AToMPM 0.6 documentation</title>
  7. <link rel="stylesheet" href="_static/classic.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <link rel="stylesheet" href="_static/mystyle.css" type="text/css" />
  10. <script type="text/javascript">
  11. var DOCUMENTATION_OPTIONS = {
  12. URL_ROOT: './',
  13. VERSION: '0.6',
  14. COLLAPSE_INDEX: false,
  15. FILE_SUFFIX: '.html',
  16. HAS_SOURCE: true
  17. };
  18. </script>
  19. <script type="text/javascript" src="_static/jquery.js"></script>
  20. <script type="text/javascript" src="_static/underscore.js"></script>
  21. <script type="text/javascript" src="_static/doctools.js"></script>
  22. <link rel="top" title="AToMPM 0.6 documentation" href="index.html" />
  23. <link rel="next" title="Workflows" href="workflows.html" />
  24. <link rel="prev" title="Executing a Model Transformation" href="executing_transformation.html" />
  25. </head>
  26. <body role="document">
  27. <div class="related" role="navigation" aria-label="related navigation">
  28. <h3>Navigation</h3>
  29. <ul>
  30. <li class="right" style="margin-right: 10px">
  31. <a href="genindex.html" title="General Index"
  32. accesskey="I">index</a></li>
  33. <li class="right" >
  34. <a href="workflows.html" title="Workflows"
  35. accesskey="N">next</a> |</li>
  36. <li class="right" >
  37. <a href="executing_transformation.html" title="Executing a Model Transformation"
  38. accesskey="P">previous</a> |</li>
  39. <li class="nav-item nav-item-0"><a href="index.html">AToMPM 0.6 documentation</a> &raquo;</li>
  40. </ul>
  41. </div>
  42. <div class="document">
  43. <div class="documentwrapper">
  44. <div class="bodywrapper">
  45. <div class="body" role="main">
  46. <div class="section" id="troubleshooting">
  47. <span id="id1"></span><h1>Troubleshooting<a class="headerlink" href="#troubleshooting" title="Permalink to this headline">¶</a></h1>
  48. <ol class="arabic simple">
  49. <li>I&#8217;m stuck in edge editing mode!</li>
  50. </ol>
  51. <p>It sometimes happens you are stuck in edge editing mode and cannot get out. This is frustrating because you cannot save your model. There is, however, the possibility to call client functions from the console directly. Simply type <em>_saveModel()</em> in the console and you save the current state of the model.</p>
  52. <p>If for some reason this did not work, restart AToMPM. <strong>Do not load your model</strong>. Instead, load the <em>.autosave.&lt;model-name&gt;.model</em> file, which is AToMPM&#8217;s way of backing up your work. It will contain a recent version of your model, but not necessarily the latest.</p>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  58. <div class="sphinxsidebarwrapper">
  59. <h4>Previous topic</h4>
  60. <p class="topless"><a href="executing_transformation.html"
  61. title="previous chapter">Executing a Model Transformation</a></p>
  62. <h4>Next topic</h4>
  63. <p class="topless"><a href="workflows.html"
  64. title="next chapter">Workflows</a></p>
  65. <div role="note" aria-label="source link">
  66. <h3>This Page</h3>
  67. <ul class="this-page-menu">
  68. <li><a href="_sources/troubleshooting.txt"
  69. rel="nofollow">Show Source</a></li>
  70. </ul>
  71. </div>
  72. <div id="searchbox" style="display: none" role="search">
  73. <h3>Quick search</h3>
  74. <form class="search" action="search.html" method="get">
  75. <div><input type="text" name="q" /></div>
  76. <div><input type="submit" value="Go" /></div>
  77. <input type="hidden" name="check_keywords" value="yes" />
  78. <input type="hidden" name="area" value="default" />
  79. </form>
  80. </div>
  81. <script type="text/javascript">$('#searchbox').show(0);</script>
  82. </div>
  83. </div>
  84. <div class="clearer"></div>
  85. </div>
  86. <div class="related" role="navigation" aria-label="related navigation">
  87. <h3>Navigation</h3>
  88. <ul>
  89. <li class="right" style="margin-right: 10px">
  90. <a href="genindex.html" title="General Index"
  91. >index</a></li>
  92. <li class="right" >
  93. <a href="workflows.html" title="Workflows"
  94. >next</a> |</li>
  95. <li class="right" >
  96. <a href="executing_transformation.html" title="Executing a Model Transformation"
  97. >previous</a> |</li>
  98. <li class="nav-item nav-item-0"><a href="index.html">AToMPM 0.6 documentation</a> &raquo;</li>
  99. </ul>
  100. </div>
  101. <div class="footer" role="contentinfo">
  102. &copy; Copyright 2016, Eugene Syriani, Hans Vangheluwe, Raphael Mannadiar, Conner Hansen, Simon Van Mierlo, Huseyin Ergin, Jonathan Corley.
  103. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.5.
  104. </div>
  105. </body>
  106. </html>