cancel
Showing results for 
Search instead for 
Did you mean: 

Message area in webdynpro

mahesh_jagnani
Participant
0 Kudos

Hi Experts,

I have a message area in a popup winow.

There are maxium 3 messages possible in this message area and minimum 0 messages possible.

The length of the 3rd message is very long.

The requirement is that we have to show the messages ( 1 or 2 or 3..depend on the warning encountered) in the message area without scrollbar(Vertical And Horizontal).

Can u plz help me how to do this.

Currently i m getting scroll bar which look odd for the client.

Thanks in advance.

Mahesh

Accepted Solutions (0)

Answers (2)

Answers (2)

mahesh_jagnani
Participant
0 Kudos

solved

Former Member
0 Kudos

Hi Mahesh,

You may try using Layout = "Matrix layout" and with that you get a height parameter for Message Area.

Try putting the height as 100% and that may fix the issue.

Cheers,

Kunjal

mahesh_jagnani
Participant
0 Kudos

Hi,

Thanks for your effort.

I donot want to increase the size of pop-up window.

I want that a message with long length should display in multiple line with only one message icon..

Thnaks

Former Member
0 Kudos

Hi Mahesh,

I dont know if this is possible with the standard framework...

However, this can be possible if you try create custom view to display message.

Cheers,

Kunjal