Search found 3 matches

by ivanRar
Tue Aug 27, 2019 5:34 pm
Forum: ScaleRichView
Topic: Moved from "[Demos] Headers and Footers"
Replies: 2
Views: 32759

Moved from "[Demos] Headers and Footers"

I am struggling a bit with the new headers and footers and maybe you can point me in the right direction. First issue and to keep it simple. I have two pages. I want to take the header and footer from the first page and put them on the second page. Programmatically, how would I do this? Second issue...
by ivanRar
Mon Aug 26, 2019 1:31 pm
Forum: ScaleRichView
Topic: TSRichViewEdit / TSRVPrint and PrintFrames()
Replies: 6
Views: 50672

TSRichViewEdit / TSRVPrint and PrintFrames

If I place a TSRichViewEdit in a frame, the cursor is not shown. When I place the same TSRichViewEdit directly in the form that contains the frame, the cursor is visible and blinking. Using Delphi 10.3 Rio and ScaleRichView-Pre9.
by ivanRar
Thu Aug 22, 2019 3:04 am
Forum: RVMedia
Topic: IP Cam with RTSP, can not get video working
Replies: 15
Views: 62025

IP Cam with RTSP can not get video working

When the TRVCamRecorder is connected to a TRVCamera with DeviceTpe=rvdtDesktop the TRVCamRecorder does not set its VideoWidth and VideoWidth automatically. I figured out a workaround when using DesktopMode=vrdmWindow by using GetWindowRect to get the size of the window I am capturing, but how can I ...