Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
v15.2.12 IWModalWindow doesn't work
#1
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;
Reply
#2
This has been already fixed and will be available in our next update (to be released today)
Reply
#3
Please update: https://www.atozed.com/2020/08/intraweb-15-2-13/

This brings a fix to this issue
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)