cancel
Showing results for 
Search instead for 
Did you mean: 

Can we scroll the Text in WebDynpro Application in Webdybpro ABAP ?

veerendra_nath2
Explorer
0 Kudos

Dear All,

Here my requrement is to scroll the text in the webdynpro application ( browser ) continuously.

Can anyone help me please with the options available.

Thanks & Regards,

Veerendra Nath

IBM Consultant

0 99896 00018

Accepted Solutions (0)

Answers (5)

Answers (5)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If you are 7.0 Enhancement Package 1, you can use the FlashIslands UI element and embed a custom Flex Component in your application. Doing such scrolling and other animations is quite easy within Flex.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b907cd77eb2d66e10000000a42189c/frameset.htm

veerendra_nath2
Explorer
0 Kudos

Here requirement is scroll the text horizontally in the application(browser). Like at the end of the screen it disappear and appears at begining of the screen continuosly.

Thanks & Regards,

Veerendra Nath

IBM Consultant

0 99896 00018

pranav_nagpal2
Contributor
0 Kudos

Hi,

So you want a marquee like thing...

directly it is not supported in WD ABAP...

you can do it using iFrames.... but i am not sure it iFrames are obsolete or not.... i read it some where....

see the link below for more info on iframes...

http://help.sap.com/saphelp_erp2005/helpdata/en/15/c07941601b1d09e10000000a155106/content.htm

regards

Pranav

arjun_thakur
Active Contributor
0 Kudos

Sorry, repeat post.

Edited by: Arjun on Jan 13, 2009 11:38 AM

Former Member
0 Kudos

Hi,

There is no direct way of doing it as MARQUEE is not supported here.

For the scrolling text - Refer this link to achieve scrolling text by other way.

https://wiki.sdn.sap.com/wiki/display/Snippets/Addmarqueetoportalpage-sample+code

Regards,

Lekha.

pranav_nagpal2
Contributor
0 Kudos

Hi,

please be more specific with requirement... if you want to put some text in side scorll bar so that you can scroll down, use scroll container and in that container insert the text view......

regards

Pranav