ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Progress Bar control
  • Simple or symmetric progress bar?
  • Image and progress bar: showing a progression
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Outstanding progress bars
Simple or symmetric progress bar?
We recommend that you:
  • use the simple progress bars to view a progress (a file transfer for example). The bar moves from the origin of the progress bar to the end during the entire process.
  • use symmetric progress bars to view the evolution of a value in relation to a reference value. This allows you to view the evolution of a temperature for example. For example:
AndroidJava No symmetric progress bar can be created.
Image and progress bar: showing a progression
To view the progression of a progress bar, you can:
  • define a specific style for the progress bar (and for the active progress bar in case of a symmetric progress bar). Select the requested style in the "Style" tab of progress bar.
  • use images.
A progress bar can contain:
  • a background image.
  • an active image. This image will be displayed during the progression of the progress bar.
These two images can be combined to produce special effects.
When using this progress bar, the bubbles seem to be "going up". This progress bar has the following characteristics:
  • active image: bubbles
  • background image: blue
  • non-fixed image ("Detail" tab): the active image follows the progress of the ProgressBar.
This progress bar has the following characteristics:
  • active image: blue and yellow
  • background image: black and white
  • still image: the active image is revealed as you progress.
You can use the 9-slice scaling mode on the images displayed in progress bars.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/18/2024

Send a report | Local help