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

Support for Multiple Backgrounds that are cycled through over time (like a slideshow) #10

Closed
colinkiama opened this issue Dec 3, 2017 · 21 comments

Comments

@colinkiama
Copy link
Contributor

No description provided.

@IsaacMorris1980
Copy link
Owner

@colinkiama you should see if this can be implemented for the background https://docs.microsoft.com/en-us/windows/communitytoolkit/controls/rotatortile

@colinkiama
Copy link
Contributor Author

colinkiama commented Jan 25, 2019 via email

@IsaacMorris1980
Copy link
Owner

IsaacMorris1980 commented Jan 26, 2019

Do you mean download image from webservice, files and folders on same computer, or files and folders on a network?

@colinkiama
Copy link
Contributor Author

colinkiama commented Jan 27, 2019 via email

@IsaacMorris1980
Copy link
Owner

IsaacMorris1980 commented Feb 22, 2019

@colinkiama
does it need to run even when the app is not or only when the application is running?

if only when running then i would modify the loading settings function and attach to a thread timer and run it every 60 minutes or so

@colinkiama
Copy link
Contributor Author

colinkiama commented Feb 22, 2019 via email

@IsaacMorris1980
Copy link
Owner

do you want to allow users to say how long in between image changes?

@colinkiama
Copy link
Contributor Author

nope

@IsaacMorris1980
Copy link
Owner

Do we want users to be able to delete images, or change image order

@colinkiama
Copy link
Contributor Author

Yeah

@IsaacMorris1980
Copy link
Owner

@colinkiama i have it where it cycles through but i can not stop if from flickering when changing image do you have any ideas?

@colinkiama
Copy link
Contributor Author

Can you show me what the flickering looks like?

@IsaacMorris1980
Copy link
Owner

Untitled.zip

Had to upload the video as a zip github does not support mp4

@colinkiama
Copy link
Contributor Author

Oh. In that case, I recommend cycling through images using a flip view

@IsaacMorris1980
Copy link
Owner

even with the flipview i am still getting the flickering looking to add animation to see if i can animate smoothly when changing pictures

@IsaacMorris1980
Copy link
Owner

@colinkiama even with animation i was unable to get smooth transistions, i changed flipview for rotatortile and currently have the rotation delay set to 15 seconds to check image changing, i get no flicker and it is smooth transistions So far the only thing i do not have implemented for changing backgrounds is persistance think i know how to do that currently working on it if you would like to look at it i have it on cyclebackground branch

@colinkiama
Copy link
Contributor Author

I've had a look. Yeah it works great.

@IsaacMorris1980
Copy link
Owner

@colinkiama i am not sure if that branch had the persistance update to it or not if not will upload soon

@IsaacMorris1980
Copy link
Owner

@colinkiama that branch did have persistance is there anything else i should try. I am looking to make the application more responsive

@colinkiama
Copy link
Contributor Author

#8 would be awesome.

@IsaacMorris1980 IsaacMorris1980 added the In Review Currently Checking pull request did not break core functionality label Jun 16, 2019
@IsaacMorris1980 IsaacMorris1980 self-assigned this Jun 21, 2019
@IsaacMorris1980 IsaacMorris1980 added In Progress Someone is currently working on issue and removed In Review Currently Checking pull request did not break core functionality labels Aug 6, 2019
@IsaacMorris1980
Copy link
Owner

merge request #34 added feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Update UI
  
Awaiting triage
Development

No branches or pull requests

2 participants