1. How do you use/submit to/hide the message box panel at the bottom?
The bottom panel (of either an Editor or Page view) is occupied by a VerifierResultsTextAlertsView that displays DevForce verification alerts from the current entity.
The EntityEditorController or SummaryDetailPageController creates a new VerifierResultsListener to capture verifier events from the current entity of the main binding source and fire the VerifierResultsChanged event.
The presenter of the VerifierResultsTextAlertsView subscribes to the VerifierResultsChanged event and displays the text. It also fires the SetEditorAlertsVisibility event that is fielded by the PageViewPresenter to hide the panel if no alerts are present.
2. Is there a way to manipulate the size of the pop-up.?
Override InitializeSmartPartInfo() in the EntityEditorController and set Height and Width.
Bill J.