Atozed Forums
TIWGrid.cell[0,0] disappears in OnAsyncTimer - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: TIWGrid.cell[0,0] disappears in OnAsyncTimer (/thread-1549.html)



TIWGrid.cell[0,0] disappears in OnAsyncTimer - MrSpock - 02-23-2020

I can only one time assign
TIWGrid1.Cell[0,0].Control:= TIWImage1;
in form OnCreate

Another assignment to
TIWGrid1.Cell[0,0].Control
or even to any other cell
makes the cell [0,0] disappear

The bug is only in OnAsyncTimer
but it is all right (does not disappear) in OnTimer