AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 1-25 de 79 para push
Notification Push: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration...
Notification Push: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration...
<Stack variable>.Push (Función)
Push un elemento en el apilamiento.
Push (Función)
Introduce un elemento en el apilamiento.
WDADMINEXE: Push installation management
WDADMINEXE is used to deploy network applications in push via the "Push" tab...
Android configuration for push notifications (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)...
NotifPushSendSubscriber (Función)
Envía una notificación a los dispositivos Android suscritos a un tema.
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer...
Notifications Push: notification format (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications...
<Notification variable>.SendPushSubscriber (Función)
Envía una notificación a los dispositivos Android suscritos a un tema.
NotifPushListInvalidIdentifiers (Function)
Returns the list of invalid identifiers on the APN service of Apple.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Push notifications
A mobile device can receive push notifications...
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
<Variable Notification>.SendPush (Función)
Envía una notificación push a un dispositivo móvil (iOS o Android).
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
NotifPushSubscribe (Función)
Suscribe la aplicación Android actual a un tema.
NotifPushUnsubscribe (Función)
Cancela la suscripción de una aplicación a un tema.
Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application...
WDADMINEXE: Information on the latest available update
The "Setup" tab of WDADMINEXE contains information regarding the last available update of the application...
<Stack variable>.Pop (Función)
Pop un elemento de un apilamiento.
Pop (Función)
Pop un elemento de un apilamiento.
Descripción del proyecto: Pestaña Proyecto
La ventana de descripción del proyecto permite configurar varios elementos del proyecto...
Funciones de teléfono
Las funciones del Phone son las siguientes:
Android: The different types of notifications
Android proposes several types of notifications to inform the user...
Apilamiento (tipo variable)
A apilamiento es un tipo estructurado que se utiliza para agrupar un conjunto de elementos del mismo tipo.
On/Off button in a window
The on/off button is a button that operates like a check box...
Certificado (tipo variable)
El tipo Certificado se utiliza para gestionar:
  • los certificados utilizados para firmar las cadenas o los archivos.
  • los certificados utilizados para firmar los correos electrónicos.
3. Implementar una aplicación WINDEV
Manipulating Layout controls programmatically
A Layout control can be...
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
Funciones Phone (sintaxis con prefijo)
Las funciones del Phone son las siguientes:
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created...
Funciones Queue, Stack y List (sintaxis con prefijo)
Lista de funciones Queue, Stack y List
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls...
2. Diferentes modos de instalar una aplicación
Share your projects via Git
Git is a source code manager...
Responsive Web Design: Managing anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced...
Two-level setup
The two-level setup (or multisite setup) combines:
  • a reference network setup deployed on a local network.
  • an HTTP setup used to update the reference setup on the local network.
WDADMINEXE: User details
From the server, the "Users" tab of WDADMINEXE allows you to get ...
WDADMINEXE: Version management
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers...
Funciones de colas, pilas y listas
Lista de funciones Queue, Stack y List
Notification (Variable type)
The Notification type is used to handle the local notifications or the push notifications.
Phone constants (Android / iOS)
WDADMINEXE: Remote application control
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users...
Centros de Control
Los Centros control proporcionan una visión global de un área determinada, ya sea en fase de desarrollo, en un emplazamiento operativo o en el mantenimiento o mejora de aplicaciones...
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Modo de instalación
Se pueden utilizar varios métodos para distribuir una aplicación WINDEV...
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention...
2. Funciones WLanguage específicas de los teléfonos
Callback fonction OuvreDocument
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad...
Probar y depurar una aplicación en un dispositivo Android
La posibilidad de depurar una aplicación directamente en el dispositivo es una funcionalidad muy útil para todos los desarrolladores...
2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
Left or right sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications...
Connected devices: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects...
geoTrackingEnable (Función)
Permite seguir la ubicación en una aplicación WINDEV Mobile.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
<Thread>.SendSignal (Función)
El subproceso actual envía una señal al subproceso que está en espera para desbloquearlo.
HTMLEndPage (Property)
The HTMLEndPage property gets and sets the HTML code inserted at the end of the page.
NFCSendTag (Función)
Envía una etiqueta NFC a otro dispositivo.
Application and executable management constants
List of constants used by the functions for managing executables.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points...
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance...
SCM: Trabajar con el Administrador de Código Fuente
El principio de trabajo con el Administrador de Código Fuente es el siguiente...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program.
Características específicas de la versión Express
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user.
7. Consumir un servicio web
Tutorial WINDEV Mobile: Desarrollar una aplicación para Android y iOS Lección 7 - Consumir un servicio web - 10 min
3. Ciclo de desarrollo de una aplicación
Ciclo de desarrollo de una aplicación WINDEV.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc.
Android 10: Cambios en el comportamiento de las aplicaciones
A partir de Android 10, Google no permite que una aplicación abra una ventana si está en segundo plano
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions...
Configuración de la red local (LAN)
El despliegue de una configuración en una red de área local (LAN) implica la instalación y actualización de una aplicación WINDEV a través de un servidor de referencia,.
New products brochure 28: WINDEV new products
New features in WINDEV 28 presented in the New Features brochure.
Tipos avanzados
Los tipos avanzados de WLanguage son los siguientes
New Features brochure - Version 2024: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 2024 presented in the 2024 New Features brochure.
Mapa del sitio de la documentación de PC SOFT
1
2
3
4
>