@Sergey Tkachenko
I came to remind you, thank you for your help! Wish you a happy work!
Search found 15 matches
- Thu Sep 05, 2024 1:45 am
- Forum: Support
- Topic: RichViewEdit input string under the original horizontal line problem
- Replies: 9
- Views: 34615
- Tue Aug 27, 2024 4:27 am
- Forum: Support
- Topic: RichViewEdit input string under the original horizontal line problem
- Replies: 9
- Views: 34615
Re: RichViewEdit input string under the original horizontal line problem
procedure TForm3.RichViewEdit1Paint(Sender: TCustomRichView; ACanvas: TCanvas; Prepaint: Boolean); var i, Y: Integer; FirstDrawItemNo, LastDrawItemNo: Integer; begin if Prepaint then exit; ACanvas.Pen.Color := $EE9900; ACanvas.Pen.Style := psSolid; ACanvas.Pen.Width := 1; Sender.RVData ...
- Thu Dec 02, 2021 2:03 am
- Forum: RVMedia
- Topic: How should I take the number of positions ????
- Replies: 1
- Views: 7363
How should I take the number of positions ????
Want to make a recording time timer, the "positions" how to take? How should I take the number of positions ???? // Timer procedure TMainForm.TimerTimer(Sender: TObject); var position: int64; Hour, Min, Sec, MSec: Word; const MiliSecInOneDay = 86400000; begin if RVCamRecorder1.Active then begin posit ...
- Tue Nov 30, 2021 10:16 am
- Forum: RVMedia
- Topic: how to minimize the generated video file?
- Replies: 2
- Views: 7597
Re: how to minimize the generated video file?
That's right. Thank you very much!!
- Tue Nov 30, 2021 2:15 am
- Forum: RVMedia
- Topic: how to minimize the generated video file?
- Replies: 2
- Views: 7597
how to minimize the generated video file?
@Sergey Tkachenko Rvmedia trial is very good. I have a question, how to minimize the generated video file. AVI and MP4 files are still a little large. How to make the files smaller and generate TS files? How to generate? Sorry, I translated it with the translation software. I hope you can understand ...
- Sat Oct 06, 2018 3:31 am
- Forum: Support
- Topic: Linespacing problem
- Replies: 2
- Views: 13601
Re: Linespacing problem
Thanks.
- Fri Oct 05, 2018 1:42 am
- Forum: Support
- Topic: Linespacing problem
- Replies: 2
- Views: 13601
Linespacing problem
Linespacing problem
The first row of data is not spaced at the top of RVE from the first row to the second row.
How to fix it.
Linespacing:=150%,The larger the number, the more obvious it is
See figure for problem effect.
The first row of data is not spaced at the top of RVE from the first row to the second row.
How to fix it.
Linespacing:=150%,The larger the number, the more obvious it is
See figure for problem effect.
- Tue Oct 02, 2018 2:00 am
- Forum: Support
- Topic: RichViewEdit input string under the original horizontal line problem
- Replies: 9
- Views: 34615
Re: RichViewEdit input string under the original horizontal line problem
Let me use the,
Form.DoubleBuffered:=true;
Form.DoubleBuffered:=true;
- Mon Oct 01, 2018 8:30 am
- Forum: Support
- Topic: RichViewEdit input string under the original horizontal line problem
- Replies: 9
- Views: 34615
Re: RichViewEdit input string under the original horizontal line problem
TO Sergey Tkachenko procedure TForm3.RichViewEdit1Paint(Sender: TCustomRichView; ACanvas: TCanvas; Prepaint: Boolean); var i, Y: Integer; FirstDrawItemNo, LastDrawItemNo: Integer; begin if Prepaint then exit; ACanvas.Pen.Color := $EE9900; ACanvas.Pen.Style := psSolid; ACanvas.Pen.Width := 1; Sender ...
- Sun Sep 30, 2018 12:32 am
- Forum: Support
- Topic: Move cursor position
- Replies: 2
- Views: 12936
Re: Move cursor position
I got it. Thank you.
- Sat Sep 29, 2018 6:34 am
- Forum: Support
- Topic: Move cursor position
- Replies: 2
- Views: 12936
Move cursor position
RVE.Paste;
When using paste, how do you make the mouse cursor stop behind the inserted text。
thank you!
When using paste, how do you make the mouse cursor stop behind the inserted text。
thank you!
- Fri Sep 28, 2018 12:20 am
- Forum: Support
- Topic: Text formatting color problem
- Replies: 2
- Views: 13045
Re: Text formatting color problem
Sergey Tkachenko Thank you very much
- Wed Sep 26, 2018 2:35 am
- Forum: Support
- Topic: Text formatting color problem
- Replies: 2
- Views: 13045
Text formatting color problem
The novice consult. How to achieve when encountering the string text color of the paragraph with the first letter "A:" is A color; When you encounter the string text color of the paragraph with the first letter of "B:", it changes to another color. See rendering How is the code implemented, thanks ...
- Wed Sep 26, 2018 12:29 am
- Forum: Support
- Topic: RichViewEdit input string under the original horizontal line problem
- Replies: 9
- Views: 34615
Re: RichViewEdit input string under the original horizontal line problem
Thank you very much!!
- Tue Sep 25, 2018 10:26 am
- Forum: Support
- Topic: RichViewEdit input string under the original horizontal line problem
- Replies: 9
- Views: 34615
RichViewEdit input string under the original horizontal line problem
RichViewEdit input string under the original horizontal line problem I don't know much English. The first time I used RichViewEdit, I asked you how to input multiple lines of string in RichViewEdit, and there was a line under the word (like a letter paper effect). For example, the long string str ...