Hello Boki,
After a couple of months doing another work now I have come back to Delphi programming. I have problem when compile my old project. The error message is "Ambiguous overloaded call to 'Add'" at the line of code NextGrid.Columns.Add(TNxCheckBoxColumn). The Demo1 project has the same error.
Kind regards,
Sayxanath
Problem with NextGrid v4.5
Started by Vu Quang Thang, Aug 21 2008 12:51 PM
7 replies to this topic
#1
Posted 21 August 2008 - 12:51 PM
#2
Posted 21 August 2008 - 01:08 PM
Hello Sayxanath,
Please rename new overloaded Add method which I have add (NxColumns.pas).
into
Best regards
Please rename new overloaded Add method which I have add (NxColumns.pas).
CODE
procedure Add(ColumnClass: TNxColumnClass; Count: Integer = 1); overload;
into
CODE
procedure AddColumns(ColumnClass: TNxColumnClass; Count: Integer = 1);
Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
#3
Posted 22 August 2008 - 12:26 AM
PS. You may also download latest zip file attached on Members Section.
Best regards
Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
#4
Posted 22 August 2008 - 06:01 AM
Hello Boki,
I use a freeware version so I don't have the source code and there is nothing in member section.
Kind regards
I use a freeware version so I don't have the source code and there is nothing in member section.
Kind regards
#5
Posted 22 August 2008 - 11:42 AM
Hello Sayxanath,
I will update today and free version too.
Best regards
I will update today and free version too.
Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
#6
Posted 22 August 2008 - 06:28 PM
Hello Sayxanath,
I have re-upload files with this fix.
Best regards
I have re-upload files with this fix.
Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
#7
Posted 25 August 2008 - 01:04 PM
Thanks for your quick update. The last error has gone but think there are still some problems with the Demo1.
- Click on InsertColumn(3) menu just add one column.
- Click DeleteColumn(2) at first time, it runs correctly but it will delete the last column on second time.
Just a quick test.
Kind regards
- Click on InsertColumn(3) menu just add one column.
- Click DeleteColumn(2) at first time, it runs correctly but it will delete the last column on second time.
Just a quick test.
Kind regards
#8
Posted 25 August 2008 - 01:26 PM
Hello Sayxanath,
This is a probably bugs from demo. I will check it too.
Best regards
This is a probably bugs from demo. I will check it too.
Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











