Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IntraWeb 15.0.19 is out!
#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


Messages In This Thread
IntraWeb 15.0.19 is out! - by Alexandre Machado - 03-25-2019, 08:35 AM
RE: IntraWeb 15.0.19 is out! - by brsoft - 03-26-2019, 06:18 AM
RE: IntraWeb 15.0.19 is out! - by matija - 03-26-2019, 12:39 PM
RE: IntraWeb 15.0.19 is out! - by kudzu - 03-26-2019, 01:45 PM
RE: IntraWeb 15.0.19 is out! - by ebob42 - 03-27-2019, 01:42 AM
RE: IntraWeb 15.0.19 is out! - by kudzu - 03-27-2019, 03:04 PM
RE: IntraWeb 15.0.19 is out! - by ebob42 - 03-27-2019, 03:07 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)