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
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Setting the fpc path
by
TRon
[
Today
at 03:38:59 am]
"Show Compiler Dialog"
by
JuhaManninen
[
Today
at 02:04:04 am]
Incorrect FPC/Lazarus bui...
by
Seenkao
[
Today
at 01:47:00 am]
Bitmap 16bit R5G6B5
by
wp
[
Today
at 01:16:23 am]
Loading text data from a ...
by
carl_caulkett
[
Today
at 01:10:53 am]
Game Music Emulator
by
Fred vS
[
Today
at 12:28:56 am]
Recommended way to build ...
by
carl_caulkett
[
Today
at 12:13:25 am]
Is there a better web-bro...
by
QEnnay
[September 17, 2024, 11:50:29 pm]
LazReport / FreeReport qu...
by
dseligo
[September 17, 2024, 11:37:59 pm]
Complex objects and JsonO...
by
Flea
[September 17, 2024, 11:02:28 pm]
Best way to exchange data...
by
cdbc
[September 17, 2024, 10:16:27 pm]
TListView.OnChange Event ...
by
msintle
[September 17, 2024, 10:11:04 pm]
Broken Icon Display on ma...
by
msintle
[September 17, 2024, 10:09:18 pm]
Compiler error when check...
by
ASerge
[September 17, 2024, 08:57:07 pm]
how to convert pdf to png...
by
zeljko
[September 17, 2024, 08:35:54 pm]
Simple multithreading cod...
by
MarkMLl
[September 17, 2024, 08:31:05 pm]
Golang vs free pascal
by
gidesa
[September 17, 2024, 08:27:08 pm]
Extended Module Player
by
TRon
[September 17, 2024, 06:32:25 pm]
Listview how to custom or...
by
VisualLab
[September 17, 2024, 05:48:48 pm]
Non-OS dependent way to u...
by
carl_caulkett
[September 17, 2024, 05:27:57 pm]
Problems with case statem...
by
MarkMLl
[September 17, 2024, 03:02:33 pm]
Tessellated Pattern: How ...
by
Boleeman
[September 17, 2024, 02:15:20 pm]
macOS 11 Cocoa headers
by
Hansaplast
[September 17, 2024, 12:44:49 pm]
How do you move a Procedu...
by
MarkMLl
[September 17, 2024, 12:40:14 pm]
Cross Fractal
by
Boleeman
[September 17, 2024, 12:27:53 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: TScrollWindow (Read 8679 times)
JimKueneman
Full Member
Posts: 220
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: 2457
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