delphi-tdi icon indicating copy to clipboard operation
delphi-tdi copied to clipboard

Exception regarding window focus

Open Zero3K opened this issue 3 years ago • 2 comments
trafficstars

According to one developer, there is an exception regarding window focus that is happen. You commented in the code responsible for it the following:

"Although it never happened to me, some people warned me about a focus exception that the line below generates in very specific cases. I leave it uncommented and if you prefer you can comment the line below."

Can you fix it or not?

Zero3K avatar Feb 03 '22 01:02 Zero3K

TDI.pas: 390 ''' {Embora comigo nunca tenha acontecido, algumas pessoas me avisaram sobre uma exceção de focus que a linha abaixo gera em casos bem especificos. Eu deixo descomentado e se você prefefir pode comentar a linha abaixo.} try Perform(WM_NEXTDLGCTL, 0, 0);//muda o foco para o primeiro controle do formulario //<<<<<< 390 except end;

Zero3K avatar Feb 03 '22 02:02 Zero3K

The developer has fixed it by changing the code to be as shown in https://github.com/Zero3K/Tardsplaya/commit/660a6fe51890c11386f0f0da0b30e31a078ab23f.

Zero3K avatar Feb 06 '22 17:02 Zero3K