AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades varias
  • Limits: operating system and graphics card
  • Limit: window types
  • Opacity of Action Bar
  • Limit: field types
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page. This gives you the ability to make a window transparent (or a control found in a window or in a page).
Remarks:
  • WEBDEV - Código Servidor This property can also be applied to a page control.
  • WEBDEV - Código Servidor This property may not be supported by the former browsers (Internet Explorer 5.5 and earlier, ...).
  • For a Color variable, the opacity value is not included between 0 and 100 but between 0 and 255.
Novedad versión 2025
WINDEVAndroidiPhone/iPad This property is now available for the Cell control field in version 2025 Update 1.
Ejemplo
WINDEV
// Make the window invisible little by little (fade out)
i is int
FOR i = 1 TO 100
	WIN_EditWindow.Opacity = 100 - i
END
Close()
Sintaxis

Finding out the percentage of opacity applied to a window or to a control (found in a window or in a page) Ocultar los detalles

<Percentage of opacity> = <Element used>.Opacity
<Percentage of opacity>: Integer
Percentage of opacity for the specified element (window or control). This percentage is included between 0 (invisible window) and 100 (opaque window).
<Element used>: Name of window, control or group of controls
Name of element to use:
  • Window name,
    iPhone/iPad Not supported.
  • Name of control,
  • WINDEVAndroidiPhone/iPad Name of group of controls.

Modifying the percentage of opacity applied to a window or to a control (found in a window or in a page) Ocultar los detalles

<Element used>.Opacity = <Percentage of opacity>
<Element used>: Name of window, control or group of controls
Name of element to use:
  • Window name,
    iPhone/iPad Not supported.
  • Name of control,
  • WINDEVAndroidiPhone/iPad Name of group of controls.
<Percentage of opacity>: Integer
New percentage of opacity that will be applied to the specified element (window or control). This percentage is included between 0 (invisible window) and 100 (opaque window).
Observaciones
WINDEV

Limits: operating system and graphics card

The Opacity property can only be used on systems above Windows 7.
If the graphics card does not support transparency, the Opacity property will have no effect.
WINDEV

Limit: window types

The Windows system cannot be used to manage the opacity of the MDI Child windows.
AndroidiPhone/iPad

Opacity of Action Bar

To manage the opacity of the Action Bar:
  1. Open the description window of the Action Bar control.
  2. In the "Details" tab:
    • Check "Make the bar background transparent".
    • Specify which bars are taken into account: "Action Bar" or "Action Bar and system bar".
  3. Validate.
  4. The Action Bar is transparent. The opacity of the Action Bar can be changed with the Opacity property.
For more details, see Describing the Action Bar control.
WINDEVWEBDEV - Código ServidorAndroidiPhone/iPadPHPAjax

Limit: field types

The Opacity property is only available for the following controls:
  • Edit control,
  • Static,
  • Button,
  • Check Box,
  • Radio Button,
  • List box, combo box,
  • WINDEV ListView,
  • Image,
  • WINDEV Table, TreeView Table,
  • Table cell (in read-only),
  • WINDEV Progress Bar,
  • WINDEV Scrollbar,
  • TreeView,
  • WINDEV Drawing,
  • WINDEV Splitter,
  • WINDEV Carousel,
  • WEBDEV - Código ServidorWEBDEV - Código NavegadorPHP Formatted display control,
  • WEBDEV - Código ServidorWEBDEV - Código NavegadorPHP HTML control,
  • WEBDEV - Código ServidorWEBDEV - Código NavegadorPHP Link control,
  • WEBDEV - Código ServidorPHP HTML static,
  • WEBDEV - Código ServidorPHP Pager,
  • WEBDEV - Código ServidorWEBDEV - Código NavegadorPHP Image (clickable or not),
  • WEBDEV - Código ServidorWEBDEV - Código Navegador Breadcrumb,
  • WEBDEV - Código ServidorWEBDEV - Código Navegador Thumbnail,
  • WEBDEV - Código ServidorWEBDEV - Código Navegador iFrame,
  • WEBDEV - Código ServidorWEBDEV - Código Navegador Chart,
  • WINDEV Rating.
  • WINDEVWEBDEV - Código Servidor Dashboard.
  • WINDEVAndroid Group of controls.
  • AndroidiPhone/iPad Action Bar control.
  • Novedad versión 2025
    WINDEVAndroidiPhone/iPad Cell control.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

Señalar un error o enviar una sugerencia | Ayuda local