Atozed Forums
IntraWeb 15.0.19 is out! - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (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: IntraWeb 15.0.19 is out! (/thread-1006.html)



IntraWeb 15.0.19 is out! - Alexandre Machado - 03-25-2019

Hi guys,

new maintenance release for IW 15 is available:

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

Enjoy!


RE: IntraWeb 15.0.19 is out! - brsoft - 03-26-2019

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.



RE: IntraWeb 15.0.19 is out! - matija - 03-26-2019

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


RE: IntraWeb 15.0.19 is out! - kudzu - 03-26-2019

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


RE: IntraWeb 15.0.19 is out! - Alexandre Machado - 03-26-2019

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


RE: IntraWeb 15.0.19 is out! - ebob42 - 03-27-2019

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


RE: IntraWeb 15.0.19 is out! - kudzu - 03-27-2019

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.


RE: IntraWeb 15.0.19 is out! - ebob42 - 03-27-2019

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

The new 15.0.20 works fine, thanks.