Win FrontView+ -Info for 2nd Screen - iMon replacement - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +--- Thread: Win FrontView+ -Info for 2nd Screen - iMon replacement (/showthread.php?tid=259087) |
RE: FrontView+ -Info for 2nd Screen - iMon replacement - GlennNZ - 2016-09-16 If you delete the virtual desktops - should drop displays back to 2. Probably pay to change the Display setting in FrontView before you do to 1 or 2. (if issues change in settings to DISPLAY1 or DISPLAY2) http://www.howtogeek.com/197625/how-to-use-virtual-desktops-in-windows-10/ Once 6 virtual screens deleted suspect that will fix issue. Can try the ForceResolution setting as last reply as well Glenn RE: FrontView+ -Info for 2nd Screen - iMon replacement - tehax - 2016-09-16 I am on Win 8.1! Force resolution don´t help. In display settings there are only Display1 or Display6 available. FrontView+ -Info for 2nd Screen - iMon replacement - GlennNZ - 2016-09-16 (2016-09-16, 11:53)tehax Wrote: I am on Win 8.1! Force resolution don´t help. In display settings there are only Display1 or Display6 available. Well there's goes that solution. For some reason you have a display which is DISPLAY1 and 2nd screen which is DISPLAY6. (Rather than one and two which code is expecting - and is norm). Further log: The Log also seems to think you only have one screen at times and at other times correctly reports 2. Can try to work around this in code - but best solution may be to figure out why that naming of displays exist. What does your multi screen setup look like. Perhaps removing 2nd screen by changing settings and re-adding may rename back to usual. Glenn RE: FrontView+ -Info for 2nd Screen - iMon replacement - tehax - 2016-09-16 I think the main issue is that the display settings in frontview only cut the window and not scale to needed size. With scaling text will always fit to the resolution which will selected. Why the program will only open just in tray and can' t open then has/should imho nothing to do with the display number. RE: FrontView+ -Info for 2nd Screen - iMon replacement - GlennNZ - 2016-09-16 (2016-09-16, 12:40)tehax Wrote: I think the main issue is that the display settings in frontview only cut the window and not scale to needed size. With scaling text will always fit to the resolution which will selected. Questions for you: 1. How do you get program out of tray 2. You mention switch to "Only if i switch to Desktop 1i" -- what do you mean? But no - its not scale that is the issue. Its scales everyone elses to scale without problem. It comes down to the Display Numbers and multiscreen/Desktop setup. Replace this file with below- which has a quick check for out of whack Display Numbers and better logging - and then post logs. https://github.com/Ghawken/FrontView/releases/download/1.9991/FrontView.exe Glenn RE: FrontView+ -Info for 2nd Screen - iMon replacement - tehax - 2016-09-16 Program in tray means only symbol is there. I switch between displays with "win+p". Log FrontView+ -Info for 2nd Screen - iMon replacement - GlennNZ - 2016-09-16 (2016-09-16, 14:43)tehax Wrote: Program in tray means only symbol is there. I switch between displays with "win+p". That's a issue then That changes multi monitor settings from duplicate clone extend etc - you can't do that Use the display settings screen to extend to the 2nd screen and leave it at that - Can't change the settings repeatedly See: https://forums.pcpitstop.com/index.php?/topic/191946-windows-key-p-easy-display-switcher/ Will check log though Glenn Sent from my iPhone RE: FrontView+ -Info for 2nd Screen - iMon replacement - tehax - 2016-09-16 Frontview appears also on 2nd screen when i changed the display refresh rate. I think it appears everytime when the display has to be rebuild. RE: FrontView+ -Info for 2nd Screen - iMon replacement - GlennNZ - 2016-09-16 (2016-09-16, 14:47)GlennNZ Wrote:(2016-09-16, 14:43)tehax Wrote: Program in tray means only symbol is there. I switch between displays with "win+p". As above. You can't use Win-P which essentially turns of the 2nd display, clones it or duplicates, or extends it - in a cycle. No wonder Frontview+ has no idea what screen display to use. Right Click on Desktop go to Screen Resolution, Multiple Displays - Should say 'Extend these Displays', select main screen for make screen. And restart Frontview and whatever else. Log3 shows it now selecting correctly Display6, and listing screens - and presumably resolutions in pull down- but issue is you keep turning it off, on, clone, extend - and every time the screen changes it resets and recalculates. You can turn off that behaviour by setting the below (in settings.xml file) to true. <DisableResolutionDetection>false</DisableResolutionDetection> Change to True This turns off auto recalculating/adjusting when the screen display is reset/changed - which is happening with ever Win-P press. May just overcome that issue. (also turn TRACE log on as well - gives slightly more info) Tah Glenn RE: FrontView+ -Info for 2nd Screen - iMon replacement - tehax - 2016-09-16 With this setting i am not be able to get the program window visible. Only tray icon. RE: FrontView+ -Info for 2nd Screen - iMon replacement - allanmb - 2016-09-16 (2016-09-16, 08:42)allanmb Wrote:(2016-09-16, 08:00)GlennNZ Wrote:(2016-09-15, 21:22)allanmb Wrote: Thanks for this. It has made me very happy indeed. I have a few questions/requests All working grand on this front now :-) My only problem is that the taskbar is drawn over the FrontView+ window sometimes :-( RE: FrontView+ -Info for 2nd Screen - iMon replacement - GlennNZ - 2016-09-17 (2016-09-16, 15:47)tehax Wrote: With this setting i am not be able to get the program window visible. Only tray icon. Ok. There are clearly a few mixed issues - one I am convinced is DPI related, and the other relates to why one screen is DISPLAY1 and another DISPLAY6 Second is related to Win-P and turning off/on second screen. But have rewritten the Display handling code and have a test build here: https://github.com/Ghawken/FrontView/releases/tag/1.9991 Replace FrontView.exe in ProgramFiles with this version. Update: Just install New Version Below which includes all these changes and a bit more. But Do: Do turn on TRACE and DEBUG logging and post log. Glenn RE: FrontView+ -Info for 2nd Screen - iMon replacement - GlennNZ - 2016-09-17 Version 1.200 Fix for Save Settings if Blank Items. Fixes for DDC when slow to later check connection possible. More DDC logic fixes Add Checkbox box to disable nowPlaying MediaIcons Installer registry changes to mark Frontview+.exe as HPIDPIAWARE Add nosplashscreen CmdLine argument option to disable splashscreen (run Frontview.exe nosplashscreen - to disable splash) Changes for DisplayScreen to enable better support for unusual screen setups/Virtual Desktops (rewriting the DisplayScreen code) Add Option to NOT show MediaIcons on NowPlaying Screen Now Shows MediaIcons on TV NowPlaying screen Fix for TV NowPlaying Title size issues Changed MediaIcons to slightly darker versions Remove wyUpdate Code (may revisit later) Version 1.199 Beta Change to remote Version numbers Emby - just use first 3 digits (eg. 3.1 etc) Addition of DDC/CI Monitor Settings Control: Under DDC/Amp in Settings - will only work with monitors that support DDC (and unsure re USB Monitors) Allows FrontView to control the monitor settings directly (same as adjusting monitor menu settings) Enables FrontView to completely lower brightness and contrast during playback - avoiding a blank yet still 'bright' screen Add MediaIcons to NowPlaying Movie Screen: Very limited screen real estate. Happy to take suggestions for placement Todo: Add checkbox to remove displaying icons Fix to Disable MediaIcons in NowPlaying Popup MovieDetails Screen https://github.com/Ghawken/FrontView/releases RE: FrontView+ -Info for 2nd Screen - iMon replacement - GlennNZ - 2016-09-17 (2016-09-16, 21:22)allanmb Wrote: 1) Yes it is only a few seconds but I've disabled windows logo, spinning circles, login screen etc. I guess I could take a look at the source and see if I could add in the option easily. See - 1.200 for a Frontview.exe nosplashscreen commandline option to disable the splashscreen (wasn't possible to skin it given how early is used) Taskbar - sounds like a taskbar issue to me - can't you turn it off/disappear it after period of time? Steam does have friends API/might be possible to show something - but probably better option to use another piece of software to do that and have FrontView pop up as needed. Glenn RE: FrontView+ -Info for 2nd Screen - iMon replacement - tehax - 2016-09-17 Hello, first i would like to say thank for your great support. Now i installed new version. Window appears on main screen. Make all seettings. I can select between display1 (main) and display6 (2nd), But at both displays i can´t select the resolution because there are no entrys. So i save settings and tool goes to 2nd screen automatic with normal big size (see log Kopie). Then i add resolutions in settings. Restart tool but it don´t open window. win+p and so on and the window is back with correct size but with cut text as last tests (log 2nd). Logs |