CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20

Thread: Storyboard

  1. #16
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Re: Storyboard

    I deleted all the files, for some strange reason I can not post it.
    My computer gives the same error as yours.
    My laptop and desktop gives the smart etc error
    will have another go tomorrow

    regards,

    Ger

  2. #17
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Re: Storyboard

    Here we go again!
    Attached Files Attached Files

  3. #18
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Re: Storyboard

    zipper
    Attached Files Attached Files

  4. #19
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Storyboard

    Got the email. Change your code to...

    Code:
            private void window1_Activated(object sender, EventArgs e)
            {
                ...
                board.Begin();
            }
    
            private void window1_Deactivated(object sender, EventArgs e)
            {
                board.Stop();
            }

  5. #20
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Re: Storyboard

    @Arjay,

    Thanks!

    one more thing,
    if you call board.stop() it stop regardless of the position on the timeline.
    I want to stop the animation at the end of the timeline.
    how can I do this, I was thinking on setting repeatbehaviour to zero.


    regards,

    Ger

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured