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 TSRVPaintBox.OnPaint event doesn't seem to draw anything to the canvas? (this event does appear to trigger though)
- The TSRVButton.OnClick event doesn't seem to trigger when I click the button?
Just wondering if there's an alternative to TFrame that will work nicely with the scale rich view? Or is there something I can change to make this work?
Thanks in advance