Opened 21 years ago
Last modified 19 years ago
#491 closed Bug report
Dialog Windows and Dual Head Card
Reported by: | mashmorgan | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Unknown |
Keywords: | Cc: | mashmorgan, datallah, robbage_techie, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
I use a doubleheaded video card and have 2 monitors (
the left windows being the Primary on Windows 2000)
When I have Filezilla in my right monitor, any of the
dialogs popup eg site manager appear in the left monitor.
Not sure whether this is WIndows or filezilla or indeed
Hydravision.
Change History (3)
comment:1 by , 21 years ago
comment:3 by , 19 years ago
This bug report has been closed due to inactivity and has possibly
already been solved.
You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).
Note:
See TracTickets
for help on using tickets.
This has got to be the way that the dialog is coded in FileZilla.
It also can be fixed in a way that wont kill support for
Windows 95 / NT4.
If you define COMPILE_MULTIMONS_STUBS then the
MultiMon.h header file provides stub functions that do the
right thing on OSs that don't support multiple monitors.
Also, it's not so hard to load the monitor API functions
dynamicly via LoadLibrary/GetProdAddress calls... There's
only six of them. Why not just do that and if they can't be
loaded just center the window?