kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

Cannot install FrameViewerXE3.bpl in Delphi XE3 #290

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which steps will reproduce the problem?

I followed the steps in the thtmlviewer help file for "Delphi 2005 - 2010, XE 
and later". I opened "FrameViewerXE3.dpk" and compiled it. Delphi stuck the 
resulting bpl into the c:\users\public\public documents\rad studio\10.0\bpl 
folder. 

I then selected "Component - Install Packages" and tried to select that bpl. 
The error I get is, "Package c:\users\publice\public documents\rad 
studio\10.0\bpl\FrameViewerXE3.bpl can't be installed because it is not a 
design time package."

Which version of the product are you using? 

11.4

Which compiler version are you using? On which operating system?

Delphi RAD Studio XE3 on Windows 7 (32-bit)

Original issue reported on code.google.com by almsys...@gmail.com on 17 Aug 2013 at 4:34

GoogleCodeExporter commented 9 years ago
Oh, sorry, that documentation needs an update. 
Since XE3 there are separate run time and design time packages.
Please install dclFrameViewerXE3.dpk

Original comment by OrphanCat on 17 Aug 2013 at 6:12

GoogleCodeExporter commented 9 years ago
Thank you -- that worked. However, I have two more issues:

1. These components are VCL only? I was hoping for FireMonkey.

2. Are there instructions for installing the help?

Thanks again.

Original comment by almsys...@gmail.com on 18 Aug 2013 at 9:49

GoogleCodeExporter commented 9 years ago
almsysinc,

these components are VCL only.

Currently there is no instruction how to integrate the help into the Delphi 
help system.

Please open .\HtmlHelp\THtmlViewer.chm in Microsoft's HtmlHelp hh.exe for 
viewing the complete help.

Or open .\HtmlHelp\html\contents.htm in ".\Demos\Compiled 
Framedemo\FrameDem.exe" for the core components' help.

Original comment by OrphanCat on 4 Oct 2013 at 10:55