cancel
Showing results for 
Search instead for 
Did you mean: 

Movable Dialog boxes

Former Member
0 Kudos

Is there a way to create movable dialog boxes in Web dynpro within the same application using wdComponentAPI.getWindowManager() ?

Like a new iView window in a dialog box or a confirmation dialog box that can be moved around manually by the user?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Faraz,

This is only possible in CE 7.1.

If you're using an older version, you may have to create and external window.

Regards,

Marshall.

Former Member
0 Kudos

Yes I am using 7.0

So using this,

wdControllerAPI.getComponent().getWindowManager().createNonModalExternalWindow

which needs URL as a parameter, I would have to provide URL of the iView and it will open as another application instance?

Former Member
0 Kudos

Yes it will. However, you can implement iView eventing if you need the windows to talk to one another.

Answers (0)