Sorry. I find my error.
Navigationpanel parent was grid.
I am very sorry for the time you spent.
Search found 14 matches
- Fri Jan 26, 2018 1:56 pm
- Forum: VCL / FMX
- Topic: Two questions
- Replies: 9
- Views: 32459
- Fri Jan 26, 2018 8:25 am
- Forum: VCL / FMX
- Topic: Two questions
- Replies: 9
- Views: 32459
Re: Two questions
Sorry. Last message in wrong topic. Duplicated.
- Thu Jan 25, 2018 2:39 pm
- Forum: VCL / FMX
- Topic: Problem with ediing data in grid
- Replies: 5
- Views: 22198
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:/...
- Thu Jan 25, 2018 1:40 pm
- Forum: VCL / FMX
- Topic: Two questions
- Replies: 9
- Views: 32459
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...
- Wed Jan 24, 2018 11:10 am
- Forum: VCL / FMX
- Topic: Problem with ediing data in grid
- Replies: 5
- Views: 22198
Re: Problem with ediing data in grid
NB. I use FMX.
- Wed Jan 24, 2018 11:10 am
- Forum: VCL / FMX
- Topic: Two questions
- Replies: 9
- Views: 32459
Re: Two questions
Yes. VCL demo work fine. Only - I use FMX.
- Wed Jan 24, 2018 10:40 am
- Forum: VCL / FMX
- Topic: Problem with ediing data in grid
- Replies: 5
- Views: 22198
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 ...
- Mon Jan 22, 2018 2:13 pm
- Forum: VCL / FMX
- Topic: Problem with ediing data in grid
- Replies: 5
- Views: 22198
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...
- Tue Jan 02, 2018 10:06 am
- Forum: VCL / FMX
- Topic: Problem with demo TeeGrid_Themes_FMX and OSX.
- Replies: 1
- Views: 12211
Problem with demo TeeGrid_Themes_FMX and OSX.
Program not compiled.
Cannot resolve unit name 'FMXTee.Grid.Themes'.
For Windows works fine.
Cannot resolve unit name 'FMXTee.Grid.Themes'.
For Windows works fine.
- Thu Dec 21, 2017 9:56 am
- Forum: VCL / FMX
- Topic: Two questions
- Replies: 9
- Views: 32459
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
Second question I explain with video.
NB. I use lastest Teegrid version.
https://www.online.ee/sharefile.php?sha ... 7b051cfe48
- Tue Dec 05, 2017 8:07 am
- Forum: VCL / FMX
- Topic: Two questions
- Replies: 9
- Views: 32459
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 ...
- Fri Dec 01, 2017 3:13 pm
- Forum: VCL / FMX
- Topic: Sorry. My error. How reuse Teegrid.Data?
- Replies: 1
- Views: 11593
Sorry. My error. How reuse Teegrid.Data?
I make deleting little different al all is OK.
- Fri Dec 01, 2017 2:42 pm
- Forum: VCL / FMX
- Topic: Sorry. My error. How reuse Teegrid.Data?
- Replies: 1
- Views: 11593
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...
- Mon Aug 07, 2017 2:42 pm
- Forum: VCL / FMX
- Topic: Problems with ClientDaset and teegrid
- Replies: 1
- Views: 15620
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 ...