~ Ideally, I’d like to create a toolbar button to copy text to the clipboard. Is this possible? I see from the help file that this code is available:
procedure NavigateCommand(const Command: Integer);
and I know that 3 is the appropriate integer for Copy, but I don’t know where to put this code in relation to my toolbar button.
~ I’d also like to disable the Paste option in the context menu, as there would never be a reason for the user to paste something into the ebook. Is this possible?
~ I have created a toolbar button to take the user to a URL, but I don’t know how to make the target a popup window. This option is available for menu items. Is it not available for buttons?
procedure NavigateCommand(const Command: Integer);
and I know that 3 is the appropriate integer for Copy, but I don’t know where to put this code in relation to my toolbar button.
~ I’d also like to disable the Paste option in the context menu, as there would never be a reason for the user to paste something into the ebook. Is this possible?
~ I have created a toolbar button to take the user to a URL, but I don’t know how to make the target a popup window. This option is available for menu items. Is it not available for buttons?
Last edited: