Search found 5 matches
- Fri Mar 17, 2023 5:58 am
- Forum: Support
- Topic: Multiple instances of RVAControlPanel / Copy paste issues
- Replies: 6
- Views: 15247
Re: Multiple instances of RVAControlPanel / Copy paste issues
Thank you for your support. Your solution works fine.
- Thu Mar 16, 2023 10:02 am
- Forum: Support
- Topic: Multiple instances of RVAControlPanel / Copy paste issues
- Replies: 6
- Views: 15247
Re: Multiple instances of RVAControlPanel / Copy paste issues
Thanks Sergey for quick answer. I want to use TRichViewEdit as a replacement for standard VCL memo/edit. Because TRichView needs some additional non-visual components as Style, PopupMenu, ActionList etc, I created a frame which I put of forms. So the solution is to have one ControlPanel, ActionList ...
- Thu Mar 16, 2023 7:33 am
- Forum: Support
- Topic: Multiple instances of RVAControlPanel / Copy paste issues
- Replies: 6
- Views: 15247
Re: Multiple instances of RVAControlPanel / Copy paste issues
I've similar problem and can't deal with it. I've got a frame with rvEdit:TRichViewEdit, RVAControlPanel1, RVAPopupMenu1 and ActionList1: rvEdit.PopupMenu -> RVAPopupMenu1 RVAPopupMenu1.ControlPanel -> nil RVAControlPanel1.DefaultControl -> rvEdit Actions (for example rvActionPaste1): .Control ...
- Tue Mar 14, 2023 10:06 am
- Forum: Support
- Topic: How to switch off Alt+x behaviour?
- Replies: 2
- Views: 4373
Re: How to switch off Alt+x behaviour?
Yes, you are right, ź is typed with right Alt.
Tested on demo version and seems OK.
Thanks.
Tested on demo version and seems OK.
Thanks.
- Mon Mar 13, 2023 10:13 am
- Forum: Support
- Topic: How to switch off Alt+x behaviour?
- Replies: 2
- Views: 4373
How to switch off Alt+x behaviour?
Hello, Is it possible to remove/block the behaviour of Alt+x combination? In the Polish keyboard it is the letter "ź". Now selecting this combination converts the earlier letter into a hexadecimal code. I know this is a feature since version probably 17.3. I can remove it in the code (RVEdit.pas ...