It's not a pop up...
A major pet peeve of mine is making users hunt for action buttons. I believe that in a well developed Used experience it is simply not acceptable in force users to scroll and hunt for primary action button scrolling. Since Aware does not have a context toolbar anchored above /at top of the form the only way to allow users to not hunt for the save button is to set my form heights to attempt to anchor the Save button near the bottom of a 768h or 1050h screen. That leaves a rather narrow height to work content into without triggering scrollbars. I have worked around the scrollbars by making sections which start collapsed. However if a user expands a collapsed sections beyond the specified height, then a vertical scroll pops up, which further causes a horizontal scroll to cover the area now masked by the vertical scroll bar.
Since the user can close the tab in my app the close button is unnecessary, and I would happily eliminate the save button (forceing the user to accept a save when tab was closed) but we did that in my CRM system and users hated it. The save button is like a pacifier for them.
So basically it’s one thing feeding another thing.
So back to the original question… I’m guessing I can’t force a disable?