Atozed Forums

Full Version: IntraWeb 15.0.19 is out!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

new maintenance release for IW 15 is available:

https://www.atozed.com/2019/03/intraweb-15-0-19/

Enjoy!
Hi

The AsyncClick event does not work.
This is OK in v15.0.18.

(Windows 10 x64, Delphi XE5, FF 65.0.2, Chrome 73.0.3683.86)
Browser error: aCallback is not defined

Code:
unit Unit1;

interface

uses
 Classes, SysUtils, IWAppForm, IWApplication, IWColor, IWTypes, Vcl.Controls,
 IWVCLBaseControl, IWBaseControl, IWBaseHTMLControl, IWControl, IWCompButton;

type
 TIWForm1 = class(TIWAppForm)
   IWButton1: TIWButton;
   procedure IWButton1AsyncClick(Sender: TObject; EventParams: TStringList);
 public
 end;

implementation

{$R *.dfm}

procedure TIWForm1.IWButton1AsyncClick(Sender: TObject; EventParams: TStringList);
begin
Webapplication.Showmessage('test message');
end;

initialization
 TIWForm1.SetAsMainForm;

end.
Also my project (AsyncClick) not work with IW15.0.19 and Delphi 10.2!
Thank you for the reports. We are on this urgently.
I'm afraid the AJAX problem is not solved with 15.0.20
See other reply - but basically there was a bad upload... it was fixed within 2 hours and verified by a user who had the same issue with the first upload of .20.

Please force download the new .20.
OK, I'll try again. Will let you know. Thanks!!

The new 15.0.20 works fine, thanks.