cancel
Showing results for 
Search instead for 
Did you mean: 

MessageManager

Former Member
0 Kudos

Hi All,

I have ApplicationA which use CompA.

ApplicationB which use CompB

CompA has a windowA. when I run ApplicationA, click save button on windowA, a message will be displayed.

Then I make a use of CompA in CompB as used component. I run ApplicationB ,the windowA displayed ,I click save button, but the message is not displayed. I add log and I am sure the code is executed

messageMgr.reportSuccess("Your configuration has been saved successfully.");

logger.infoT(("Your configuration has been saved successfully.").

I can find the log information in log file.

Best regards

Austin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

R u trying to show windowA in a pop up window? If yes then the message will be displayed in the parent window ie CompB's window, so windowA might be over lapping.

Regards,

Piyush.

Former Member
0 Kudos

Hi Piyush,

No.

ApplicationB has a windowB which has three ViewContainerUIElement and windowA is embeded into one of them.