ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Progress Bar control
  • Overview of the Progress Bar control
  • Control in a window or in a dynamic page
  • Creating a Progress Bar control
  • Creating a Progress Bar control in a page
  • Characteristics of the progress bars in a page: 7-tab window
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview of the Progress Bar control

Control in a window or in a dynamic page

The different types of progress bars are:
  • Simple linear progress bars (horizontal or vertical).
    WEBDEV - Server codePHP Only the simple linear horizontal progress bars are available in WEBDEV.
  • Symmetric linear progress bars (horizontal or vertical): the progress bar is separated in two sections (negative and positive) used to display the progress.
    Examples of linear progress bars
  • Radial gauges: a needle moves to indicate the value of the gauge.
  • Windows Radial "LCD" gauges: a "LCD bar" is filled to indicate the value of the progress bar.
    Radial gauges
Creating a Progress Bar control
WEBDEV - Server codePHP

Creating a Progress Bar control in a page

To create a Progress Bar control:
  1. On the "Creation" tab, in the "Graphic controls" group, expand "Progress bar".
  2. Click where you want to create the control in the page. The control appears in the editor.
To view the characteristics of the control, select "Description" in the context menu.
Remarks:
  • Only the simple linear horizontal progress bars are available in WEBDEV.
  • The Progress Bar control cannot be included in a Looper control or in a table container column
WEBDEV - Server codePHP

Characteristics of the progress bars in a page: 7-tab window

The "General" tab is used to configure the different values of the progress bar. These values can also be specified through programming. For more details, see Handling a progress bar through programming.
The "Details" tab is used to specify if the progress percentage must be displayed in the Progress Bar control ("Display progress percentage" option).
You can also choose to hide the percentage if it is equal to zero ("Don't display the percentage if it is equal to 0%").
The percentage position can be changed programmatically with the HorizontalAlignment property. The format of the percentage can be defined programmatically with the InputMask property.
The "Style" tab is used to configure the layout parameters of the progress bar. You can also configure the CSS style of the progress bar to display a progress image.
Related Examples:
The Progress Bar control Unit examples (WINDEV): The Progress Bar control
[ + ] Using a Progress Bar control.
WD FTP File Transfer Complete examples (WINDEV): WD FTP File Transfer
[ + ] WD FTP file transfer

This example is a full FTP client allowing you to store several FTP servers. Then, you have the ability to perform multi-file transfers from the local computer to the server or from the FTP server to the local computer. To do so, we are using the standard functions of WLanguage (FTPConnect, etc...)
The Table/TreeView Table control (Progress Bar columns) Unit examples (WINDEV): The Table/TreeView Table control (Progress Bar columns)
[ + ] Using a Progress Bar column as well as the ..TextProgressBar property in a Table or TreeView Table control
The Ajax Indicator control Unit examples (WEBDEV): The Ajax Indicator control
[ + ] This example explains how to use the "Ajax Indicator" control of WEBDEV.
This control allows you to display a progress bar for a server process.
WM System Cross-platform examples (WINDEV Mobile): WM System
[ + ] This application is an example of some of the features of WINDEV Mobile available for Android/iOS.
The following system functions are used:
- NFC
- Multimedia control
- Brightness
- Volume
- Wi-Fi
- Bluetooth
- Toast
- Compass
- Accelerometer
- Camera control
- LED
- Vibration
- Notifications
- Drawing functions
- Internet
Progress window Unit examples (WINDEV): Progress window
[ + ] Creating a progress window. This example is used to:
- Handling a progress bar by programming
- Access a child window
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help