cancel
Showing results for 
Search instead for 
Did you mean: 

IView to large for WebDynPro

Chris_Güttinger
Discoverer
0 Kudos

Hi at all,

I created a WebDynPro application in nwds, deployed it to the j2ee engine.

In my portal (EP 6.0) i created a iView which should show the WebDynPro application.

The Dynpro ist working fine inner the iView, but the iView, which is shown in the portal is to large. The width is a few pixels too big, the height is nearly the double size of my application.

I tried to use several iView properties but nothing changed.

Thanks for answers.

Marco

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The height and width are controlled by both iView Property and the Webdynpro Contianer property.

1. iView Properties

Appearance - Size: set 'Height Type' to Automatic.

2. Container Property:

Root container

Set width: 100%

Its better to have width of the containers in '%' rather than 'px'.

Divakar

Chris_Güttinger
Discoverer
0 Kudos

Hi,

thanks for your answer.

The height problem is fixed, the property was on full page - ok...

But I have still the problem with the width, I set on all containers in all views the width property to 100%. But the application is still a few pixels smaller than the iView.

When I set the width to 101% the application is nearly as big as iView.

102% => application bigger than iView => Scrollbar is added.

Regards,

Marco

Former Member
0 Kudos

Hi,

Looks like the iView itself has a border which is a few picels thick and hence the application looks a few pixels smaller. You can adjust the pixel size using 'Themes'('Portal Body' UI Component).

I would suggest that you should go with 100% and not 100+.

Regards,

S.Divakar

Chris_Güttinger
Discoverer
0 Kudos

Hello,

of course I will not use width larger than 100%, it was only a test.

But I do not think that the problem is a border, because I set up an iView for a colleague and in this iView the WebDynPro is shown without any borders.

I have set all width parameters I found to 100%, but the WebDynPro application is still smaller than the iView.

thx,

Marco