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

[TODO: Proper live tiles] Use OOP/COM or AppExtension to create live tile #11

Open
wherewhere opened this issue Aug 6, 2024 · 1 comment
Labels
enhancement New feature or request to be implemented Something that is planned to be fixed but is not yet coded properly

Comments

@wherewhere
Copy link

OOP way is like Windows Widgets and Dev Home. Making this app as a com server, then provide APIs like Windows SDK to push live tile XML.
AppExtension way is like Start Menu Companions. Apps register as a extension of this app and provide the live tile XML file. Then this app can read the file and show it.
It's better to find out where the original live tile XML saved at. But I can't find it...

@Lixkote Lixkote added the enhancement New feature or request label Aug 8, 2024
@Lixkote
Copy link
Owner

Lixkote commented Aug 8, 2024

Thanks for info i will look into it

@Lixkote Lixkote added the to be implemented Something that is planned to be fixed but is not yet coded properly label Nov 16, 2024
@Lixkote Lixkote changed the title Use OOP/COM or AppExtension to create live tile [TODO: Proper live tiles] Use OOP/COM or AppExtension to create live tile Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to be implemented Something that is planned to be fixed but is not yet coded properly
Projects
None yet
Development

No branches or pull requests

2 participants