Xojo Extends to avoid flickering when showing a web dialog by displaying a progress wheel until all dialog controls are loaded.
- After download and open the project, copy the webextensions module into your projects.
- 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).sizePercentageScalemust be an integer value between 1 and 100. - In the Shown event of the same WebDialog, call the
HideProgressWheelmethod.
That's it!
- Collection of animations in SVG format contained in an enumeration.
- Allow a time delay controlled
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.
- David Ropero - david.ropero@gmail.com
MIT License

