ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Environment
  • Overview
  • Information displayed when hovering a control
  • Information displayed when selecting a control
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
The window editor and the page editor allow you to get information about the controls used. You can:
  • view information when hovering a control.
  • display and modify information when selecting a control.
Information displayed when hovering a control
When hovering a control:
  • the hovered control is highlighted via a light line (the corners are displayed in red).
  • A tooltip appears. This tooltip displays:
    • the name of the hovered control ("BTN_Display_the_TreeMap" in the example below).
    • the position (in pixels) of the hovered control ("<640, 129>" in the example below).
    • the size (in pixels) of the hovered control ("<124x24>" in the example below).
    • the anchor of the hovered control if the control is anchored ("Width" in the example below).
For example:
Remark: If the hovered control is invisible when opening the window, the "(Invisible)" string appears in the tooltip.
Information displayed when selecting a control
When selecting a control, the following information is displayed and it can be modified in the status bar of WINDEV, WEBDEV or WINDEV Mobile:
  • the name of the selected control ("STC_WARNING" in the example below).
  • the position (in pixels) of the selected control ("15, 222" in the example below).
  • the size (in pixels) of the selected control ("319x58" in the example below).
  • the plane to which the selected control belongs ("Plane 0" in the example below).
  • the zoom (100% in the following example).
For example:
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help