Notes |
(0006028)
boerema1 (reporter)
2004-12-29 03:08
|
After adding JvFullColorSpaces to the uses list of my program I also get the access violation at startup. After the second access violation Delphi stops in JvFullColorSpaces.PrettyNameStrings at the line AHookColorBox.PopulateList just after CreateWnd.
Call stack:
PrettyNameStrings
ColorToPrettyName line 442:
AIndex := PrettyNameStrings.IndexOfObject(TObject(Value));
TJvDEFColorSpace.GetColorValuesCallBack line 1509:
AddCustomColor(AColor,Copy(S,3,Length(S)-2),ColorToPrettyName(AColor));
TJvDEFColorSpace.Create line 1495:
AddDelphiColor(clNone);
JvFullColorSpaces initialization line 1750:
ColorSpaceManager.RegisterColorSpace(TJvDEFColorSpace.Create(csDEF)); |
|
(0006059)
anonymous (viewer)
2005-01-02 09:10
|
I cannot reproduce this error on my computer.
However, I changed the way to get pretty name strings. It now uses the jvcl constants.
Sorry for the convenience.
Florent |
|
(0006063)
boerema1 (reporter)
2005-01-03 03:09
|
Thanks. With the newest version everything works fine as far as I can see. |
|