IntraWeb 15.0.19 is out!

<< Click to Display Table of Contents >>

Navigation:  Forum >

IntraWeb 15.0.19 is out!

Forum link

 


 

03-25-2019, 08:35 AM:

 

Hi guys,

 

new maintenance release for IW 15 is available:

 

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

 

Enjoy!

 


 

03-26-2019, 06:18 AM:

 

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.

 

 

 


 

03-26-2019, 12:39 PM:

 

Also my project (AsyncClick) not work with IW15.0.19 and Delphi 10.2!

 


 

03-26-2019, 01:45 PM:

 

Thank you for the reports. We are on this urgently.

 


 

03-26-2019, 11:35 PM:

 

Please install this update: http://downloads.atozed.com/intraweb/iw15.0.20.exe

 


 

03-27-2019, 01:42 AM:

 

I'm afraid the AJAX problem is not solved with 15.0.20

 


 

03-27-2019, 03:04 PM:

 

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.

 


 

03-27-2019, 03:07 PM:

 

OK, I'll try again. Will let you know. Thanks!!

 

 

 

The new 15.0.20 works fine, thanks.