Re: Edit menu support in ListBoxes

2019-11-05 Thread Kirk Brooks via 4D_Tech
Peter, I do this with the Contextual click which indicates the user right-clicked. Catch the On click form event in the listbox and then test for Contextual click. Then you can easily construct a menu with whatever items you want. Here are some code snippets // ($form_object="itemGrid_listbox")

Edit menu support in ListBoxes

2019-11-05 Thread Peter Bozek via 4D_Tech
I would like to implement Edit menu functionality in ListBoxes, where user would be able to copy lines and paste it into different listbox. However, it seems that 4D handles enabling / disabling of edit menu and I have not find a way how it could be overridden. A workaround would be to do a