I'm converting over from SynEdit to AtSynEdit.
Background:
I loaded a plain text file that contained a link/url eg- "www.website.com/page"..
Wow, Url Link is blue and underlined by default, Nice..
I figured out how to load web page via OnMemoClickLink Event
Question:
I would love to have Cursor change to crHandPoint, when hovering over url link with mouse..
(Might have something to do with adding a Hotspot?)
I wonder if anyone would have an example code to do this..
Thank You Sincerely..
AtSynEdit - Handpoint Cursor Mouse Hovering over Link/Url
-
main Alexey
- Posts: 2708
- Joined: 25.08.2021 18:15
I did not try this. Maybe try this
a) override MouseMove method and handle it -- hard to do
b) add Hotspot - https://wiki.lazarus.freepascal.org/ATS ... ots_object
a) override MouseMove method and handle it -- hard to do
b) add Hotspot - https://wiki.lazarus.freepascal.org/ATS ... ots_object
-
main Alexey
- Posts: 2708
- Joined: 25.08.2021 18:15
-
main Alexey
- Posts: 2708
- Joined: 25.08.2021 18:15