![]() |
|
v15.2.12 IWModalWindow doesn't work - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (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: v15.2.12 IWModalWindow doesn't work (/thread-1897.html) |
v15.2.12 IWModalWindow doesn't work - Encina - 08-21-2020 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; RE: v15.2.12 IWModalWindow doesn't work - Alexandre Machado - 08-22-2020 This has been already fixed and will be available in our next update (to be released today) RE: v15.2.12 IWModalWindow doesn't work - Alexandre Machado - 08-22-2020 Please update: https://www.atozed.com/2020/08/intraweb-15-2-13/ This brings a fix to this issue |