cancel
Showing results for 
Search instead for 
Did you mean: 

MessageArea UI element Not working

Former Member
0 Kudos

Hi,

I have put a MessageArea UI element to display all my messages in that perticular area.But the messages are comming at the top of teh screen and not in the specified MessageArea .

Please suggest me how to display the message in the specified area.

Regards

-sandip

Accepted Solutions (1)

Accepted Solutions (1)

siddharth_jain
Active Contributor
0 Kudos

Hi,

Check the Enable property of Message area UI element ,It should be true.

Siddharth

Former Member
0 Kudos

Hi,

Its set as Enable=True.

Can anyone please suggest why the messages are coming at the top and not in the specified area?

Regards

-sandip

Former Member
0 Kudos

Hi sandip,

if u want to display messages at the bottom of the screen then deleted all the message area ui elements and check, if message area UI element are not used then the messages are display at the bottom of the screen.

Regards,

Siva Sankar N

Answers (2)

Answers (2)

Former Member
0 Kudos

In the outline View see if the Message Area is placed where you want it.

Former Member
0 Kudos

hi

make sure that your message area UI element is below the other UI elemnts in the root UI element container if u want to display the messages at the bottom. if not move it down and check.