tags:

views:

126

answers:

2

How can I disable JEDI string property editor?

I have tried to disable these lines

  // RegisterPropertyEditor(TypeInfo(TCaption), TJvHTLabel, 'Caption', TJvHintProperty);

in jvcl\design\jvCtrlsReg.pas then I have used the JEDI installer to do a full reinstall (with "rebuild packages" option active).

No success.

+1  A: 

Assuming that these are the properties you are trying to change, I would first remove the package from delphi (which should delete all components from the pallates) then recompile and reinstall.

Toby Allen
+3  A: 
Sertac Akyuz
100000000000 thanks! It worked.
Altar