|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 09 > 27 > Telegram_2023-09-27T00 |
2023-09-27T00:25:15
I used modal windows. It is shows the pdf, but the opened window is not modal.
Look at the screen shot. margins are not gray.
I will paste the codes in following message.
2023-09-27T00:25:52
procedure TIWCampaignsExploreForm.ShowPdfReport(const ATitle,pdfFilename: string);
begin
with IWModalWindow1 do begin
Reset;
Autosize := False;
Title := ATitle;
Draggable := True;
WindowWidth := 95;
WindowHeight := 95;
Src := pdfFilename;
OnAsyncClick := nil;
Show;
end;
end;
2023-09-27T00:27:05
????????
This is the procedure I used.As you see, All is the code in the sample you send me. just a filename is passed to the procedure.
.
2023-09-27T00:28:35
is the demo modal? it is the same component the same code
2023-09-27T00:28:49
yes
2023-09-27T00:33:07
so something is causing it in your application. Either you have an insanely high zorder in any visible component, or there is an error while loading the page. Check the browser console