Reputation: 11
In TitleAreaDialog
when displaying the error message using setErrorMessage
the error message is displayed in the top area.
How to display the error message at the bottom.
Can any one helps me...
Upvotes: 0
Views: 216
Reputation: 1461
You can use a StatusDialog
instead of a TitleAreaDialog
to display a message at the bottom, next to the buttons.
Upvotes: 0
Reputation: 111216
TitleAreaDialog
does not support putting the error message at the bottom of the dialog.
All the fields involved in the error message code are private
to the dialog so it isn't possible to override anything to achieve this.
Upvotes: 1