|
<< Click to Display Table of Contents >> Navigation: Telegram > 2024 > 10 > 02 > Telegram_2024-10-02T04 |
2024-10-02T04:35:07
ok i know that it will be a html problem but i can' t fix it. I can' t align in center my spinning and doesn' t show text in my inModalWindow
2024-10-02T04:35:20
with IWModalWindow1 do begin
Reset;
Autosize := false;
// Title := ATitle;
Draggable := False;
WindowWidth := 15;
WindowHeight := 35;
Src := 'loading.html';
OnAsyncClick := nil;
CloseButtonVisible := false;
CloseOnEscKey := false;
Show;
end;
2024-10-02T04:37:25
i got spinning in top left and is not center and i don' t see text