-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Found #350
Comments
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
Could you please be more specific? You compiler is Delphi 10.2.3? Which errors does it find?
This is a very old demo. You will need a demo avi file, as 'speedis.avi' it is no longer shipped with Delphi.
Why can't you use the Indy10 main demo FrameBrowserDemoId10W.dproj? (after removeing the reference to HighDPIInit.pas or adding the file. |
I think i will drop the check of the main demo and more ThtIndyHttpConnector.Create(Self); does not exist? {$ifdef UseIndy10} |
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: ***@***.***>
|
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
The text was updated successfully, but these errors were encountered: