ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / How to proceed? / Windows, pages and controls
  • Drop-down menu
  • Icon bar
  • Ribbon
  • Buttons
  • Links
  • Action Bar
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
There are various methods to create menus, depending on the target platform of your application:
Drop-down menu
Icon bar
Ribbon
Buttons
WINDEV Mobile You have the ability to create menus with simple buttons.
This type of interface is well suited to a touch environment (touch screen - tablet or smartphone application). However, the created buttons will have to be bigger (with a size if greater than the standard size) because the finger will be used rather than the mouse cursor.
Benefit of this method: very easy to implement and to create. If you want to create several levels of buttons, all you have to do is distribute them in different windows or in different planes.
For more details, see The Button control.
Links
Action Bar
AndroidiPhone/iPad An Action Bar is actually the result of the transformation of a drop-down menu. When a drop-down menu is created, it is positioned at the bottom of the mobile window.
If you request the creation of an Action Bar , the drop-down menu automatically becomes an Action Bar. The Action Bar is positioned at the upper-left corner of the mobile window. It is a kind of drop-down menu.
For more details, see Action Bar of a window.
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/23/2022

Send a report | Local help