Skip to content
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

Refering to a Area in link doesn't work #71

Open
caioviel opened this issue Aug 28, 2012 · 1 comment
Open

Refering to a Area in link doesn't work #71

caioviel opened this issue Aug 28, 2012 · 1 comment
Labels
Milestone

Comments

@caioviel
Copy link
Member

Look at the following NCL code:

<media id="animation" src="../media/animGar_low.mp4" descriptor="screenDesc">
    <area id="segDrible" begin="11.5s"/>
    <area id="segPhoto" begin="41s"/>
    <area id="segIcon" begin="45s" end="51s"/>
</media>

<context id="advert">
        <media id="reusedAnimation" refer="animation" instance="instSame">
            <property name="bounds"/>
        </media>

        <link  id="lIcon" xconnector="conEx#onBeginStart">
            <bind role="onBegin" component="reusedAnimation" interface="segIcon"/>
            <bind role="start" component="icon"/>           
        </link>
</context>

The link lIcon isn't being triggered.

@caioviel
Copy link
Member Author

This problem is bigger than I thought because the context 'advert' wasn't initialized yet. Moved to next milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant