Atozed Forums

Full Version: v15.2.12 IWModalWindow doesn't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
v15.2.12 is ok

procedure TIWForm1.IWAppFormCreate(Sender: TObject);
begin
With IWModalWindow1 do
  begin
    Reset;
    Autosize := False;
    Title := 'Test';
    Draggable := False;
    Src := 'http://cdn07.foxitsoftware.cn/pub/foxit/manual/cPDF/zh_cn/FoxitConnectedPDF_Manual.pdf';
    OnAsyncClick := nil;
    Show;
  end;
end;
This has been already fixed and will be available in our next update (to be released today)
Please update: https://www.atozed.com/2020/08/intraweb-15-2-13/

This brings a fix to this issue