Hi,
As per my requirement I need to show buffering/loading image while validating the data. However I can able to show that image, but its showing with borders and when I clicked on that its enlarging to full screen.
Please suggest any other option which is not clickable and show buffering/loading gif image.
Thank you.
Discussion posts and replies are publicly visible
Could it be that you enabled the thumbnail-mode?
If I enable its showing as Image, not like GIF
I do not understand. Please elaborate.
I Need to show Buffering/Loading image as GIF not and static Image. After enabling Thumbnail mode its showing as only static image
You have to make sure to DISABLE the thumbnail mode. Then your image is NOT clickable and will also NOT enlarge in size.
Is this an animated GIF?
Did you add a link to the image?
Yes... Its animated GIF... I have added in images folder
I am using the below code
a!imageField( label: "", images: { a!documentImage(document: cons!CRM_LOAD_IMAGE) }, size: "SMALL", isThumbnail: true, align: "CENTER" ),
OK. Again, set isThumbnail to false.
Hi Stefan Helzle ,
I am using 4 forms with milestone, on every next my form is taking 2-3 secs to load. For this how can I get a buffering screen?
Why is it taking 2-3 sec? Any large data you are querying?.
Those 4 forms are they single screen?
Or 4 different tasks in process model?(if this is the case activity chaining)
Adding conditional screen that shoes buffer message can do the work but ,it's just 3 seconds (blink of an eye) .I rather prefer decreasing the load time
I would first see why is it taking so long to load the form. are you having these in the same interface as conditional or are these coming from UITs in the process?
Mohammad Saleem : As per my understanding it must be a requirement when form load its should show loading image or some progress.
The submit button has an option to show a loading indicator. That is your only option