Search found 25 matches

by REH Outsourcing
Tue Jun 12, 2018 11:40 am
Forum: VCL / FMX
Topic: After edit cell, cell's loses focus if Data is TDataSource
Replies: 0
Views: 14493

After edit cell, cell's loses focus if Data is TDataSource

Delphi version: SEATTLE TTeeGrid version: VCL & FMX Registered version- 1.05 Multidevice Application ( FMX ) Platform: WIN32 Good afternoon Yeray, When TTeeGrid.Data is a descendant of TDataSet, when you press enter in a cell after changing its value, no cell remains focused, although TTeeGrid.Editi...
by REH Outsourcing
Tue Jun 12, 2018 11:03 am
Forum: VCL / FMX
Topic: When sorting, the size of all the columns changes and the gr
Replies: 9
Views: 47369

Re: When sorting, the size of all the columns changes and the gr

Good morning Yeray, I confirm that the problem is specific to FMX:WIN32 Seattle, when compiling the demonstration project in Tokyo it works correctly. It is evident that in Seattle there must be some kind of problem, which causes the width of columns to change. I attach the simplified test project p...
by REH Outsourcing
Fri Jun 08, 2018 11:54 am
Forum: VCL / FMX
Topic: When sorting, the size of all the columns changes and the gr
Replies: 9
Views: 47369

Re: When sorting, the size of all the columns changes and the gr

I attached images of the appearance before and after the problem.
by REH Outsourcing
Fri Jun 08, 2018 11:47 am
Forum: VCL / FMX
Topic: When sorting, the size of all the columns changes and the gr
Replies: 9
Views: 47369

Re: When sorting, the size of all the columns changes and the gr

Good afternoon Yeray, I have been able to observe that in certain occasions in the call to Tee.GridData.DB.TVirtualDBData.AutoWidth (), it resulted: = APainter.TextWidth ('0') * tmpL; returns unexpectedly high values (eg 199990,15625) and therefore the grid is not able to display the columns correct...
by REH Outsourcing
Fri Jun 08, 2018 8:00 am
Forum: VCL / FMX
Topic: The TFieldType ftFMTBcd, is not aligned to the right
Replies: 3
Views: 14560

Re: The TFieldType ftFMTBcd, is not aligned to the right

Buenos días Yeray,

This is what the Embarcadero documentation says:
ftBCD Binary-coded Decimal field that can be converted to Currency without loss of precision.

Therefore I imagine that aligning it to the right is appropriate.

Saludos.
by REH Outsourcing
Wed Jun 06, 2018 6:15 pm
Forum: VCL / FMX
Topic: Problem with the order when you have to scroll with a column
Replies: 4
Views: 19382

Problem with the order when you have to scroll with a column

Delphi version: Seattle TTeeGrid version: VCL & FMX Registered version-1.05 Multidevice Application (FMX) Platform: WIN32 When the sort is enabled in a TTeeGrid, and all the columns are not shown, if you navigate to a non-visible column (scroll right) and press the header to sort, the first columns ...
by REH Outsourcing
Wed Jun 06, 2018 5:51 pm
Forum: VCL / FMX
Topic: When sorting, the size of all the columns changes and the gr
Replies: 9
Views: 47369

When sorting, the size of all the columns changes and the gr

Delphi version: Seattle TTeeGrid version: VCL & FMX Registered version-1.05 Multidevice Application (FMX) Platform: WIN32 I have attached your demo (Unit_Custom_Sorting.pas/fmx) with an added column of type integer so that you can reproduce the behavior. The following happens, if you click on any of...
by REH Outsourcing
Wed Jun 06, 2018 11:50 am
Forum: VCL / FMX
Topic: Loading bitmap failed when a TField is of the TWideStringFie
Replies: 3
Views: 18435

Re: Loading bitmap failed when a TField is of the TWideStringFie

Hello Marc,

I just tried the patch, and everything seems to work correctly.

Regards.
by REH Outsourcing
Tue Jun 05, 2018 9:44 am
Forum: VCL / FMX
Topic: The TFieldType ftFMTBcd, is not aligned to the right
Replies: 3
Views: 14560

The TFieldType ftFMTBcd, is not aligned to the right

Delphi version: Seattle and Tokyo TTeeGrid version: VCL & FMX Registered version-1.04 Multidevice Application (FMX) Platform: WIN32 Good morning, The solution is In Tee.GridData.DB: // Returns the appropiate horizontal text alignment, depending on AField data type class function TVirtualDBData.Horiz...
by REH Outsourcing
Fri Mar 16, 2018 5:07 pm
Forum: VCL / FMX
Topic: Loading bitmap failed when a TField is of the TWideStringFie
Replies: 3
Views: 18435

Loading bitmap failed when a TField is of the TWideStringFie

Delphi version: Seattle and Tokyo TTeeGrid version: VCL & FMX Registered version-1.04 Multidevice Application (FMX) Platform: WIN32 Good afternoon, The problem is the following, when I assign a TDataSet to a TTeeGrid, using this method    TeeGrid1.Data: = TVirtualDBData.From (FDMemTable1); if the TD...