I've tried building a dialog box with a popup. The popup contains a grid with an input control and a button whose click event closes the popup.
When I call the popup from a button on the main page, the popup is displayed (very badly) but the 'Close' button in the popup has no effect.
Also, the popup just looks and behaves like a page, I was expecting it to 'overlay' the page it is called from.
I have definitely created the popup as a popup rather than a page. I'm using the click events of the buttons to open and close the popup.
I can't find any documentation on how popups should be used in appery. Can you please point me towards some doc or tutorial or example. Thank you.