Search found 28 matches

by TheOtherPrefontaine
Wed Aug 06, 2025 5:02 pm
Forum: VCL / FMX
Topic: TeeGrid OnTap
Replies: 18
Views: 298109

Re: TeeGrid OnTap

Thanks much !
by TheOtherPrefontaine
Mon Aug 04, 2025 12:02 pm
Forum: VCL / FMX
Topic: TeeGrid OnTap
Replies: 18
Views: 298109

Re: TeeGrid OnTap

This is still an issue with the latest version...
by TheOtherPrefontaine
Sun Aug 03, 2025 6:17 pm
Forum: VCL / FMX
Topic: TeeGrid, android
Replies: 1
Views: 5151

TeeGrid, android

I would like to be able to tap to select a row.

I see TeeGridTap(Sender: TObject; const Point: TPointF)

Is there a way to turn that TPointF into a row number?
by TheOtherPrefontaine
Fri Aug 01, 2025 3:08 pm
Forum: VCL / FMX
Topic: TeeGrid Colors
Replies: 5
Views: 11783

Re: TeeGrid Colors

A little bit more. To set the header colors:

TeeGrid.Header.Format.Brush.Gradient.Visible := False;
TeeGrid.Header.Format.Brush.Color := claIndigo;
TeeGrid.Header.Format.Font.Brush.Color := claWhite;
by TheOtherPrefontaine
Fri Aug 01, 2025 2:47 pm
Forum: VCL / FMX
Topic: TeeGrid Colors
Replies: 5
Views: 11783

Re: TeeGrid Colors

Looks like:

rows.hover.visible := false;

...removes the cyan outline on selected
by TheOtherPrefontaine
Thu Jul 31, 2025 7:02 pm
Forum: VCL / FMX
Topic: TeeGrid Colors
Replies: 5
Views: 11783

Re: TeeGrid Colors

Thanks so much Yeray !! That did the trick. :D

Anyone know can I get rid of that cyan frame around the selected row/cell?
by TheOtherPrefontaine
Sun Jul 27, 2025 2:50 am
Forum: VCL / FMX
Topic: TeeGrid Colors
Replies: 5
Views: 11783

Re: TeeGrid Colors

Teegrid1.Selected.format.Brush.color (bg color of the selected row)
by TheOtherPrefontaine
Thu Jul 24, 2025 8:22 pm
Forum: VCL / FMX
Topic: TeeGrid Colors
Replies: 5
Views: 11783

TeeGrid Colors

Great component! It would be useful to know how to change the color of two of the TeeGrid aspects. I know of: TeeGrid1.Back.Brush.Color the background color of the grid item TeeGrid1.Cells.Format.font.color the font color of the grid item I need to know how to set: The selected item brush color The ...
by TheOtherPrefontaine
Wed Jul 23, 2025 4:03 pm
Forum: VCL / FMX
Topic: Registered user - all downloads are 1k files
Replies: 4
Views: 7003

Re: Registered user - all downloads are 1k files

Thanks Marc, will do!
by TheOtherPrefontaine
Wed Jul 23, 2025 1:17 pm
Forum: VCL / FMX
Topic: Registered user - all downloads are 1k files
Replies: 4
Views: 7003

Re: Registered user - all downloads are 1k files

I would even be fine with buying it again, but I want to make sure I can download it ; )

-garry
by TheOtherPrefontaine
Wed Jul 23, 2025 12:11 pm
Forum: VCL / FMX
Topic: Registered user - all downloads are 1k files
Replies: 4
Views: 7003

Registered user - all downloads are 1k files

Every timeI try to download TeeGrid, I get a little 1k file. This includes the registered version or the trial version.

I am a registered user. Surely I can get a copy of what I've paid for?

Name : Garry Prefontaine
Customer Number: B2393408
by TheOtherPrefontaine
Fri Nov 17, 2023 6:15 am
Forum: VCL / FMX
Topic: TeeGrid OnTap
Replies: 18
Views: 298109

Re: TeeGrid OnTap

I've attached a small screen shot. You can see the selected row, and also a light blue rectangle around the cell I just tapped on. So teegrid knows I tapped there since it painted the light blue rectangle, but its just not moving the selection. Hope this provides a clue to what's happening. I really...
by TheOtherPrefontaine
Mon Nov 13, 2023 11:45 am
Forum: VCL / FMX
Topic: TeeGrid OnTap
Replies: 18
Views: 298109

Re: TeeGrid OnTap

Amy ideas on this?
by TheOtherPrefontaine
Fri Oct 27, 2023 3:15 am
Forum: VCL / FMX
Topic: TeeGrid Swipe?
Replies: 2
Views: 67448

Re: TeeGrid Swipe?

That's good to hear!
by TheOtherPrefontaine
Fri Oct 27, 2023 3:15 am
Forum: VCL / FMX
Topic: TeeGrid OnTap
Replies: 18
Views: 298109

Re: TeeGrid OnTap

Hi Marc,

I'm using a Galaxy S10E.

-garry