Adding actions
Posted: Wed Jan 16, 2008 10:48 pm
Sorry, I'm not very familiar with using actions.
How can I add an action with a toolbar button and that appears in the right-click menu in the SRV editor when the user has selected text, like with Copy, Paste, Del, etc?
------------------------------------------------
The readme.rvf file says:
Preparing for the Actions
1. Right-click RichViewEdit in Delphi/C++Builder, choose Settings in the context menu, select “Allow adding styles dynamically”, "Tag store strings", check options for saving and loading background and layout.
2. Set RichViewEdit.EditorOptions = [rvoCtrlJumps]
What the heck is this referring to? I can't find any right-click menus that offer a "Settings" option that relate to these components.
How can I add an action with a toolbar button and that appears in the right-click menu in the SRV editor when the user has selected text, like with Copy, Paste, Del, etc?
------------------------------------------------
The readme.rvf file says:
Preparing for the Actions
1. Right-click RichViewEdit in Delphi/C++Builder, choose Settings in the context menu, select “Allow adding styles dynamically”, "Tag store strings", check options for saving and loading background and layout.
2. Set RichViewEdit.EditorOptions = [rvoCtrlJumps]
What the heck is this referring to? I can't find any right-click menus that offer a "Settings" option that relate to these components.