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
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Access Violation - Databa...
by
Xenno
[
Today
at 06:21:52 am]
Recomendations for conver...
by
egsuh
[
Today
at 04:39:30 am]
Error: Enumeration symbol...
by
440bx
[
Today
at 03:41:22 am]
Question re. FCL's ssocke...
by
Curt Carpenter
[
Today
at 12:22:45 am]
SpkToolbar custom update
by
wp
[December 14, 2025, 11:55:55 pm]
TLazSerial : serial port ...
by
tetrastes
[December 14, 2025, 09:57:52 pm]
[hacked for now] Changing...
by
jamie
[December 14, 2025, 09:00:23 pm]
MVP made easier.
by
cdbc
[December 14, 2025, 05:14:40 pm]
Lazarus is not working
by
Fred vS
[December 14, 2025, 05:14:20 pm]
TIBDataSet "Closing"? on ...
by
RedOctober
[December 14, 2025, 04:52:18 pm]
Running External Tools
by
JuhaManninen
[December 14, 2025, 04:08:28 pm]
Why does the call via fun...
by
jamie
[December 14, 2025, 03:19:59 pm]
The start of yet another ...
by
TBMan
[December 14, 2025, 03:16:21 pm]
Need help with Runcommand...
by
marcov
[December 14, 2025, 12:46:25 pm]
Military Grade Directives
by
Thaddy
[December 14, 2025, 11:46:44 am]
Cannot find Online Packag...
by
Thaddy
[December 14, 2025, 11:37:58 am]
Anyone interested in help...
by
ad1mt
[December 14, 2025, 08:56:20 am]
Hashing pointers by using...
by
440bx
[December 14, 2025, 03:16:33 am]
exception external SIGSEG...
by
dseligo
[December 14, 2025, 02:24:28 am]
[SOLVED] Is this a compil...
by
jamie
[December 14, 2025, 01:46:54 am]
Problem installing LazPro...
by
peter.dell
[December 14, 2025, 01:32:53 am]
AI interactions
by
Joanna
[December 13, 2025, 11:47:24 pm]
project - count source li...
by
bobonwhidbey
[December 13, 2025, 10:30:31 pm]
FPC 3.2.4-rc1 available
by
PeterBB
[December 13, 2025, 08:31:32 pm]
fpsockets error: 10047
by
parcel
[December 13, 2025, 04:03:56 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: TScrollWindow (Read 9573 times)
JimKueneman
Full Member
Posts: 246
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: 2654
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