IsaacMorris1980 / appLauncher

[Open Source] It's like the iOS and Android Home Screens but for Windows 10 devices.
MIT License
74 stars 11 forks source link

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

Closed colinkiama closed 5 years ago

IsaacMorris1980 commented 5 years ago

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

colinkiama commented 5 years ago

This control seems great fit the short term but my plan was that the background would change every few hours.

So, this control shouldn't be used.

On Thu, 24 Jan 2019, 05:03 Isaac Morris <notifications@github.com wrote:

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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/colinkiama/UWP-App-Launcher/issues/10#issuecomment-457068129, or mute the thread https://github.com/notifications/unsubscribe-auth/APvJIIMcAjkGDMhlRXUn2BTUhETCqmLBks5vGT61gaJpZM4Qzxah .

IsaacMorris1980 commented 5 years ago

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

colinkiama commented 5 years ago

From files from the computer

On Sat, 26 Jan 2019, 00:54 Isaac Morris <notifications@github.com wrote:

like from a webservice or from files or folders on the computer or network?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/colinkiama/UWP-App-Launcher/issues/10#issuecomment-457784263, or mute the thread https://github.com/notifications/unsubscribe-auth/APvJIPJg1345ESAABkRGED84QWeZUerLks5vG6cygaJpZM4Qzxah .

IsaacMorris1980 commented 5 years ago

@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 commented 5 years ago

only when the app is running

On Fri, 22 Feb 2019 at 02:26, Isaac Morris notifications@github.com wrote:

@colinkiama https://github.com/colinkiama does it need to run even when the app is not or only when the application is running?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/colinkiama/UWP-App-Launcher/issues/10#issuecomment-466248747, or mute the thread https://github.com/notifications/unsubscribe-auth/APvJINmwnI64wQpnIkTumRuOVZSre-tmks5vP1U7gaJpZM4Qzxah .

IsaacMorris1980 commented 5 years ago

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

colinkiama commented 5 years ago

nope

IsaacMorris1980 commented 5 years ago

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

colinkiama commented 5 years ago

Yeah

IsaacMorris1980 commented 5 years ago

@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 commented 5 years ago

Can you show me what the flickering looks like?

IsaacMorris1980 commented 5 years ago

Untitled.zip

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

colinkiama commented 5 years ago

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

IsaacMorris1980 commented 5 years ago

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 commented 5 years ago

@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 commented 5 years ago

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

IsaacMorris1980 commented 5 years ago

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

IsaacMorris1980 commented 5 years ago

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

colinkiama commented 5 years ago

8 would be awesome.

IsaacMorris1980 commented 5 years ago

merge request #34 added feature