Here's what I'm doing:
1. Component/Import Component
2. Select "Import ActiveX Control" radio button, click next
3. Select "DSO ActiveX Document Framer Control", click next
4. Select Palette Page (ActiveX), click next
5. Select "Create Unit" or "Add Unit" radio button, click finish
The type library seems to be added correctly (I see the DSOFramer_TLB unit),
but the control does not get added to the tool palette.
What the heck am I forgetting to do?
Thanks,
SB
> The type library seems to be added correctly (I see the DSOFramer_TLB unit),
> but the control does not get added to the tool palette.
>
> What the heck am I forgetting to do?
You need to add the unit to a package and then compile and install the
package.
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com
Thanks!
"Marc Rohloff [TeamB]" <ma...@nospam.marcrohloff.com> wrote in message
news:2atc5xbm...@dlg.marcrohloff.com...
> Oh, can you point me to instructions for doing so?
Off the top of my head:
* Choose File\Open Project and select packages from the file type:
* Browse to C:\Program Files\Borland\RAD Studio\3.0\lib
(Or whatever it was) and open dclusr.dpk
* Click the 'Add' button and add your new unit
* Right click on the package in the project manager and 'Compile'
* Right click on the package in the project manager and 'Install'
There's one thing however, the control must be added to the palette each
time I start up Delphi. Is there a way to keep it on the palette
permanently?
Thank you again,
SB
"Marc Rohloff [TeamB]" <ma...@nospam.marcrohloff.com> wrote in message
news:s9kbjs76...@dlg.marcrohloff.com...
> There's one thing however, the control must be added to the palette each
> time I start up Delphi. Is there a way to keep it on the palette
> permanently?
IIRC this has something to do with Delphi not being able to find the
package when it starts. You could try copying the bpl file to
somewhere Delphi can find it like the bin directory and installing it
via Component/Install Packages.