The Loading Progress Display property determines the location and name of the file to display.
Use this property to add your own custom loading gif the Preview Control.
Property Type: Static
A rule can also be built for this property by changing the type to dynamic.
See How To: Change A Static Property To A Dynamic Property.
Hierarchical Reference: ControlName.LoadingProgressDisplay
Default Value: None
DriveWorks will display the Loading Image at 80 pixels by 80 pixels. For the best looking loading overlay it is recommended that you use an image that is exactly 80 x 80 pixels. A smaller image may be scaled and stretch to fill the available space.
To get a smaller loading image, you can create an image that is 80 x 80 and that has a lot of white/transparent space between the edge and the actual image.
None | ProgressBar |
---|---|
No loading overlay will be displayed in the Preview Control | Only a progress bar will be displayed in the Preview Control |
Image | ProgressBarAndImage |
Only a loading image will be displayed in the Preview Control. | Both a loading image and progress bar will be displayed in the Preview Control. |
The default value of the property can be changed by any of the following methods:
Loading Progress Image File Name Value | Result |
---|---|
"ProgressBar" | Will only display a progress bar in the Preview Control. |
DWVariableLoadingOverlayType | ProgressBarAndImage - Will display both a loading bar and loading image in the Preview Control. |
Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.