Jump to content


chuqingsheng

Member Since 26 Nov 2020
Offline Last Active Dec 04 2020 05:31 PM
-----

Topics I've Started

NextGrid Columns Editor... Access violation Error

26 November 2020 - 07:59 AM

I have install NextSuite 6 in Delphi 10.4. I put a nextgrid on form and double click the grid to open Columns editor . but I get 

Access violation at address 1D804C2B in module 'NxStandard6Run d10 4.bpl'. Read of address 000002E8.

 

 

[1D804C2B]{NxStandard6Run_d10_4.bpl} NxStdCtrls6.TNxToolPalette6.GetPaletteByText + $27
[1D804610]{NxStandard6Run_d10_4.bpl} NxStdCtrls6.TNxToolPalette6.Add + $3C
[50E341CA]{vcl270.bpl  } Vcl.ImgList.TCustomImageList.AddMasked (Line 592, "Vcl.ImgList.pas" + 20) + $5
[2F7A40DE]{NxGrid6Dsgn_d10_4.bpl} NxColumnsEditor6.TNxColumnsEditor6.AddButton (Line 145, "NxColumnsEditor6.pas" + 1) + $13
[2F7A445F]{NxGrid6Dsgn_d10_4.bpl} NxColumnsEditor6.TNxColumnsEditor6.AddIcon (Line 199, "NxColumnsEditor6.pas" + 11) + $10
[2F7A41A6]{NxGrid6Dsgn_d10_4.bpl} NxColumnsEditor6.TNxColumnsEditor6.AddButtons (Line 162, "NxColumnsEditor6.pas" + 1) + $12
[2F7A4628]{NxGrid6Dsgn_d10_4.bpl} NxColumnsEditor6.TNxColumnsEditor6.Create (Line 222, "NxColumnsEditor6.pas" + 6) + $5
[2F7AC2AF]{NxGrid6Dsgn_d10_4.bpl} NxGridReg6.TNxColumnsProperty6.OpenEditor (Line 471, "NxGridReg6.pas" + 5) + $12
[2F7AC19A]{NxGrid6Dsgn_d10_4.bpl} NxGridReg6.TNxColumnsProperty6.Edit (Line 445, "NxGridReg6.pas" + 2) + $3
[2F7AB6B9]{NxGrid6Dsgn_d10_4.bpl} NxGridReg6.TNxGridComponentEditor6.EditProperty (Line 245, "NxGridReg6.pas" + 7) + $5
[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
[2F7AB656]{NxGrid6Dsgn_d10_4.bpl} NxGridReg6.TNxGridComponentEditor6.Edit (Line 233, "NxGridReg6.pas" + 1) + $3
[2F7AB791]{NxGrid6Dsgn_d10_4.bpl} NxGridReg6.TNxGridComponentEditor6.ExecuteVerb (Line 261, "NxGridReg6.pas" + 3) + $5
[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
[50CD6FA3]{vcl270.bpl  } Vcl.Graphics.FreeMemoryContexts (Line 7279, "Vcl.Graphics.pas" + 12) + $8
[50CFB3B0]{vcl270.bpl  } Vcl.Controls.TWinControl.MainWndProc (Line 10113, "Vcl.Controls.pas" + 3) + $6
[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
[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
 
 
I have install delphi 10.4 again. But still error.