Two questions
-
- Newbie
- Posts: 14
- Joined: Thu Aug 03, 2017 12:00 am
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 the bottom (last) line, the active row is stay behind the horizontal scroll bar. How to avoid this?
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 the bottom (last) line, the active row is stay behind the horizontal scroll bar. How to avoid this?
Re: Two questions
Hello,
I don't understand the problem. Do you mean at design-time?HarryKalma wrote: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?
What version are you using? Here, using v1.03 I see the last row and the horizontal scroll bar without problems. Ie, running the example from "demos\VCL\Database\ClientDataSet":HarryKalma wrote:Scrolling with arrow or scrollbar works.
But - when I scroll to the bottom (last) line, the active row is stay behind the horizontal scroll bar. How to avoid this?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 14
- Joined: Thu Aug 03, 2017 12:00 am
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
Re: Two questions
Hello,
Can you reproduce the problem with the "demos\VCL\Database\ClientDataSet" example mentioned above?
Here it is how it works for me: Note I've added a line of code at the end of the FormCreate in that example to select the FullRow:
Can you reproduce the problem with the "demos\VCL\Database\ClientDataSet" example mentioned above?
Here it is how it works for me: Note I've added a line of code at the end of the FormCreate in that example to select the FullRow:
Code: Select all
TeeGrid1.Selected.FullRow:=True;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 14
- Joined: Thu Aug 03, 2017 12:00 am
Re: Two questions
Yes. VCL demo work fine. Only - I use FMX.
-
- Newbie
- Posts: 14
- Joined: Thu Aug 03, 2017 12:00 am
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.
File location: https://www.online.ee/sharefile.php?sha ... 8249e07f9f
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.
File location: https://www.online.ee/sharefile.php?sha ... 8249e07f9f
-
- Newbie
- Posts: 14
- Joined: Thu Aug 03, 2017 12:00 am
Re: Two questions
Sorry. Last message in wrong topic. Duplicated.
Re: Two questions
Hello,
I'm trying to reproduce the problem of the horizontal scroll bar in FMX with the example at "demos\FireMonkey\Database\DataSet" without success. It seems to work fine for me here:HarryKalma wrote:Yes. VCL demo work fine. Only - I use FMX.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 14
- Joined: Thu Aug 03, 2017 12:00 am
Re: Two questions
Sorry. I find my error.
Navigationpanel parent was grid.
I am very sorry for the time you spent.
Navigationpanel parent was grid.
I am very sorry for the time you spent.
Re: Two questions
No problem. I'm glad to hear you found how to make it work as you wish!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |