Board index » cppbuilder » Component Palette Problem

Component Palette Problem


2005-05-06 02:34:03 AM
cppbuilder95
This seems like the right place to post my particular problem. Our company has several different user rights to install software. So I've installed the Borland C++ Builder 6.0 as admin, and when I go into Borland I see the entire Component Palette. When I login as a different user and run Borland C++ Builder, the component palette is practically non-existant! All it has is the standard template with only the "form" icon.
Does anyone know what the problem is? Or how to solve it. I can't seem to be able to add any components to the palette as they don't even show up under the tool's | environment option | palette | add...
Thanks Everyone,
Heinz K.
 
 

Re:Component Palette Problem

Heinz,
You can do one of two things:
1.
Run a Repair install for the user that has no component palette.
2.
Export the following Registry key from the "working" user to the
"non-working" user:
HKEY_CURRENT_USER | Software | Borland | C++Builder | 6.0
-- YH --
 

Re:Component Palette Problem

login as admin and export following keys only with regedit
HKEY_CURRENT_USER\Software\Borland\C++Builder\6.0\Disabled Packages
HKEY_CURRENT_USER\Software\Borland\C++Builder\6.0\Known IDE Packages
HKEY_CURRENT_USER\Software\Borland\C++Builder\6.0\Known Packages
then import the reg files for each user,...
but if the organisation is rather not small) .. you should create logon
script
 

{smallsort}

Re:Component Palette Problem

In article < XXXX@XXXXX.COM >,
Danila Vershinin < XXXX@XXXXX.COM >wrote:
Quote
login as admin and export following keys only with regedit

HKEY_CURRENT_USER\Software\Borland\C++Builder\6.0\Disabled Packages
HKEY_CURRENT_USER\Software\Borland\C++Builder\6.0\Known IDE Packages
HKEY_CURRENT_USER\Software\Borland\C++Builder\6.0\Known Packages

then import the reg files for each user,...
but if the organisation is rather not small) .. you should create logon
script
But Borland does not support export!!
Sorry, could resist the joke!
--
Greg Comeau / Comeau for the Mac? Stay tuned.
Comeau C/C++ ONLINE ==>www.comeaucomputing.com/tryitout
World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90.
Comeau C/C++ with Dinkumware's Libraries... Have you tried it?
 

Re:Component Palette Problem

Greg Comeau wrote:
Quote
But Borland does not support export!!

Sorry, could resist the joke!
Now that was the best thing I've read in a long time :)
.a
 

Re:Component Palette Problem

Rerun the install and do a Registry Only install.
"Heinz Ketchup" < XXXX@XXXXX.COM >wrote in
message news:427a671b$ XXXX@XXXXX.COM ...
Quote

This seems like the right place to post my particular problem. Our company
has several different user rights to install software. So I've installed
the Borland C++ Builder 6.0 as admin, and when I go into Borland I see the
entire Component Palette. When I login as a different user and run Borland
C++ Builder, the component palette is practically non-existant! All it has
is the standard template with only the "form" icon.
Does anyone know what the problem is? Or how to solve it. I can't seem to
be able to add any components to the palette as they don't even show up
under the tool's | environment option | palette | add...

Thanks Everyone,
Heinz K.