Hello,

Let's say that I have an ext viewport (border layout) with regions north, center, and south, and I display popup coolite windows maximized and constrained to the center region through the use of




<CustomConfig>
   <cool:ConfigItem Name="renderTo" Value="center.body" Mode="Raw" />
   <cool:ConfigItem Name="maximized" Value="true" Mode="Raw" />
</CustomConfig>
if the popup window is a modal window, it will normally be modal with respect to its constrained region (center). Is there any way to make it modal with respect to the entire viewport? Thanks.