Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWSignaturePad demo generates an error
#2
Thanks for reporting this.

The JS error has been fixed, and the Indy issue needs to be configured accordingly:

program IWSignaturePad;

uses
IWRtlFix,
IWStart,
InIOHandler, // <- add this unit
Unit27 in 'Unit27.pas' {IWForm27: TIWAppForm},
ServerController in 'ServerController.pas' {IWServerController: TIWServerControllerBase},
UserSessionUnit in 'UserSessionUnit.pas' {IWUserSession: TIWUserSessionBase};

{$R *.res}

begin
IdMaxLineLengthDefault := 128 * 1024; // <- Increase to something like 64 or 128 kb
TIWStart.Execute(True);
end.
Reply


Messages In This Thread
RE: IWSignaturePad demo generates an error - by Alexandre Machado - 07-28-2022, 04:41 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)