I'm working in windev and I made a dynamic Menu using the menu control from information in my anylisis, now I'm trying to achieve the same using buttons in a ribbon, or just buttons but got stuck when creating the submenus for these buttons.
Asked
Active
Viewed 384 times
1 Answers
0
In the description of a button you can attach a menu to it. You can always edit the menu dynamically. Is it what you're looking for ?

Bidjes
- 166
- 4
- 10
-
Well, I need to attach that menu by programming, and I believe I can't use control clone or control create to a PopUp (which is the control that menus use to be build) – Luis Antonio Gutierrez Flores May 26 '16 at 20:42