We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code not work. Reported by @BrunoXL
<ncl> <head> <connectorBase> <causalConnector id="onBeginTestStart"> <compoundCondition operator="and"> <simpleCondition role="onBegin" /> <assessmentStatement comparator="eq"> <attributeAssessment role="test" /> <valueAssessment value="1" /> </assessmentStatement> </compoundCondition> <simpleAction role="start" max="unbounded" qualifier="par" /> </causalConnector> </connectorBase> </head> <body> <port id="start1" component="ctx" /> <media id="settings1" type="application/x-ginga-settings"> <property name="p1" /> </media> <context id="ctx"> <port id="start1" component="m1" value="red" /> <media id="settings2" type="application/x-ginga-settings"> <property name="p1" value="1" /> </media> <media id="m2"> <property name="background" value="gren" /> </media> <link xconnector="onBeginTestStart"> <bind role="onBegin" component="m1" /> <bind role="test" component="settings2" interface="p1" /> <bind role="star" component="m2" /> </link> </context> </body> </ncl>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code not work. Reported by @BrunoXL
The text was updated successfully, but these errors were encountered: