ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV Mobile 2024 feature!
Help / Developing an application or website / Controls, windows and pages
  • Overview
  • Defining and customizing accessibility information via the control description window
  • Customizing accessibility options programmatically
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
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users.
This mode is called TalkBack on Android and VoiceOver on iOS.
In version 2024, WINDEV Mobile allows you utilize these modes.
Each control contains a generic description by default, and can contain a custom description.
By default, the generic description is the caption or hint text of the control.
You can customize the description using one of the following methods:
  • via the control description window.
  • programmatically, using various WLanguage properties.
Defining and customizing accessibility information via the control description window
By default, all controls used in Android or iOS UIs can be taken into account by the accessibility mechanism.
For the accessibility information of a control to be taken into account by the mobile device:
  1. Open the control description window.
  2. Go to the "Help" tab and make sure the "Include this control in the accessibility system" option is checked.
    A default description and an automatic action are defined for the control.
To customize accessibility options:
  1. Open the control description window.
  2. Go to the "Help" tab and make sure the "Include this control in the accessibility system" option is checked.
  3. Click "Customize".
  4. In the window that appears, specify the elements you want to customize.
    • Description of the control and the expected content.
    • Description of the action performed when the control is used.
  5. Confirm.
Remark: If the UI contains decorative controls, you can choose not to include them in the accessibility system. To do so, simply uncheck "Include this control in the accessibility system".
Customizing accessibility options programmatically
You can use several properties and functions to manage the accessibility options of controls in a window:
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 03/08/2024

Send a report | Local help