Caret missing
Posted: Thu May 09, 2019 4:37 am
Hi Sergey,
I use the demo from ScaleRichView
\TRichView\ScaleRichView\Demos\ActionTestTabsRibbon
because I need a form with Ribbon Menu to allow some document editing in my application.
All I do is create another form and set it as main form for the project and from there I call the ribbon form:
frmMain.PopupParent := Self;
frmMain.ShowModal;
in doing so the caret is not displayed any more in the editor.
This used to work, but now the moment the main form of the project is no longer your frmMain, the caret is not displayed at all.
I was using version 17.5.2 and it worked as expected. I upgraded to 17.6.2 and now I have this problem and cannot figure it out on my own.
Many thanks for your help,
Romeo
I use the demo from ScaleRichView
\TRichView\ScaleRichView\Demos\ActionTestTabsRibbon
because I need a form with Ribbon Menu to allow some document editing in my application.
All I do is create another form and set it as main form for the project and from there I call the ribbon form:
frmMain.PopupParent := Self;
frmMain.ShowModal;
in doing so the caret is not displayed any more in the editor.
This used to work, but now the moment the main form of the project is no longer your frmMain, the caret is not displayed at all.
I was using version 17.5.2 and it worked as expected. I upgraded to 17.6.2 and now I have this problem and cannot figure it out on my own.
Many thanks for your help,
Romeo