Kramer_Gunter
(Softtouch Software Design)
January 30, 2017, 4:47am
1
Why does the memo show the wrong cursor when hovering over the scrollbar?
It shows the crIBeam shape instead of the normal arrow shape.
How can I change that?
Pieter
(Pieter)
January 30, 2017, 8:24am
2
Hi,
You can use the following code to accomplish this:
TMSFMXMemo1.NeedStyleLookup;
TMSFMXMemo1.ApplyStyleLookup;
TMSFMXMemo1.GetVScroll.Cursor := crArrow;
Kramer_Gunter
(Softtouch Software Design)
January 31, 2017, 1:10pm
3
That works, its just bad to have to do that for each memo on all forms. I dont understand why its not by default like that.
Another issue with the memo is the last line when scrolling, which is not fully visible.
There are in fact a handful of issues on MAC (user's sent videos of it if you need them).
Pieter
(Pieter)
January 31, 2017, 1:33pm
4
Hi,
The cursor is default for the scrollbars, but is set to a beam cursor in the memo. We would expect this to be handled in FireMonkey, but sadly it seems the cursor isn't properly reverted to the default arrow cursor.
Kramer_Gunter
(Softtouch Software Design)
January 31, 2017, 1:39pm
5
Yes, but thats fine, I can use your code. But what about the last line(s) not displayed when using the scrollbar? Thats what user complaining to me...
Pieter
(Pieter)
January 31, 2017, 1:40pm
6
Hi,
We'll investigate this here.
Pieter
(Pieter)
January 31, 2017, 4:54pm
7
Hi,
We have applied a fix for this issue, the next version will address this.
Kramer_Gunter
(Softtouch Software Design)
February 1, 2017, 2:09am
8
Thats great, and when will the next version be available? If it takes long, I will have to find another solution, I cant have my customer wait for long.
Pieter
(Pieter)
February 1, 2017, 8:27am
9
Hi,
The next version will be released tomorrow.