I use HTMLViewer on Windows. I display a contextual menu by catching the mousedown event in javascript.
The contextual menu clones the standard Xojo EditMenu as well as adding a few other options.
All the edit functions work perfectly on MacOs but not at all on Windows (Copy/Paste/Select All), not to mention the keyboard shortcuts CTRL+V / CTRL+C which also don’t work on Windows.
I started to implement the Copy / Paste / SelectAll functions using custom javascript, but my question is, why does Xojo’s EditMenu (&Copy &Paste etc.) not work with htmlviewer on Windows and what would be the best approach to implement this?
6 posts - 3 participants