cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling Messsage Position

Former Member
0 Kudos

Hi all,

I'm trying to change my message position,

I'm using wdComponentAPI.getMessageManager().raiseException("myString",true);

The message is allways apearing at the bottom of the screen. Is there a way to controll the position ? Maybe to put it at the top of the screen ?? I don't want to use dialogs.

Thanks

Amit Yosha.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi Yosha,

Pleas have a look at IWDMessage area API

http://help.sap.com/saphelp_nw04/helpdata/en/a7/68a0cb87e4c447922a46cfa2655fb4/frameset.htm

Hope this helpa you

Regards

Rohit

Former Member
0 Kudos

Hi Amit,

You can use a MessageArea UI element to get the message at any position on the screen.Insert the MessageArea UI element into the View and adjust the position as per your requirement.All the messages will be displayed in this message area.

Regards,

Vijith

Former Member
0 Kudos

Use MessageArea UIElement .

All the messages will be displayed in the UIElement automatically and you can place UIElement on the View .

Regards, Anilkumar

Message was edited by: Anilkumar Vippagunta

Former Member
0 Kudos

hi,

Use a message area and display messages in it

Regards

Rohit