Building Mobile Enterprise Applications : webMethods Mobile Designer Native User Interface Reference : Native User Interface (NativeUI) Objects : nUIProgressanimElement
nUIProgressanimElement
com.softwareag.mobile.runtime.nui.nUIProgressanimElement
Use to display an animated status indicator that an application can display to indicate background activity is in progress.
Example
This code sample displays a status indicator. Illustrations of how the example code is rendered on various platforms follows the code sample.
view.add(new nUIProgressanimElement(NUIID_MY_PROGRESSANIM));
Platform
Platform-Specific Class and Illustration
Android
android.widget.ProgressBar
iOS 7
UIActivityIndicatorView
Note:  
The progress indicator is in the top right of the screen.
iOS 6
UIActivityIndicatorView
Windows Phone
System.Windows.Controls.ProgressBar
Note:  
You can display the progress animation object as part of the header bar of the current view.
 
Windows RT
Windows 8
Windows.UI.Xaml.Controls.ProgressBar
 
Other
Copyright © 2007-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback