Search found 7 matches

by Lex
Mon Feb 17, 2020 12:26 am
Forum: ScaleRichView
Topic: VCL Frame in Scale rich view
Replies: 10
Views: 61553

Re: VCL Frame in Scale rich view

Thanks Sergey, Will all these changes be included in the next release? Do you have a planned release date or a best guess of when these changes will be available? Also, responses to your additional notes: 1) I’m using an older version (v8.3.2) of Scale rich view. I’m planning to update to the latest...
by Lex
Fri Feb 07, 2020 12:07 am
Forum: ScaleRichView
Topic: VCL Frame in Scale rich view
Replies: 10
Views: 61553

Re: VCL Frame in Scale rich view

That's okay, thanks for the update. Get back to me when you can, cheers :D
by Lex
Thu Feb 06, 2020 3:02 am
Forum: ScaleRichView
Topic: VCL Frame in Scale rich view
Replies: 10
Views: 61553

Re: VCL Frame in Scale rich view

Hi Sergey, Just wondering if you've had a chance to take a look at this yet? I've managed to work around the OnPaint event of the TSRVPaintBox by using the TSRichViewEdit OnPaintComponent event. However, I still have issues with the TSRVButton OnClick, I do have a slight workaround but it doesn't fe...
by Lex
Tue Jan 21, 2020 11:38 pm
Forum: ScaleRichView
Topic: VCL Frame in Scale rich view
Replies: 10
Views: 61553

Re: VCL Frame in Scale rich view

Thanks for the quick response Sergey,

I've just put a sample project together demonstrating what I'm trying to do. Sending it to you now. :D
by Lex
Tue Jan 21, 2020 6:09 am
Forum: ScaleRichView
Topic: VCL Frame in Scale rich view
Replies: 10
Views: 61553

VCL Frame in Scale rich view

Hi, I'm trying to use a VCL Frame (Tframe) inserted into the TSRichViewEdit. The TFrame contains a TSRVPanel (aligned-client), inside the panel, there is a TSRVPaintBox (aligned-left), TSRVEdit (aligned-client), and a TSRVButton (aligned-right). However, I am having a couple of issues: The TSRVPaint...
by Lex
Tue Dec 03, 2019 10:00 pm
Forum: Support
Topic: VCL Frames inserted into TRichViewEdit
Replies: 2
Views: 15766

Re: VCL Frames inserted into TRichViewEdit

Thanks Sergey, I had noticed the "component named NNN already exist" error, so I was attempting to adjust my frame in such a way that all of its subcomponents had blank names. However, as you can imagine this isn't very elegant when you need to access any of its subcomponents. Even if I ha...
by Lex
Wed Nov 27, 2019 10:42 pm
Forum: Support
Topic: VCL Frames inserted into TRichViewEdit
Replies: 2
Views: 15766

VCL Frames inserted into TRichViewEdit

Hi, I am attempting to use the functionality of inserting Delphi controls into the TRichViewEdit, however, I'm running into a slight issue. I can insert/add the controls fine but they do not copy&paste. If I'm correct I need to use RegisterClasses() and register all the required classes to make ...