<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>AutoFOCUS3 FAQ</title>
</head>
<body>

<h2><u><font color="#336699">AutoFOCUS3 FAQ</font></u></h2>


<h3>Installation and Running</h3>
<ul>
<li> On MacOS
	<ul>
	<li>You need to accept unknown developer certificates.</li>
	<li>You need to move AutoFOCUS3 to your application folder.</li>
	<li>If you get an error message on startup which says that AutoFOCUS3 is broken and cannot be started: open a terminal and use the following command:
		<ul>
		<li>sudo xattr -rd com.apple.quarantine /Applications/AutoFOCUS3.app</li>
		<li>As our software is a scientific prototype, our product is not signed which causes a problem due to the security restrictions of MacOS</li>
		</ul>
	</li>
	</ul>
</li>
<li> AF3 does not start
	<ul>
	<li> Check, that the path to your AF3 (including the AF3 folder itself) does not contain spaces.
	<li> If the product does not start because the Java Virtual Machine (JVM) could not be created: Please update your Java installation to Java 11.0.7
	</ul>
</li>
<li> Unpacking of AF3 zip file fails with 'Path too long' on Windows
	<ul>
	<li> Workaround: Unzip into your drive root, e.g., C:/ and give the folder a short name like 'af3'
	</ul>
</li>
<li> Menu icons are not displayed on KDE
	<ul>
	<li> Go to "System settings - Application Style - GNOME Application Style".
	<li> Select "Show symbols of GTK buttons".
	<li> Select "Show symbols in GTK menus".
	</ul>
</li>
</ul>


<h3>Where can I report bugs or file feature requests?</h3>
Please direct any kind of feedback to our users mailing list (<a href="mailto:af_user@lists.fortiss.org">af_user@lists.fortiss.org</a>). The AutoFOCUS3 teams is happy to support you.


<h3>How can I connect ports of two components or states of a state automaton?</h3>

Move the cursor close to a port. The cursor will change and you simply have to <i>click and drag</i> to create a connection. 
(The old (Version 2.16 and older) <i>ALT+click and drag</i> behavior has been replaced and does not work anymore.)

<h3>How can I add new elements to a diagram?</h3>

There are three possibilities: either <i>right-click</i> in the model navigator (left side) or in the diagram editor (center) and select the element from the context menu, or drag the element from the model elements view (right side) into the diagram editor. 

<h3>How to contribute?</h3>
AutoFOCUS3 is open source and developed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 license</a>.
Please check our <a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/Developers_documentation">developer documentation</a>, or write to our developer mailing list (<a href="mailto:af_devel@lists.fortiss.org">af_devel@lists.fortiss.org</a>).
</body>
</html>