cancel
Showing results for 
Search instead for 
Did you mean: 

How get two message in the top and the bottom of the view?

Former Member
0 Kudos

Hi,experts,

I can make a messagearea in the top of view.

The message can be found in the messagearea when the application report error.

Now ,I need report the error in the top of the view and the bottom of the view as the same time.

I make two messagearea: One is in the top of the view and the other is in the bottom of the view.

But, The message can be found in the messagearea in the top of the view when the application report error, and the error report cann't be found in the bottom of the view.

How can I do it?

Best regards,

tao

Accepted Solutions (1)

Accepted Solutions (1)

former_member186148
Active Participant
0 Kudos

Hi!

As I know it is impossible to display two message areas in one view at the same time.

regards, Lev

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi, Experts,

I have know the require can't be resolved.

Close the message.

Best regards,

tao

former_member186148
Active Participant
0 Kudos

Hi Tao!

You should close your thread yourself by marking it as "answereed"

regards, Lev.

Former Member
0 Kudos

Hi, experts,

Thanks, But I don't find the "answereed" tag.

Best regards,

tao

Former Member
0 Kudos

Hi, experts,

I have know how to set it "answereed".

Thanks a lot again.

Best regards,

tao

p330068
Active Contributor
0 Kudos

Hi Wang

Please create two Text View in top and bottom area of the view and play with visibility(WDVisibility) to show text in the view depend on the conditions.

Hope it will helps

Regards

Arun

Former Member
0 Kudos

Hi Tao,

Your primary requirement is to display messages on some event (error) at different locations (Top, Middle) not the UI element, so and if you've a choice in choosing any UI otherthan MessageArea, go for any of these 'Lable, TextView, Caption' and bind the context and set the context value on that event.

Hope it helps!

Thanks,

MS

Former Member
0 Kudos

Hi,

It is impossible to display two message areas in one view at the same time!

Only one message area is supported in on view.

regards

Gunter

Former Member
0 Kudos

Hi Tao,

You can use Message Area at the top and a Text View at the bottom.

Whenever you want to print a message on top, you can use statements like wdComponentAPI.getMessageManager().reportSuccess("Server");

For displaying the message in Text View, you can set its context.

Former Member
0 Kudos

Hi!

As I know it is impossible to display two message areas in one view at the same time.

I think go to Message area properties here maxVisibleMeaasges Option is avaliable by this Options we can display Messages

Regards

Vijay Kalluri

Former Member
0 Kudos

Hi,

Two Message Area will not work. Instead you can try with two text views one at top and one at bottom and set the message in both.

Best Regards,

Swati Gaur