Jump to content
LaunchBox Community Forums

Having difficulty with animated gifs


shro2016

Recommended Posts

I have worked through the tutorials on YouTube for theme creation but cannot add an animated gif to the theme I am making. despite several attempts I cannot get the animated gif to work. I have added the required line to the user control section on the view. 

With this line in place it will then accept and recognise the <image gif: tag. However, when I try putting image behavior after the tag it is not recognised as a valid property and neither is animated source. With these in place I get an error notification and the view does not load.

Any ideas what I am doing wrong or what I have missed?

 

 

 

 

 

 

Edited by shro2016
Link to comment
Share on other sites

Thanks @Jason Carr and no need to apologise, the effort you put into this app and the support from both yourself and the community is phenomenal and the best I have known for any application. there are bound to be certain bits that break when new features are put in place that is just par for the course with systems development. It's  just good to know that It's not something I was doing wrong. 

 

 

  • Like 2
Link to comment
Share on other sites

  • 3 weeks later...

@Maddoc1007 - I tried the file from the download and it generates an error both in visual studio and when used in the cabinet. The error is attributed to the transitions assembly. I also tried taking the lines for the gif animation directly out of the file and placing into the view I am working on (the xmlns line and the actual control) and get the same error as I did when taking these lines from the tutorial @Jason Carr created - which is in essence that the animatedsource is not a valid property.

Any idea what I am missing/doing wrong?

Link to comment
Share on other sites

@shro2016 Yes i figured it out 

These lines need to be changed
From:

xmlns:transitions="clr-namespace:BigBox.Transitions;assembly=BigBox"
xmlns:coverFlow="clr-namespace:BigBox.Controls.CoverFlow;assembly=BigBox"
xmlns:gif="clr-namespace:WpfAnimatedGif;assembly=BigBox"

To:
  
xmlns:transitions="clr-namespace:Unbroken.LaunchBox.Wpf.Transitions;assembly=Unbroken.LaunchBox.Wpf"
xmlns:coverFlow="clr-namespace:Unbroken.LaunchBox.Wpf.Controls.CoverFlow;assembly=Unbroken.LaunchBox.Wpf"
xmlns:gif="clr-namespace:WpfAnimatedGif;assembly=Unbroken.LaunchBox.Wpf" 

 

Here is the revised Coverflow for you also read the readme

 

 

Alternate_Coverflow.zip

Link to comment
Share on other sites

  • 5 months later...
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...