Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
Carbon
»
TScrollWindow
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Setting TBitmap.PixelForm...
by
domasz
[
Today
at 02:05:07 pm]
BGRABitmap - merge 2 imag...
by
domasz
[
Today
at 01:56:17 pm]
OnKeyUp error sound
by
KodeZwerg
[
Today
at 01:55:03 pm]
Type checking of units of...
by
circular
[
Today
at 01:32:55 pm]
ScroogeXHTML 8.3 - RTF to...
by
domasz
[
Today
at 01:22:32 pm]
is there an internet conn...
by
Thaddy
[
Today
at 12:50:29 pm]
"TestAll" project issues
by
JuhaManninen
[
Today
at 12:46:01 pm]
[Solved] Initialization s...
by
petevick
[
Today
at 12:20:48 pm]
VST summation time bugs
by
dseligo
[
Today
at 12:11:02 pm]
tvPlanit - how to presele...
by
wp
[
Today
at 11:54:40 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: TScrollWindow (Read 6798 times)
JimKueneman
Full Member
Posts: 195
TScrollWindow
«
on:
May 01, 2017, 10:18:50 pm »
Is there anyone who is good at Carbon graphics who can help me finally fix the TScrollWindow? The way the mouse position is calculated works correctly if the window is not scrolled but as you scroll the window the offsets that appear in the Mouse events get more incorrect the further you scroll. This make using TScrollWindow for anything that involves the mouse useless. This problem has been around for years. I put ticked and demo in the tracker a long, long time ago but it is still broken and I am not smart enough with Carbon to fully understand where it is going wrong. I have single stepped through the code and can see it is not getting the right offset but the way it gets and calculates these points is convoluted and I am not sure which step is failing. It works correctly in Linux and Windows builds.
I think it may have something to do with the scrollbar code itself (which is used in one of the steps to calculate the client area for the mouse events). There is no way to set the scrollbar parameter to get the window to scroll completely, you always have to add some non-consistent padding on the scroll max to compensate, again Linux and Windows work correctly. If I make a rectangle larger than the visible screen and set the scrollbar bounds to the size of the rectangle OSX will not scroll the rectangle completely and will always cut off some of the far edge.
https://bugs.freepascal.org/view.php?id=24279
thanks,
Jim
«
Last Edit: May 01, 2017, 10:29:16 pm by JimKueneman
»
Logged
AlexTP
Hero Member
Posts: 2002
Re: TScrollWindow
«
Reply #1 on:
May 08, 2017, 12:19:19 pm »
Hi
If you try own control, based on Paintbox+Scrollbars, its good.
Consider also own control based on ATScrollbar+Panel. not themed scrollbars, but stable.
Logged
CudaText editor
-
ATSynEdit
-
More from me
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Widgetset
»
Carbon
»
TScrollWindow
TinyPortal
© 2005-2018