![]() |
Win Text Disappears when Resizing Window|All Skins - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Win Text Disappears when Resizing Window|All Skins (/showthread.php?tid=337441) |
Text Disappears when Resizing Window|All Skins - GriffeyJuni0r - 2018-11-13 On v18.5, and when using both the default skin and Xonfluence I'm having an issue when moving the Kodi Fullscreen Windowed application using AutoHotKey. Using the below code attached to a hotkey to move the Kodi Application, the window and icons move and re-size properly but the text (and any video playing) doesn't seem to move. In straight Windowed it works fine, but I prefer to operate in FullScreen Windowed. It may just be the way Kodi interacts with the Windows OS, but considering it used to work perfectly under Kodi v16 I'm reeeally hoping it's something that can be figured out: WinMove, Kodi,,0,0,400,300 https://autohotkey.com/docs/commands/WinMove.htm Example: ![]() RE: Text Disappears when Resizing Window|All Skins - Klojum - 2018-11-13 So, what is v18.5 ?? Perhaps a full debug log (wiki) will shed some light on it, and on the (ancient?) hardware you are possibly using. Older video drivers may be a cause as well. RE: Text Disappears when Resizing Window|All Skins - Martijn - 2018-11-13 18.0 beta 5 (some don't understand how version versioning works) RE: Text Disappears when Resizing Window|All Skins - GriffeyJuni0r - 2018-11-14 Apologies, I've attached a debug log: https://pastebin.com/raw/s7Y2bipn Not sure if you're able to see when I move the window in the log, but hopefully it helps! I'm on an Intel Compute Stick with Core-M3. For what it's worth, using Kodi v16 the video/text re-sizes perfectly along with the window. I've been holding off on upgrading because of this bug, but would obviously much rather be on v18. RE: Text Disappears when Resizing Window|All Skins - Hitcher - 2018-11-14 After resizing you need to refresh the skin.
RE: Text Disappears when Resizing Window|All Skins - Klojum - 2018-11-14 (2018-11-14, 02:58)GriffeyJuni0r Wrote: Apologies, I've attached a debug log:Too bad there are various entries of banned repositories/add-ons in your log file. As per forum rules (wiki), we have a zero-tolerance stance of video piracy, and thus zero support for cases such as yours. You can either FULLY clean up your Kodi setup, or find yourself support outside this forum. RE: Text Disappears when Resizing Window|All Skins - GriffeyJuni0r - 2018-11-15 Apologies. I've removed all offending plugins, and attempted to run XBMC.ReloadSkin() after each Window Resizing, but the video and text still doesn't seem to be resizing properly. Almost seems like Kodi doesn't know the window has been re-sized, so it keeps the video and text in the same place.. Here's the updated log: https://pastebin.com/raw/F79xX5Dq And updated screenshots: 1. Before Window Re-Size (Fullscreen Video playing) https://imgur.com/98GmTxi 2. After Window Re-Size (Kodi Application resizes properly, but the video itself seems to retain the same size) a. Same Video playing in 'fullscreen': https://imgur.com/QqdNlnB b. Skin Settings page where you can see that the Kodi Application and icons were properly resized, but no text: https://imgur.com/c2nimau This happens on every skin, so I can of course provide another image/debug log with the default skin if that is better. Thanks for your help! |