PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How do I create a menu, same as a cloud app menu in windev
How do I create a menu, same as a cloud app menu in windev
Iniciado por guest, 10,feb. 2015 12:57 - 2 respuestas
Publicado el 10,febrero 2015 - 12:57
I would like to have a fixed menu at the top of my application and open a window for a chosen menu option, then if I choose another menu option while the sub window is open, it must totally ignore the current sub-window, close the current sub-window and open the new sub window for the new menu option chosen. The same way a cloud application's menu works. Does anyone have an idea of the best way to go about this, is there an easy way or do I have to write my own code for a fixed menu like that.
Publicado el 10,febrero 2015 - 14:20
Hi Andre,

Well, you can certainly make your own by using internal windows positioned under buttons, managing the mouse over event, or click event, etc. You could also use a simple tab control (with no visible tabs) and position the control under the good button menu and display the good tab for the desired menu. I'm sure you can do something really similar in behavior.

Best regards,
Alexandre Leclerc
Publicado el 10,febrero 2015 - 16:52
Hi,

Do you mean webdev of windev mobile?

In webdev there is a menu control. I donnot know about mobile since I donnot use it.

regards

Allard