[x64] Ding sound when connecting to FTP

Bug reports will be moved here when the described bug has been fixed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Sob
Power Member
Power Member
Posts: 945
Joined: 2005-01-19, 17:33 UTC

[x64] Ding sound when connecting to FTP

Post by *Sob »

To reproduce:

- start TC with clean ini
- Ctrl+N for quick connection
- enter complete working FTP url with login and password (ftp://user:pass@server), so TC does not need to ask for anything
- OK to connect
- as soon as dialog is closed, you can hear the ding sound

Or if you use ftp://user@server (without password, to make TC ask for one), you get double ding (one of them is correct, as it comes from dialog asking for password).

Win7 x64, TC x64 beta 1-5
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50479
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

- as soon as dialog is closed, you can hear the ding sound
Confirmed.
you get double ding
Indeed the second one is intentional, the first is caused by Lazarus. I have to catch all "OnKeyDown" events manually, check for ENTER and ESC, set the right option, and set key to 0 to avoid the beep...
Author of Total Commander
https://www.ghisler.com
Sob
Power Member
Power Member
Posts: 945
Joined: 2005-01-19, 17:33 UTC

Post by *Sob »

Fixed in beta 6.
Post Reply