ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing for iOS (iPhone / iPad)
  • Overview
  • Creating a non-maximized window
  • Characteristics of non-maximized windows
  • Window size
  • Opening a non-maximized window
  • Clipped window
  • Remark
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
A non-maximized window can occupy a section of the screen only. Most of the time, the non-maximized windows are used to display information messages.
Creating a non-maximized window
To create a non-maximized window:
  1. Click in the quick access buttons.
    • When the new element window appears, click "Window" then "Window".
    • The window creation wizard opens.
    • Select "Blank for iPad" or "Blank for iPhone" in the wizard and validate.
  2. The window is created in the editor.
  3. Display the description window ("Description" option in the context menu).
  4. On the "Style" tab, select "Non-maximized window".
    Remarks:
    • The "Window with arrow" option is used to create a window with arrow.
    • This type of window is available for iPad only.
  5. Validate.
Characteristics of non-maximized windows

Window size

The size of window when it is opened can be modified in the "Details" tab of the description window.
By default, the window is centered in relation to the screen.
Note: Minimum and maximum window heights and widths can be selected in the "Style" tab of the description window ("Size min/max" button).

Opening a non-maximized window

The opening of a non-maximized window is performed by OpenChild or by OpenMobileWindow.
For example:
OpenMobileWindow(FEN_Non_Max)

Clipped window

A non-maximized window can be clipped (non-rectangular window). To do so, use an image in PNG format.
To clip a non-maximized window:
  • In the "Style" tab of the window description, select the "Transparent" background color.
  • In the "Image" tab of the window description, select:
    • a background image in PNG format,
    • the "According to image" transparency mode.
      Note: Image transparency is managed by the PNG format.

Remark

The title bar of a non-maximized window is displayed for the Window with arrow windows only.
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment

Last update: 03/30/2025

Send a report | Local help