cancel
Showing results for 
Search instead for 
Did you mean: 

How i can load the component sap.m.MessageBox in my inbox app ?

0 Kudos

Hi experts,

I have a problems with the component sap.m.MessageBox. When init my inbox app this component is undefined, but when init other app this is load.

Help please.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi. I can resolved.

I had

sap.m.MessageBox.error('test');

Now I include in

  sap.ui.define([
  	"sap/ui/core/UIComponent",
  	"sap/ui/Device",
  	"zaprobingresos/zaprobingresos/model/models",
  	"sap/m/MessageBox"
  ], function(UIComponent, Device, models, MessageBox) {
  	"use strict";

Novice error.

Sorry.

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

your code.................