Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IntraWeb 15.0.19 is out!
#1
Hi guys,

new maintenance release for IW 15 is available:

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

Enjoy!
Reply
#2
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.


Attached Files Thumbnail(s)
   
Reply
#3
Also my project (AsyncClick) not work with IW15.0.19 and Delphi 10.2!


Attached Files
.zip   Sample15.zip (Size: 92.51 KB / Downloads: 1)
Reply
#4
Thank you for the reports. We are on this urgently.
Reply
#5
Please install this update: http://downloads.atozed.com/intraweb/iw15.0.20.exe
Reply
#6
I'm afraid the AJAX problem is not solved with 15.0.20
Reply
#7
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.
Reply
#8
OK, I'll try again. Will let you know. Thanks!!

The new 15.0.20 works fine, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)