Search found 12 matches

by Mamat Teguh
Thu Aug 06, 2020 7:39 pm
Forum: Support
Topic: Checkpoints position
Replies: 5
Views: 17016

Re: Checkpoints position

Sergey Tkachenko wrote: Tue Jun 23, 2020 10:31 am In the next update, I'll add a new optional SmoothScroll parameter to rv.ScrollTo and rv.ScrollToDrawItem, and GotoCheckpoint will use it (both for TRichViewEdit and ScaleRichView).
Is this available in the last update?
by Mamat Teguh
Tue Jul 28, 2020 9:44 pm
Forum: Announcements
Topic: TRichView 18.6 - Markdown export
Replies: 5
Views: 31965

Re: TRichView 18.6 - Markdown export

Is the smooth scroll available in this release?
by Mamat Teguh
Tue Jun 23, 2020 11:20 am
Forum: Support
Topic: Checkpoints position
Replies: 5
Views: 17016

Re: Checkpoints position

Sergey Tkachenko wrote: Tue Jun 23, 2020 10:31 am In the next update, I'll add a new optional SmoothScroll parameter to rv.ScrollTo and rv.ScrollToDrawItem, and GotoCheckpoint will use it (both for TRichViewEdit and ScaleRichView).
Thanks! Can't wait! :D
by Mamat Teguh
Tue Jun 23, 2020 4:28 am
Forum: Support
Topic: Checkpoints position
Replies: 5
Views: 17016

Re: Checkpoints position

Okay, i found it: GoToCheckpoint in RichViewActions.pas. Problems solved!

Just one more thing, how to make the transition scroll smooth not instant
by Mamat Teguh
Tue Jun 23, 2020 3:09 am
Forum: Support
Topic: Checkpoints position
Replies: 5
Views: 17016

Checkpoints position

Hi! Is it possible to call Checkpoint so it would appear on the center of the page (not on top of page)? And can we make the transition scroll smooth not instant?
Thanks for help
by Mamat Teguh
Mon Jun 15, 2020 5:07 pm
Forum: Support
Topic: TRichViewEdit Hovering Problem
Replies: 9
Views: 20574

Re: TRichViewEdit Hovering Problem

Problems solved by adding the 4th parameter. THANK YOU so much Sergey bro! :D
by Mamat Teguh
Mon Jun 15, 2020 9:54 am
Forum: Support
Topic: TRichViewEdit Hovering Problem
Replies: 9
Views: 20574

Re: TRichViewEdit Hovering Problem

No. i think you missunderstood. I meant if the text is too long, then it will continue in the next line right? but the hover effect only applied in the text with cursor on it, even it has same jump ID.
by Mamat Teguh
Mon Jun 15, 2020 9:49 am
Forum: Support
Topic: TRichViewEdit Hovering Problem
Replies: 9
Views: 20574

Re: TRichViewEdit Hovering Problem

But in that video, you can see the 2nd sentence have same jump ID and still the text color only changed in part that have cursor on it
by Mamat Teguh
Mon Jun 15, 2020 9:27 am
Forum: Support
Topic: TRichViewEdit Hovering Problem
Replies: 9
Views: 20574

Re: TRichViewEdit Hovering Problem

Is anyone having the same problem?
by Mamat Teguh
Sun Jun 14, 2020 10:59 pm
Forum: Support
Topic: TRichViewEdit Hovering Problem
Replies: 9
Views: 20574

Re: TRichViewEdit Hovering Problem

In case you need the source, i only wrote this procedure TForm1.RichViewEdit1RVMouseMove(Sender: TObject; id: Integer); begin Form1.Caption:='Jump ID ='+inttostr(ID); end; procedure TForm1.FormCreate(Sender: TObject); begin RichViewEdit1.Clear; RichViewEdit1.AddNL('THIS IS 1ST SENTENCE. THE TEXT COL...
by Mamat Teguh
Sun Jun 14, 2020 10:30 pm
Forum: Support
Topic: TRichViewEdit Hovering Problem
Replies: 9
Views: 20574

Re: TRichViewEdit Hovering Problem

Hi Sergey. For better understanding, i just made a video for you. Please take a look. What i want is, if my mouse is on top of 2ND sentence, all the text of 2nd sentence must be hovered of changed to red, because the jump's ID is same. How to fix this? Or is this a bug? https://youtu.be/511Q2DshSrQ
by Mamat Teguh
Sun Jun 14, 2020 8:13 pm
Forum: Support
Topic: TRichViewEdit Hovering Problem
Replies: 9
Views: 20574

TRichViewEdit Hovering Problem

Hi. First, sorry for my english. The question is: When i use jump and enable hovering with 1 sentence in multi lines, say it 2 lines, why richviewedit only hover the line that have cursor on it? Example: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been ...