Context menu not showing up on UI Elements #757
Unanswered
purohitanuj
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I also encountered this problem. Even after a clean install of eclipse and the plugin, I did not get the results I was hoping for. I managed to identify the culprit but I do not know how to solve it. Apparently the problem is due to GridBagLayout. This bug greatly limits productivity and makes it almost impossible to program easily... please fix it as soon as possible or at least make public directives to mitigate the problem. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In earlier versions of WindowBuilder, I was able to do various tasks on right click on UI Element. For example, I could have placed a button and then right click on it to selection the action of the button, which would open the code editor with that block of new code in place. Another example would be right click on window to assign the "Window Closing" / " Window Closed" event to write a code for that. Now only two options are available.
Please fix it or let me know how I can fix it.
See above. Earlier, there were many options were shown if I had right clicked the Button.
Beta Was this translation helpful? Give feedback.
All reactions