Search found 14 matches

by HarryKalma
Fri Jan 26, 2018 1:56 pm
Forum: VCL / FMX
Topic: Two questions
Replies: 9
Views: 26759

Re: Two questions

Sorry. I find my error.
Navigationpanel parent was grid.
I am very sorry for the time you spent.
by HarryKalma
Fri Jan 26, 2018 8:25 am
Forum: VCL / FMX
Topic: Two questions
Replies: 9
Views: 26759

Re: Two questions

Sorry. Last message in wrong topic. Duplicated.
by HarryKalma
Thu Jan 25, 2018 2:39 pm
Forum: VCL / FMX
Topic: Problem with ediing data in grid
Replies: 5
Views: 18356

Re: Problem with ediing data in grid

Exact error duplication: A) Select the first line of mastergrid (Left grid). b) Edit slave cell (right grid). c) Left the changed cell with the mouse and click on the mastergrid last line. A slightly different error occurs when after edit click mastergrid second or third line. Demo location: https:/...
by HarryKalma
Thu Jan 25, 2018 1:40 pm
Forum: VCL / FMX
Topic: Two questions
Replies: 9
Views: 26759

Re: Two questions

Exact error duplication: A) Select the first line of mastergrid (Left grid). b) Change slave grid cell data (right grid). c) Left the changed cell with the mouse and click on the mastergrid the last line. A slightly different error occurs when after edit click the mastergrid second or third line. Fi...
by HarryKalma
Wed Jan 24, 2018 11:10 am
Forum: VCL / FMX
Topic: Problem with ediing data in grid
Replies: 5
Views: 18356

Re: Problem with ediing data in grid

NB. I use FMX.
by HarryKalma
Wed Jan 24, 2018 11:10 am
Forum: VCL / FMX
Topic: Two questions
Replies: 9
Views: 26759

Re: Two questions

Yes. VCL demo work fine. Only - I use FMX.
by HarryKalma
Wed Jan 24, 2018 10:40 am
Forum: VCL / FMX
Topic: Problem with ediing data in grid
Replies: 5
Views: 18356

Re: Problem with ediing data in grid

Problem resolved (partly) by adding the following code: procedure TMainForm.tgrdAttributesCellEdited(const Sender: TObject; const AEditor: TControl; const AColumn: TColumn; const ARow: Integer; var ChangeData: Boolean; var NewData: string); begin if MainForm.Focused.GetObject <> tgrdAttributes then ...
by HarryKalma
Mon Jan 22, 2018 2:13 pm
Forum: VCL / FMX
Topic: Problem with ediing data in grid
Replies: 5
Views: 18356

Problem with ediing data in grid

I have 2 grids on form. 1 - Main data. 2 - Slave data. Data changes all time when I change maindata row. If I edit data in slave grid and after editing make click in same (slave) grid -- all is fine. Only if after editing I make click on maindata grid, I get: at first: FastMM error: error during Get...
by HarryKalma
Tue Jan 02, 2018 10:06 am
Forum: VCL / FMX
Topic: Problem with demo TeeGrid_Themes_FMX and OSX.
Replies: 1
Views: 10252

Problem with demo TeeGrid_Themes_FMX and OSX.

Program not compiled.
Cannot resolve unit name 'FMXTee.Grid.Themes'.
For Windows works fine.
by HarryKalma
Thu Dec 21, 2017 9:56 am
Forum: VCL / FMX
Topic: Two questions
Replies: 9
Views: 26759

Two questions

To first question I find answer. On tgrdEventsMouseMove Event I put Abort command.

Second question I explain with video.
NB. I use lastest Teegrid version.

https://www.online.ee/sharefile.php?sha ... 7b051cfe48
by HarryKalma
Tue Dec 05, 2017 8:07 am
Forum: VCL / FMX
Topic: Two questions
Replies: 9
Views: 26759

Two questions

The first - not so important. When I get hold of the table with the cursor, I can move it to the left, right up and down. This is great. But did I fix the table so that it could not be moved? The second question is much more important. Scrolling with arrow or scrollbar works. But - when I scroll to ...
by HarryKalma
Fri Dec 01, 2017 3:13 pm
Forum: VCL / FMX
Topic: Sorry. My error. How reuse Teegrid.Data?
Replies: 1
Views: 9933

Sorry. My error. How reuse Teegrid.Data?

I make deleting little different al all is OK.
by HarryKalma
Fri Dec 01, 2017 2:42 pm
Forum: VCL / FMX
Topic: Sorry. My error. How reuse Teegrid.Data?
Replies: 1
Views: 9933

How reuse Teegrid.Data?

I use grid data as: var EventsArray: TArray<tEventData>; If I change EventsArray data out of Teegid and after make MainForm.tgrdEvents.Data:= TVirtualData<TArray<tEventData>>.Create(EventsArray); all was fine. (array length is same). Only if I make: Index:= tgrdEvents.Grid.Selected.Row; ALength:= Le...
by HarryKalma
Mon Aug 07, 2017 2:42 pm
Forum: VCL / FMX
Topic: Problems with ClientDaset and teegrid
Replies: 1
Views: 12663

Problems with ClientDaset and teegrid

I bought a Teegrid. But there is a problem. I'm trying to use the FMX_Dataset_Demo example. The program compiles correctly. Only, when I open the program I see the last line on screen Children 22. I can make all changes in this line. If, however, I select the Children 134 as last line, it will take ...