View Issue Details

IDProjectCategoryView StatusLast Update
0002941SAS.ПланетаБаг / Bugpublic11-01-2016 18:18
ReporterGarl Assigned Tozed  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformWindowsOS7OS VersionProfessional
Product Version.Nightly 
Target Version160606Fixed in Version160606 
Summary0002941: MergePolygonsProgress: Cannot focus a disabled or invisible window
Descriptionпри закрытии приложения вылетело, ничего особенного не делал.
объединил 1 полигон и делал много копирований кэша...
TagsNo tags attached.
Attached Files
SASPlanet.Debug.elf (69,421 bytes)

Activities

zed

10-01-2016 13:13

manager   ~0016977

Помню копипастил этот кусок кода из какой-то формы и видно лишнего захватил:

procedure TfrmMergePolygonsProgress.FormClose(
  Sender: TObject;
  var Action: TCloseAction
);
begin
  CancelOperation;
  Action := caHide;
  Application.MainForm.SetFocus; // <-- сюда ругается
end;

Issue History

Date Modified Username Field Change
10-01-2016 12:45 Garl New Issue
10-01-2016 12:45 Garl File Added: SASPlanet.Debug.elf
10-01-2016 13:08 zed Summary EInvalidOperation => MergePolygonsProgress: Cannot focus a disabled or invisible window
10-01-2016 13:08 zed Status new => confirmed
10-01-2016 13:13 zed Note Added: 0016977
10-01-2016 13:14 zed Target Version => 160606
11-01-2016 18:18 zed Status confirmed => resolved
11-01-2016 18:18 zed Fixed in Version => 160606
11-01-2016 18:18 zed Resolution open => fixed
11-01-2016 18:18 zed Assigned To => zed
08-08-2025 13:22 zed Category Баг => Баг / Bug