Jump to content


alan008

Member Since 05 Jul 2021
Offline Last Active Private
-----

Posts I've Made

In Topic: NextGrid Columns Editor... Access violation Error

08 July 2021 - 01:31 PM

Answer to myself, to topic starter and to everybody:

 

This happens because in "pirate" version of components 6.6.0 from "downloadly ir" file NxColumnsEditor6.dfm is lacking the description of  "object grEditor: TNextGrid6"

If you surely decide to pirate, you may copy-paste this description from older version of this dfm, for example from version 6.3.5, also found on internet wastelands.

 

I advise not to pirate, but to buy latest components and have normal support from developer :-)


In Topic: NextGrid Columns Editor... Access violation Error

05 July 2021 - 04:29 PM

Views Editor opens normally, no error


In Topic: NextGrid Columns Editor... Access violation Error

05 July 2021 - 04:27 PM

Hello! I also have same bug (Access Violation when entering NextGrid Columns Editor), but with other stack trace:

 

[429FA3C3]{NxGrid6Run_d10_4.bpl} NxCustomGrid6.TNxCustomGrid6.SetSelectionColor + $F
[50CF4E53]{vcl270.bpl  } Vcl.Controls.TControl.SetClientWidth (Line 5990, "Vcl.Controls.pas" + 1) + $12
[42644668]{NxGrid6Dsgn_d10_4.bpl} NxColumnsEditor6.TNxColumnsEditor6.Create + $78
[4264C2AF]{NxGrid6Dsgn_d10_4.bpl} NxGridReg6.TNxColumnsProperty6.OpenEditor + $37
[4264C19A]{NxGrid6Dsgn_d10_4.bpl} NxGridReg6.TNxColumnsProperty6.Edit + $12
[4264B6B9]{NxGrid6Dsgn_d10_4.bpl} NxGridReg6.TNxGridComponentEditor6.EditProperty + $59
[2105EDD4]{designide270.bpl} DesignEditors.TDefaultEditor.CheckEdit (Line 2739, "DesignEditors.pas" + 2) + $5
[2105EBA8]{designide270.bpl} DesignEditors.GetComponentProperties (Line 2654, "DesignEditors.pas" + 95) + $23
[2105F080]{designide270.bpl} DesignEditors.TDefaultEditor.Edit (Line 2785, "DesignEditors.pas" + 7) + $24
[4264B656]{NxGrid6Dsgn_d10_4.bpl} NxGridReg6.TNxGridComponentEditor6.Edit + $A
[4264B791]{NxGrid6Dsgn_d10_4.bpl} NxGridReg6.TNxGridComponentEditor6.ExecuteVerb + $51
[5289F07A]{vcldesigner270.bpl} VCLSurface.TVclDesignSurface.ComponentVerb (Line 2915, "VCLSurface.pas" + 3) + $B
[50E3D49A]{vcl270.bpl  } Vcl.Menus.TMenuItem.Click (Line 2605, "Vcl.Menus.pas" + 19) + $8
[50E3EC53]{vcl270.bpl  } Vcl.Menus.TMenu.DispatchCommand (Line 3562, "Vcl.Menus.pas" + 5) + $2
[50E3FEBA]{vcl270.bpl  } Vcl.Menus.TPopupList.WndProc (Line 4735, "Vcl.Menus.pas" + 4) + $E
[2356F15D]{cxLibraryRS27.bpl} Dxhooks. + $0
[50E3FE09]{vcl270.bpl  } Vcl.Menus.TPopupList.MainWndProc (Line 4710, "Vcl.Menus.pas" + 2) + $5
[50181450]{rtl270.bpl  } System.Classes.StdWndProc (Line 18021, "System.Classes.pas" + 8) + $0
[50064530]{rtl270.bpl  } System.@FinalizeRecord (Line 33034, "System.pas" + 56) + $1E
[50E5B23F]{vcl270.bpl  } Vcl.Forms.TApplication.ProcessMessage (Line 11028, "Vcl.Forms.pas" + 23) + $1
[50E5B282]{vcl270.bpl  } Vcl.Forms.TApplication.HandleMessage (Line 11058, "Vcl.Forms.pas" + 1) + $4
[50E5B5B5]{vcl270.bpl  } Vcl.Forms.TApplication.Run (Line 11196, "Vcl.Forms.pas" + 26) + $3
[0051E178]{bds.exe     } bds.bds (Line 222, "" + 13) + $2
 

Version 6.6.0. Delphi 10.4.1

 

Think the bug is somewhere else. This stack is just an consequence of some inner bug.