|
|
|
|
|
|
|
In mobile applications, the different screens of the application are displayed via a small animation: display from the right, from the top, etc., ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications. |
|
|
|
|
|
|
En algunos casos, la Image de fondo de una ventana puede contener un texto (el nombre de la aplicación, un título específico, ... |
|
|
|
|
|
|
Una ventana no maximizada puede ser redimensionada por el usuario y puede ocupar sólo una sección de la pantalla... |
|
|
|
|
|
|
A maximized window occupies the entire screen of the mobile device. |
|
|
|
|
|
|
An image can be used to easily define the shape of a window... |
|
|
|
|
|
|
Un control fijo permanece visible incluso si el usuario mueve la barra de desplazamiento del contenedor para mostrar un área no visible... |
|
|
|
|
|
|
There is a new trend in UI design: application menus in the title bar! |
|
|
|
|
|
|
La escala de 9 sectores permite cambiar el tamaño de las imágenes sin distorsionarlas... |
|
|
|
|
|
|
List of events associated with windows |
|
|
|
|
|
|
The sliding windows (also called sliding menus) are often used in the mobile applications... |
|
|
|
|
|
|
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows... |
|
|
|
|
|
|
WINDEV allows you to open windows in popup format... |
|
|
|
|
|
|
Lista de propiedades asociadas a una ventana |
|
|
|
|
|
|
The following types of windows can be created in a WINDEV application... |
|
|
|
|
|
|
WINDEV allows you to customize... |
|
|
|
|
|
|
La ventana que abre otra ventana se llama ventana padre; la ventana abierta por la ventana padre se llama ventana hijo... |
|
|
|
|
|
|
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use... |
|
|
|
|
|
|
A window can:- Receive parameters when it is opened.
- Return values when it is closed.
|
|
|
|
|
|
|
The windows represent the main interface of a WINDEV application... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|