on 2015 Sep 22 12:55 PM
Hi,
I am trying to use progressIndicator in my demo application. I have used the below xml code for this :
<l:VerticalLayout
class="sapUiContentPadding"
width="100%">
<l:content>
<ProgressIndicator
class="sapUiSmallMarginBottom"
percentValue="30"
displayValue="30%"
showValue="true"
state="None" />
<ProgressIndicator
class="sapUiSmallMarginBottom"
percentValue="50"
showValue="false"
state="Error" />
<ProgressIndicator
class="sapUiSmallMarginBottom"
percentValue="99"
displayValue="0.99GB of 1GB"
showValue="true"
state="Success" />
<ProgressIndicator
class="sapUiSmallMarginBottom"
percentValue="25"
displayValue="25%"
showValue="true"
state="Warning" />
</l:content>
</l:VerticalLayout>
it is working fine for me. But I just want to know, how to use this ProgressIndicator inside List. It is not working when i am using ProgressIndicator inside other control.
Can Anyone help me out in this.
Regards,
Harsh Jain
Request clarification before answering.
Hello All, Is there anybody to help me in this. 🙂 Thanks, Harsh Jain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.