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 / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del cursor del ratón
  • Operating mode in Android
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
Advertencia
A partir de la versión 2024, this function is no longer available:
  • in iOS,
  • under Android version 14 and higher.
Displays or hides an endless progress bar:
  • in the status bar of an iOS application.
  • in the title bar of windows found in an Android application.
Ejemplo
// Display the progress bar
HourglassNetwork(True)
// Process
...
Multitask(-1)
...
// Hide the progress bar
HourglassNetwork(False)
Sintaxis
HourglassNetwork(<Activation>)
<Activation>: Boolean
  • True to enable the endless progress bar,
  • True to hide the endless progress bar.
Observaciones

Operating mode in Android

If HourglassNetwork is called with the activation parameter set to True, the infinite progress bar will be displayed in the title bar (or ActionBar) of all open windows of the application as well as all the windows opened afterwards, until HourglassNetwork is called again with the activation parameter set to False.
Remarks:
  • When running long processes, we advise you to add calls to Multitask in the code in order to give time to the progress bar to refresh its display.
  • You can also use HourGlass. In this case, the endless progress bar is displayed in a specific window.
  • The display of progress bars in the ActionBar using the Material Design them is not supported by the system. HourglassNetwork will have no effect if the window contains an ActionBar control and if the "Aplicar tema Material Design a los controles nativos y ventanas Info/Error/Diálogo" option has been checked in the Android configuration options.
Clasificación Lógica de negocio / UI: Código UI
Componente: wd300android.aar
Versión mínima requerida
  • Versión 19
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

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