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 / Desarrollar para iOS (iPhone/iPad)
  • Overview
  • The different steps of the wizard
  • Window orientation
  • Window content: single or double
  • Defining the content
  • When should the content be defined?
  • Window content
  • Configuring the looper or the multiline zone
  • Tab bar or toolbar
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
Overview
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application.
These different elements can be added at any time into the window.
You can also configure different options in the window description.
At the end of the wizard, the window is created under the editor with the specified characteristics. In addition to the window, you can view the following elements in the editor:
  • the system bar,
  • the areas that correspond to the portrait or landscape mode (represented by dashes).
The different steps of the wizard

Window orientation

Several options are available:
These options can be modified in the editor, in the "Details" tab of the description window ("Orientation").
You also have the ability to specify whether automatic scrollbars must be displayed. The scrollbars will be automatically displayed if the size of the window is greater than the resolution of the screen on the device used.

Window content: single or double

You can create:
  • a window simple data are displayed in the entire window.
    In this case, the subsequent steps of the wizard will allow you to define the contents of the window.
  • an double window: the window is split into two parts. This type of interface allows you to implement a menu or a choice of options in the left section while the details are displayed on the right.
    In this case, the subsequent steps of the wizard allow you to define:
    • the content of the left section.
    • the content of the right section. This content can be:
      • static (defined in the editor): the wizard then proposes to define the content of the zone.
      • an internal window. In this case, an Internal Window control is automatically created in the window.
Defining the content

When should the content be defined?

The wizard allows you to define the window content in the following cases:
  • simple window.
  • left section of a double window.
  • right section of a double window with static content.

Window content

You have the ability to create a window:
  • with an Action Bar. This field displays several items of information: the application icon, the window title, certain menu options, your window's drop-down menu, etc., ...
    To add an "Action Bar" to a window: under the "Ventana" pane, in the "Barras y menús" group, click on "Otras barras" and select "Action Bar".
  • with a looper or a multiline zone. This type of window can be used, for example, to set one or more parameters, select an option, etc.
  • with a Tab bar. In most cases, a "Tab bar" is used to access the different windows of the application.
    To add a theme bar to a window: under the "Ventana" pane, in the "Barras y menús" group, pull down "Otras barras" and select "Theme bar (Tab Bar iOS)".
  • with a toolbar. In most cases, the toolbar is used to perform actions on the current window.
    To add a toolbar to a window: under the "Ventana" pane, in the "Barras y menús" group, pull down "Otras barras" and select "Toolbar (iOS ToolBar)".
Difference between a tab bar and a toolbar:
  • A toolbar proposes actions on the current view.
  • A tab bar corresponds to tabs.

Configuring the looper or the multiline zone

If you have chosen to create a window with looper or with multiline zone, the different wizard planes allow you to configure this element.
  • Several types of preset loopers or multiline zones are available:
  • The following step is used to configure the elements displayed in the looper or in the multiline zone.
  • For a looper, you have the ability to choose how the looper will be filled (programming, file link, variable link).
When the wizard is validated, the selected looper or multiline zone is automatically created in the window.
You have the ability to type the code used to handle it and to make it operate.
For a looper, the following events must be modified:
  • RepeatString initialization code: this event is used, for example, to fill the RepeatString zone..
  • Line selection code: this event manages the actions performed when the user clicks on the standard arrow..
  • Image click code IMG_Disclosure: this event is used to manage clicks on the custom chip..
For more details, see:

Tab bar or toolbar

If this option was selected, specify the parameters of the bar:
  • Color
  • Style
  • Buttons displayed
At the end of the wizard, the window is created with the specified bar. All you have to do is enter the code of the buttons.
Versión mínima requerida
  • Versión 17
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 04/10/2024

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