|
|
|
|
|
- Overview
- Information displayed when hovering a control
- Information displayed when selecting a control
Information about a control found in a window or in a page
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).
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).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|