Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
Carbon
»
TScrollWindow
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
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
TAChart Replace Y-Axis Nu...
by
old_geek
[
Today
at 06:44:55 pm]
SQL - looks easy but I ca...
by
rvk
[
Today
at 06:39:19 pm]
IBX - IBDataSet - table w...
by
Nicole
[
Today
at 06:37:30 pm]
TRegExpr Help
by
Tony Stone
[
Today
at 06:36:38 pm]
Firebird 4 - "SUM" with w...
by
Nicole
[
Today
at 06:34:27 pm]
Create and free TStringLi...
by
Thaddy
[
Today
at 06:31:26 pm]
Lazarus oscilloscope - FP...
by
Thaddy
[
Today
at 06:19:53 pm]
Example code for IR compo...
by
ccrause
[
Today
at 06:12:48 pm]
Q: System code for Indy S...
by
Thaddy
[
Today
at 06:11:59 pm]
Erro ao abrir Lazarus "Du...
by
mdcfaria
[
Today
at 05:59:00 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: TScrollWindow (Read 6849 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: 2045
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