cancel
Showing results for 
Search instead for 
Did you mean: 

Graphics while waiting for page load

Former Member
0 Kudos

Hi all,

can I show a graphics while the user waits for page load. I want to show the same circular wait icon that is shown inside the EP.

Thanks,

Satyajit.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

hmm but why would you want to cause more delay in displaying the graphics :).

Anyway you can try using the gif that sap uses. Dont know the name though.

See if a progress bar could help you in your problem. But you cannot set a image to it.

This is the closest you could do.

Create a empty view2 in window2. Add a image to the view2 and also a timedtrigger and set the size of the window2 to the image size.

Set the timedtrigger delay to say some 10 secs or whatever and after that close the window2.

That should simulate that effect

regards

Ravi

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I don't think you can show your custom graphics while waiting for the page to load. The page automatically shows the page load graphics given by SAP.

regards,

Mahesh

Former Member
0 Kudos

The animated wait icon is also shown when running outside of the Portal.

Armin