Jump to content


Photo

Adding solid cells in the table

nextgrid columns header

  • Please log in to reply
89 replies to this topic

#1 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 15 September 2016 - 03:52 PM

Dear developers !

Help me please.

I am developing a program where the betting table of events , must be added a solid box with the name of the championship for example (as shown in the screenshot ) :

Attached File  Clip2net_160915154055.png   11.15KB   0 downloads

 

Please write command or a series of how to do it .. thank you very much for your reply.


#2 FourWhey

FourWhey
  • Members
  • 165 posts

Posted 15 September 2016 - 05:36 PM

You might be able to do this using the column's OnSetCell event, by defining the CellRect to only draw the top and bottom of each cell in the row, except left, top, bottom on the first column, and right, top, bottom on the last.



#3 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 15 September 2016 - 07:29 PM

Hi,

 

Problem will be grid lines I think. Maybe you can draw it on last (7th) cell.

 

If grid is fresh, maybe you can start with v6 I can guide you how to do it there. I have something like this there:

 

procedure TForm2.NxReportGridView61GetCellGrid(Sender: TObject; ACol, ARow: Integer; var Edges: TNxBorderEdges;
  State: TNxCellPaintingState);
begin
 
end;

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.

#4 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 16 September 2016 - 10:55 AM

Please write a procedure that can do it ... I have the latest version of Nextgrid .. trying on everyone , it does not work. :( 

 

... +  

Attached File  Clip2net_160916143237.png   2.45KB   0 downloads

 

In addition , I need to post a new category could add another surprising number of columns , in contrast to that which has been mentioned .

 



#5 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 16 September 2016 - 04:19 PM

Hi,

Can you please tell me do you use v5 or v6? You can right click on component and see version.
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.

#6 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 16 September 2016 - 08:45 PM

Attached File  Clip2net_160916203824.png   8.89KB   0 downloads

I try to install the latest version , but still need to 9.5.81 or remove the old ? .. Please help .. something I probably do not correct when you upgrade .. can correct a reference to version 6 ?
I am for this problem even to pay a little can ..



#7 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 16 September 2016 - 08:51 PM

Hi,

If you are registered user you can download both versions from Users Area (bms.bergsoft.net)

Version 6 is a the bottom of the page:

Next Suite v6 (VCL)
NextSuite6 6.2016 (VCL) (Today) RELEASE NOTES
nextsuite6_9-16.zip	7,265 KB	Sep 15, 2016
You can use both versions in same project (as v6 add suffix 6), if you already have used v5 controls. It is easier for me to add new features to v6 since code of v5 is quite old and limited.
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.

#8 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 16 September 2016 - 09:01 PM

Can not go there  :(

Attached File  1.png   323.51KB   0 downloadsAttached File  2.png   548.05KB   0 downloads

 

 



#9 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 16 September 2016 - 09:20 PM

Hi,

Aha, you probably use free release for Delphi 6 or 7. Members section is only accessible for users who have ordered version with source code, so forum login doesn't match there.

If you want to support, or you are student I can give some discount and you will receive both version with source.

If you have ordered before, just take note that forum login doesn't match there.
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.

#10 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 16 September 2016 - 09:23 PM

Sad .. but how much is version 6 ? And where can I buy?



#11 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 16 September 2016 - 09:36 PM

It is there:

http://www.bergsoft....en-us/store/vcl

I can give you big discount if you are student, freeware developer or similar.

But if you want, you can continue using v5 how much you want, as is completely free. I hope that soon I will release D6 and D7 version of v6 for free (without source), but can't tell exact date these days.
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.

#12 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 16 September 2016 - 09:39 PM

Yeah .. very expensive ... you can ask how much you can buy it at a discount ? ... And most importantly, if I buy something , my problem will be solved?



#13 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 16 September 2016 - 10:43 PM

Hi,

1st option ($89) is good enough for your needs. I can offer 45% discount (just have removed it at the end of summer).

Sketch you have made can be done, maybe with few tweaks. I can not guarantee 100%. I suggest using v5 as free for some more time. If you start to like it, you will also like to have sources and advanced v6.
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.

#14 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 17 September 2016 - 12:02 AM

I understand correctly you can sell it to me for the price ~ $ 40 ?

If I buy it , you can help me to realize the addition of solid caps for a competition ?

:)



#15 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 17 September 2016 - 12:33 AM

You will only need to enter SUMMER16 discount code while ordering.

I forgot to mention that with v5 (you will receive for free) there is a NextSheet control (not yet in v6). This control have capability to merge cells like in Excel.

There is Quick Start article for it:
http://dn.bergsoft.n...quick-start.htm

Also this one:
http://dn.bergsoft.n...ple-project.htm
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.

#16 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 17 September 2016 - 01:57 AM

NextSheet free ? And where it can be downloaded ? Or is he a paid component ?



#17 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 17 September 2016 - 02:12 AM

Hi,

Version 5 is included as free after ordering current version 6. I keep this offer while transition period is on.

To clarify:

- NextGrid 5 is free for Delphi 6 and 7. Any kind of applications. It will stay this way since it's from beginning back in 2003. You can use it now.
- NextGrid 6 without source will be also offered for Delphi 6 and 7 after some period.

Version with source code is available only after purchase. It's the way I cover development cost.

In version with source there are other controls included (such as NextDBGrid, Next Collection etc.) and previous version 5 (again with source). Many people still use version 5 which is quite well done but started to age. It's harder and harder to add new features, to fix bug etc.
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.

#18 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 17 September 2016 - 11:28 AM

Boki, hi , I'm willing to buy at a discount component, but I do not have PayPall , but I have the ability to pay via Perfect Money, Payeer, AdvCash, bitcoin, yandex money. Requirement ! Take please pay individually through one of the payment systems offered me ... I beg you do not refuse .
:mellow:



#19 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 17 September 2016 - 04:59 PM

Hello,

Unfortunately I don't know how to receive them. ShareIt offers credit card payment and many other options.

I had few distributers in Russia, but they will probably charge you full price.
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.

#20 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 17 September 2016 - 06:32 PM

http://joxi.ru/L21BOxF6EyKlAX
http://joxi.ru/zAN3oPTlezMYr9

 

I PAID!!!! BROTHER I pay YAHOOOOO !!

 

I girlfriend of Germany to pay, give me a link to download the component .. with help from you you promised !!







0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users