-
Re: ProcessBook appears different on my machine. Text overlapping due to this.
rschmitzJan 2, 2018 3:55 PM (in response to KOEPKEJR)
Joel,
First I would recommend ensuring that you're looking at the exact same file as your coworkers. Unless you and your coworkers are all looking at the same .PDI file located on a shared drive, you're likely looking at your own copy of a similar file on your personal machine. I suspect that your local copy has this issue but perhaps your coworkers have an updated version of the same file with the alignment issue resolved. I would recommend having one of them email you a copy of the PDI file and check to see if this has the same issue of the text overlapping with the trend.
That being said, it looks like the trend is taller in the upper image (on your machine) and everything else is identically placed. If this is the only issue with overlapping text and trends then it might be worthwhile to edit the display yourself and shrink the trend vertically by just a bit so that everything fits nicely and saving that change.
Cheers,
Rob
-
Re: ProcessBook appears different on my machine. Text overlapping due to this.
KOEPKEJR Jan 2, 2018 4:21 PM (in response to rschmitz)Rob - This is the exact same file opened from a shared location. The example above was one of many from that single display. However, other displays from the same book show the same issue.
-
Re: ProcessBook appears different on my machine. Text overlapping due to this.
rschmitzJan 2, 2018 6:59 PM (in response to KOEPKEJR)
1 of 1 people found this helpfulSo my next thought is that you're using a monitor with a different resolution than your coworkers because changing the display resolution affects how symbols on ProcessBook displays are sized
--Rob
-
Re: ProcessBook appears different on my machine. Text overlapping due to this.
KOEPKEJR Jan 2, 2018 7:43 PM (in response to rschmitz)Rob - Both of our machines are using 1920x1200. Additionally, these displays work fine on all different resolutions. Everything worked fine using the same hardware a few months back.
I believe there is something different in my user settings which is causing all of my trends to be taller. The bottom left corner is in the correct location for all trends but every top extends too far:
Mine:
Others
-
Re: ProcessBook appears different on my machine. Text overlapping due to this.
Asle FrantzenJan 3, 2018 10:15 AM (in response to KOEPKEJR)
3 of 3 people found this helpfulAny DPI scaling/zooming going on?
I tend to have problems until rebooting my computer, when going from standalone laptop to connecting to my docking station. This is because the laptop has a QHD+ resolution in the built-in display, and uses 200% scaling. But when I connect the docking station the scaling should be reset to 100%, and not all running programs catch up correctly.
-
-
-
-
-
Re: ProcessBook appears different on my machine. Text overlapping due to this.
dhollebeekJan 18, 2018 4:08 AM (in response to KOEPKEJR)
Another possibility is that the machines don't have the same fonts installed. For a little bit of Windows API trivia, when you ask for a specific font and size it returns the closest match (which may vary from PC to PC). However, the fact that everything looks the same except for the height of the trend is very odd. In theory, nothing should affect the bounding rectangle of a trend. DPI issues usually affect more than just one thing, but translating between screen coordinates and display coordinates is really complicated and somewhat prone to rounding errors, the exact monitor, video driver, phase of the moon, etc.
A good trouble-shooting step would be to write some VBA that outputs the position, height and width of the trend. If they both are the same, then it's some sort of rendering problem. If they are different, then its a trend layout bug in PB.
Thanks,
-
Re: ProcessBook appears different on my machine. Text overlapping due to this.
KOEPKEJR Jan 18, 2018 2:56 PM (in response to KOEPKEJR)1 of 1 people found this helpfulTo follow up on this... I did a clean install of ProcessBook and the issue went away. We have ProcessBook installed on a managed environment (Citrix) and locally. When I did a clean install locally some IT tool (AppSense) thought it would be helpful and bring my "settings" (not real sure exactly what) from the managed environment. It appears that those settings were the culprit. When I was able to clear the Citrix settings and do a clean local install things were fixed.