Jump to content


chuqingsheng

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

Posts I've Made

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

04 December 2020 - 04:53 PM

I have add the new line . and get showmessage with 0.  

 

And I found in TNxToolPalette6.GetPaletteByText

 

 for i := 0 to Pred(FPalettes.Count) do   //<<-------------------this line cause the error. 
    if WideCompareStr(Palette[i].Caption, Text) = 0 then
    begin
      Result := Palette[i];
 
      { Done. }
      Exit;
    end;

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

28 November 2020 - 07:25 AM

 Views Editor work fine. 

 

Version in NxConsts6.pas

const

  { Versions }
  vrNextSuite = '6.6.0';
  vrNextSuiteDesc = vrNextSuite + ' (9.2020)';
  vrNextGrid = '6.6.0';
  vrNextDBGrid = '6.6.0';
  vrNextInspector = '6.6.0';
  vrNextLayout = '6.1.0';
  vrNextCollection = '6.5.0';
 
 
 
I install Delphi10.4 and NextSuite6 in other computer(windows 10 early version) . Columns editor works fine. But On my computer (Windows10 64bit version 10.0.19041)  is same error. 

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

26 November 2020 - 05:52 PM

I have delete all Nx*.bpi and bpl from disk. and reinstall NextSuite6 . but the Error still exist. Why?  In system it have Delphi 7 and Delphi 10.3 installed.  and Delphi 10.3 have same error.