Skip to content

davidclothier/xojo-web-wheel-loading-dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xojo-web-wheel-loading-dialog

Xojo Extends to avoid flickering when showing a web dialog by displaying a progress wheel until all dialog controls are loaded.

How to use

  1. After download and open the project, copy the webextensions module into your projects.

  1. In the Opening event of the WebDialog, the first thing you have to do before configuring your controls is to call the method ShowProgressWheel(sizePercentageScale). sizePercentageScale must be an integer value between 1 and 100.
  2. In the Shown event of the same WebDialog, call the HideProgressWheel method.

That's it!

Result

Next features to be improved

  • Collection of animations in SVG format contained in an enumeration.
  • Allow a time delay controlled

Contribution

Pull requests are welcome! I'd like to improve this library with your help! If you've fixed a bug or have a feature you've added, just create a pull request.

Contact

Twitter Linkedin

License

MIT License

About

An elegant way to show WebDialog avoiding flickering

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages