ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Drop-down menus / WINDEV and WINDEV Mobile
  • Overview
  • Context menu in the Currency + Euro controls
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
Overview
Users can open the context menu of a window:
  • WINDEVUniversal Windows 10 AppJava by pressing the right mouse button.
  • Universal Windows 10 AppAndroidiPhone/iPad by a long press on the control.
This menu allows users to easily access specific features of a window or control.
WINDEV and WINDEV Mobile allow you to manage several types of context menus:
  • Custom context menus. These menus are created in the window editor and can be handled programmatically.
    For more details, see Custom context menu.
  • WINDEV AAF context menus (Automatic Application Features) managed by WINDEV. These context menus are displayed when you right-click some types of controls (Edit, Chart, Table controls, etc.). These context menus allow the end user to use the automatic features of the application.
    For more details on the AAFs, see Automatic Application Features.
    Linux AAF context menus are only available on Table controls.
  • System context menus (Android, Windows, etc.). These context menus are displayed on some types of controls (ActiveX, etc.).
    For more details, see System context menu.
    LinuxUniversal Windows 10 App System context menus are not available.
Example of a custom context menu:
Example of a context menu:
Remark: In a WEBDEV page, it is also possible to manage context menus using the Context menu control.
Context menu in the Currency + Euro controls
WINDEV In "Currency + Euro" controls (Edit controls, column of a Table control, etc.), a context menu can allow users to choose the currency. This context menu presents the result of the conversion for the value entered in the different currencies.
If this context menu is available for the users, the context menu associated with the control will be ignored.
To enable this system context menu:
  1. Open the description window of the "Currency + Euro" Edit control.
  2. In the "Details" tab, in the "Management of Euros" section, click "Options".
  3. In the window that appears, check "Currency modifiable via a popup menu" and confirm. Validate the window.
  4. Validate the control description window.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/24/2023

Send a report | Local help