Hi:
My ExtJS app is in an iframe. In some cases, there will be a message for warning or whatever. The issue is that the pop-up is at the center of the iframe instead of the entire window. I tried to set x/y according to doc, and it is not working. Looking through code seems both parameters are ignored. Then tried to listen on render or show and they are not helpful either. So my question is how do I set the position of the message box to the middle of the entire screen? Thanks.