Dejorgenes Fabricio Hasse

Results 15 comments of Dejorgenes Fabricio Hasse

OnGetQrCode is a component event. First you must call the qrcode like this: ``` if not WPPWhats.Auth(false) then begin WPPWhats.FormQrCodeType := TFormQrCodeType(Ft_None); WPPWhats.FormQrCodeStart; end; ``` then in the onGetQrCode event...

In Project >> View Sorce, add: ``` if not GlobalCEFApp.StartMainProcess then Exit; ```

It's not inside options, it's Project >> View Source

Create the component and set OnGetQrcode in the create form to test

If you placed the component on the screen, it doesn't make sense for you to create the event at run time, click on the component, press F11, go to the...

Another thing, the component has a demo folder with a project that is used as an operating parameter for devs who are starting to use it, run this demo and...

If you created the event directly through the component, you don't need to set the event at run time, remove this from your project: `procedure TMainForm.FormCreate(Sender: TObject); begin WPP.OnGetQrCode :=...

Delete this file ini and recopile the project.

Inside the component folder there is a folder with the openssl dlls, or you can go to the component properties, InjectJS - DownloadJSType and change it to DT_Rest

> There is no such folder in project tree (DEMO or WPP4Delphi) Inside the DEMO folder there is the DLLs subfolder > Did it. still get a runtime error! What...