Jump to content


Photo

Adding solid cells in the table

nextgrid columns header

  • Please log in to reply
89 replies to this topic

#61 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 11 November 2016 - 11:59 PM

Thx bro! 


I will be enough if it is not clear that will be sure to you!



#62 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 12 November 2016 - 01:22 AM

I redid the question below.



#63 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 12 November 2016 - 11:50 AM

Problem 1 NextGrid6:


begin
 nxtgrd.Cell [1, 0].Hide;
end;
Attached File  Clip2net_161112002106.png   35.38KB   0 downloads
 
-------------------------------------------------------------------------------------------------------------------------
 
Problem 2 NextGrid6:
 
var
  G: TGraphic;

begin
  G := TJPEGImage.Create;                              
  G := (img3.Picture.Graphic);

  nxtgrd.Cell [1, z].ObjectReference: = G;
end;
 
 
in NextGrid5 picture is inserted properly.

How to use it?

Attached Files



#64 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 12 November 2016 - 12:13 PM

Hi,

 

If you are using latest version of v6 (right click on component -> Version...), you will be able to use Hide method (or set NextGrid61.Cell[x, y].Visible := False;)

 

2) In v6 ObjectReference is now named simply Data:

 

NextGrid61.Cell[x, y].Data

 

Hope that it helps.


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.

#65 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 12 November 2016 - 12:23 PM

1. Data - works!

2.
nxtgrd.Cell [4, z] .Visible: = False;
nxtgrd.Cell [5, z] .Visible: = False;
not working, here is a screen:
Attached File  Clip2net_161112112201.png   14.33KB   0 downloads

nxtgrd.Cell [4, z] .Hide;
Undiclared =(

Attached File  Clip2net_161112112550.png   9.85KB   0 downloads

#66 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 12 November 2016 - 12:25 PM

Hi,

Can you tell me version of grid (right click ⟶⟶, 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.

#67 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 12 November 2016 - 12:28 PM

Attached File  Clip2net_161112112744.png   16.2KB   0 downloads

#68 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 12 November 2016 - 12:35 PM

Hi,

 

Please try to compile and run attached demo project I just made. 

 

You can send me screenshot what you get.

 

Attached File  Merging.zip   4.74KB   1 downloads


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.

#69 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 12 November 2016 - 12:40 PM

DELPHI 7

Attached File  Clip2net_161112113915.png   10.29KB   0 downloads

Attached File  Clip2net_161112114222.png   27.66KB   0 downloads

Attached Files



#70 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 12 November 2016 - 12:53 PM

Hi,

 

I have converted now to Delphi 7 (It was Delphi XE6). Please try again.

 

Attached File  Merging_d7.zip   4.41KB   2 downloads


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.

#71 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 12 November 2016 - 01:07 PM

Not =(
but no other errors angling fortunately!

Attached Files



#72 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 12 November 2016 - 01:10 PM

Hi,

Can you try to redownload latest update from bms.bergsoft.net

You have correct version number, but maybe I have forgot to change it.

You just erase existing folder and extract new files there.

Also, don't forget to add Library Path.
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.

#73 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 12 November 2016 - 01:26 PM

Everything is working! Boki! Thx! :)

#74 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 12 November 2016 - 01:30 PM

Good news :)


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.

#75 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 12 November 2016 - 01:33 PM

Please take this opportunity to tell me how to make a line in bold text and alignment to make the left.


I want to make a bold caps championships and shift to the left

Attached Files



#76 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 12 November 2016 - 04:22 PM

Hi,

 

For specific cells, you can use .Font property of Cell:

 

NextGrid61.Cell[x, y].Font.Style := [fsBold];

 

Or, you can use OnSetCell event of Column. This is important event since it's called before cell is going to be drawn, so you can configure your column there for specific cell only (don't forget to turn it back). You have ACol, ARow parameters there. Column include Alignment property.


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.

#77 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 12 November 2016 - 07:21 PM

THX!

#78 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 15 November 2016 - 08:22 PM

Boki hi!


Tired red bar appears when you double-click and allows you to drag the line, which is very bad.

How to disable this red bar and dragging the lines?

Attached File  222.png   43.59KB   0 downloads

#79 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 15 November 2016 - 09:18 PM

Hi,

Select view, and disable RowMoving property (set to false)

Hope it helps.
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.

#80 Ltybcrf

Ltybcrf
  • Members
  • 59 posts

Posted 16 November 2016 - 01:48 AM


Boki please tell me whether there is a component in your spoler for NextGrid6, for example:

.. Hit the line and below the leaves painted to match Barcelona - Inter Milan for example:
both score or Team 1 score ..

Is there such a spoler NextGrid6 in the table?





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users