BerndGabriel / HtmlViewer

The well-known Delphi/Lazarus HtmlViewer/FrameViewer
Other
398 stars 147 forks source link

Not Found #350

Open limelect opened 4 months ago

limelect commented 4 months ago

Not Found on main demo HighDPIInit.pas All association of BEGA is a problem Plz include FULL BEGA otherwise do not use Mor problems On the avi demo, ThvPanel is not found found it Found it But a huge amount of errors compiling D10.2.3 Unless the whole project is fixed I will revert to the older version HTMLUn2 has to be added to many places On the panel demo, there was NO color

on demo FrameBrowserUsingIndy9 NO Viewer.LoadFromBuffer

BerndGabriel commented 3 months ago

Not Found on main demo HighDPIInit.pas

I'm very sorry, that I forgot to remove it after testing HiDPI features. It is not required. Just remove it or copy it from https://www.delphipraxis.net/1418228-post10.html or download my copy of it HighDPIInit.zip

All association of BEGA is a problem Plz include FULL BEGA otherwise do not use

Could you please be more specific? You compiler is Delphi 10.2.3? Which errors does it find?

Mor problems On the avi demo,

This is a very old demo. You will need a demo avi file, as 'speedis.avi' it is no longer shipped with Delphi.

on demo FrameBrowserUsingIndy9 NO Viewer.LoadFromBuffer

Why can't you use the Indy10 main demo FrameBrowserDemoId10W.dproj? (after removeing the reference to HighDPIInit.pas or adding the file.

limelect commented 3 months ago

I think i will drop the check of the main demo and more Now on LogFormUnit; {$include htmlcons.inc} is missing

ThtIndyHttpConnector.Create(Self); does not exist?
P,S Indy 10 is the defoult on 10.2.3

{$ifdef UseIndy10} HttpConnector := ThtIndyHttpConnector.Create(Self); {$endif} {$ifdef UseIcs} HttpConnector := ThtIcsHttpConnector.Create(Self); {$endif} HttpConnector.ConnectionManager := Connectors; HttpConnector.OnGetAuthorization := ConnectorsGetAuthorization; HttpConnector.ProxyPort := '80'; HttpConnector.CookieFile := Cache + CookieFile; I give up

newton84 commented 3 months ago

thank you

@.***

From: limelect Date: 2024-07-11 17:53 To: BerndGabriel/HtmlViewer CC: Subscribed Subject: Re: [BerndGabriel/HtmlViewer] Not Found (Issue #350) I think i will drop the check of yhe main demo andmor Now on LogFormUnit; {$include htmlcons.inc} is missing ThtIndyHttpConnector.Create(Self); does not exist? P,S Indy 10 is the defoult on 10.2.3 {$ifdef UseIndy10} HttpConnector := ThtIndyHttpConnector.Create(Self); {$endif} {$ifdef UseIcs} HttpConnector := ThtIcsHttpConnector.Create(Self); {$endif} HttpConnector.ConnectionManager := Connectors; HttpConnector.OnGetAuthorization := ConnectorsGetAuthorization; HttpConnector.ProxyPort := '80'; HttpConnector.CookieFile := Cache + CookieFile; I give uo — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>