Closed irelam66 closed 8 years ago
Hi, I cannot see any defects in https://github.com/BerndGabriel/HtmlViewer/blob/HtmlViewer-11.6/package/FrameViewerXE8.dpk and I'm not aware of any registration bugs. But I must admit, I've got neither XE nor XE8.
Thank you for your feedback on this problem. I am not so worried about the corrupted DPK file as the problem is clear and easily corrected. I am actually more worried that I cannot seem to get the component installed and appearing on the component toolbar. It usually requires a routing called RegisterComponent to be run somehow. I cannot find such a routine (procedure) anywhere in the XE distribution collection of files. I am going to investigate running this procedure outside the Install procedure, and will let you know of my success or whatever. The code I am trying to track down looks like this (from Frameviewer.reg in my Html945 set):
procedure Register; begin RegisterComponents('Samples', [THTMLViewer, TFrameViewer, TFrameBrowser]); end;
regards,
On 4 Sep 2015 at 13:16, BerndGabriel wrote:
Hi, I cannot see any defects in https://github.com/BerndGabriel/HtmlViewer/blob/HtmlViewer-11.6/package/FrameViewerXE8.dpk and I'm not aware of any registration bugs. But I must admit, I've got neither XE nor XE8. — Reply to this email directly or view it on GitHub.
since Delphi XE there is a separate dclFrameViewerXE*.dpk package for the design time including the RegisterComponent() call.
Am 05.09.2015 um 02:47 schrieb irelam66:
Thank you for your feedback on this problem. I am not so worried about the corrupted DPK file as the problem is clear and easily corrected. I am actually more worried that I cannot seem to get the component installed and appearing on the component toolbar. It usually requires a routing called RegisterComponent to be run somehow. I cannot find such a routine (procedure) anywhere in the XE distribution collection of files. I am going to investigate running this procedure outside the Install procedure, and will let you know of my success or whatever. The code I am trying to track down looks like this (from Frameviewer.reg in my Html945 set):
procedure Register; begin RegisterComponents('Samples', [THTMLViewer, TFrameViewer,
TFrameBrowser]); end;
regards,
Martin
On 4 Sep 2015 at 13:16, BerndGabriel wrote:
Hi, I cannot see any defects in
https://github.com/BerndGabriel/HtmlViewer/blob/HtmlViewer-11.6/package/FrameViewerXE8.dpk
and I'm not aware of any registration bugs. But I must admit, I've got neither XE nor XE8. — Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHub https://github.com/BerndGabriel/HtmlViewer/issues/104#issuecomment-137888941.
The following section of this message contains a file attachment prepared for transmission using the Internet MIME message format. If you are using Pegasus Mail, or any other MIME-compliant system, you should be able to save it or view it from within your mailer. If you cannot, please ask your system administrator for assistance.
---- File information ----------- File: FrameviewerXE8_dpk.jpg Date: 5 Sep 2015, 13:22 Size: 99449 bytes. Type: JPEG-image
The following section of this message contains a file attachment prepared for transmission using the Internet MIME message format. If you are using Pegasus Mail, or any other MIME-compliant system, you should be able to save it or view it from within your mailer. If you cannot, please ask your system administrator for assistance.
---- File information ----------- File: delphixe8DclFrameviewer_syntaxerrors.jpg Date: 5 Sep 2015, 13:17 Size: 24876 bytes. Type: JPEG-image
Unfortunately you cannot send attachments github issues.
But you can send links to publicly available files.
Issue seems to be solved...
I am unable to fully install Htmlviewer version 11 on my Windows 10 64-bit machine. I am able to compile the DPK file after correcting syntax errors on the content of the DPK file. Errors are