When I compare two files, the File comparator (plugin) window gets positioned too far to the left, under my (vertical!) Windows button bar:
[attachment=0]Lower part of the screen.png[/attachment]
File comparator window position
File comparator window position
- Attachments
-
- The lower part of my screen
- Lower part of the screen.png (33.68 KiB) Viewed 8193 times
Groente, Michel.
-
- Plugin Developer
- Posts: 707
- Joined: 08 Dec 2005, 14:33
- Location: Prague, Czech Republic
- Contact:
Re: File comparator window position
Interesting. It appears that FileComp does not honor non-auto-hiding TaskBar (when on top or left side) when it positions its window.mdruiter wrote:When I compare two files, the File comparator (plugin) window gets positioned too far to the left, under my (vertical!) Windows button bar:
Re: File comparator window position
It looks like incompatible functions' return values and parameters.Jan Patera wrote:Interesting. It appears that FileComp does not honor non-auto-hiding TaskBar (when on top or left side) when it positions its window.
Ελληνικά rulez.
-
- ALTAP Staff
- Posts: 5231
- Joined: 08 Dec 2005, 06:34
- Location: Novy Bor, Czech Republic
- Contact:
Re: File comparator window position
mdruiter, what about internal text viewer (F3 on text file), does it open exactly above Salamander?
Re: File comparator window position
The internal text viewer, PictView and Eroiica Viewer all position correctly: exactly above Salamander.
Groente, Michel.
Re: File comparator window position
It seems to be similar problem as was in internal beta of DiskMap plugin (v0.5.25) - by using GetWindowPlacement() (which uses workspace coordinates) instead of GetWindowRect() which uses screen coordinates, which are usable by CreateWindow() taht uses screen coordinates as well.
-
- Plugin Developer
- Posts: 707
- Joined: 08 Dec 2005, 14:33
- Location: Prague, Czech Republic
- Contact:
Re: File comparator window position
The problem has been fixed for the next version of Salamander (2.52).Jan Patera wrote:Interesting. It appears that FileComp does not honor non-auto-hiding TaskBar (when on top or left side) when it positions its window.mdruiter wrote:When I compare two files, the File comparator (plugin) window gets positioned too far to the left, under my (vertical!) Windows button bar: