modal-dialog

Extjs panel above modal mask

Hi, all. I need to display info panel in my app, even if modal window is open. How can I acheive that? or mayme this is impossible? ...

presentModalViewController does nothing

I have a UIViewController (parent) that calls presentModalViewController with another UIViewController (child) on viewDidLoad. If parent doesn't have a UINavigationController, then presentModalViewController does nothing. If it has a UINavigationController, then presentModalViewController shows child as expected. Is this the standard b...