dais3 wrote: > First off - many thanks for developing this. Really nice looking and > very responsive. I have this app setup on a touchscreen monitor in my > kitchen running on Windows 10 - looks and works amazing. > One small feature request :) > I'm running my desktop in Tablet mode with the touchscreen which works > well throughout, but it would be really good if the app supported an > Adaptive Tile (Live Tile) to show Now Playing when the app is minimised. > I see you have Toast notifications setup, so maybe it's not a huge > stretch to support an Adaptive Tile as well? > > Anyway thanks again for a fantastic app. > > All the best > Dave
Thank you and you're welcome. As for live tiles, the bad news is that Live Tiles and Tablet Mode have been killed off in Windows 11. You mentioned Toast Notifications. Only a coder would make the connection and understand how those two things are related from a coding/interface/API perspective. I'm impressed. Those two things are not part of the standard Windows Win32 API's, and for me are harder to implement because ... well because UWP interfaces are harder from a Win32 API app. (Squeezelite-X is written in Delphi/Object Pascal, btw). Anyway, I thought about live tiles and your request, but when MS killed Tablet Mode and Live Tiles in Windows 11, I decided to take it off my list. By the way, on the subject of Toast Notifications. I spent a day or two on that one. And when I finally got it done using true Toast Notifications, I discovered that there were limitations. I don't remember what they were but there was something I couldn't get them to do exactly the way I wanted. So, I threw it all away and I actually am doing old-fashioned tray icon notifications (because I have a tray icon already), which Windows 10 converts into Toast Notifications nicely. A plus was this approach supported Windows 7 also, which I was supporting at the time. R Greg Dawson Squeezelite-X ------------------------------------------------------------------------ rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236 View this thread: http://forums.slimdevices.com/showthread.php?t=108550 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins