10000 Fix link test on second instasame Mediasettings · Issue #153 · TeleMidia/ginga · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix link test on second instasame Mediasettings #153

New issue

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

Open
alanlivio opened this issue Aug 19, 2019 · 0 comments
Open

Fix link test on second instasame Mediasettings #153

alanlivio opened this issue Aug 19, 2019 · 0 comments

Comments

@alanlivio
Copy link
Member
alanlivio commented Aug 19, 2019

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant
0