cancel
Showing results for 
Search instead for 
Did you mean: 

multiple windows

Former Member
0 Kudos

when you go for multiple windows? Could any one give the example scenario?

Accepted Solutions (1)

Accepted Solutions (1)

Madhu2004
Active Contributor
0 Kudos

Hello Lakshmi,

You need to go to multiple windows in the following scenario's:

1) Suppose you want to create a popup from a view , then we need to cerate one more window, embed the view in that window and can use as a popup.

2) Suppose you have 4 views in an application and if we want to use 4 views in a pllication and only 2 view in another application, then we create 2 seprate windows and embed the view in them accordingly and create the applications accordingly.

Regards,

Madhu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Lakshmi,

There can be a number a scenarios where you would need multiple windows ina component.

1) Say you have a set of views in you component and you want to reuse them for different applications by just defining a different navigation between them. This is possible only if you have different windows (with different navigation heirarchy for the views).

2) Since the only visual entities of a component visible outside (to other components) are windows (interface views), you can use multiple windows for multiple sets of navigation in your component.

3) For implementing something like FPM(floor plan manager), you need multiple windows again.

Hope this helps.

Regards,

Neha