cancel
Showing results for 
Search instead for 
Did you mean: 

Process indicator and scrolling up

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Everyone,

Question 1. In my webdynpro application I have detailed navigation link once I clicked that corresponding iview should load in content area but its taking time for loading. How can I implement loading in process indicator sign till the iview loads?.

Question 2. I have added webdynpro views into the tabstrip viewset. My views has save button in the bottom once I clicked save button I want to scroll up to top of the view. How can I achieve this?.

Regards, Suresh KB

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

For the second question set the focus to the corresponding item,

Ex:

IWDTextEdit textBox = // your text box;

textBox.requestFocus();

Requests to change the keyboard input focus to this view element.

It is undefined which focus request wins if there are several ones.

The request may silently fail, but is guaranteed not to throw an exception.

If this view element is a table cell editor, its occurence in the current

row (according to the context's lead selection) will receive focus. Similar

things will happen inside other containers that display multiple occurences

of the same view element.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Suresh,

For your first question, Check this:

https://forums.sdn.sap.com/click.jspa?searchID=6089632&messageID=375548

Regards,

Shyam.