B4J Question B4J Context Menu questions

mfstuart

Active Member
Licensed User
Longtime User
I have a TextField on a form.
Running the project and right-clicking the TextField (with text in it), by default, produces the following context menu with some text selected.

I'd like to append/add to the existing menu, so that it don't lose the existing menu items and their functionality.
How do I do that?

If the existing context menu items are lost by adding my own, how do I get back the existing functionality?
And what code would work in this case?

1614294501764.png
 
Top