0
votes
2answers
3k views

Android: Dialog dismisses without calling dismiss

I have a dialog which performs some validation (below). Thee problem is, the dialog is dismissed after the Toast is displayed, without me calling dismiss. I need to show the toast and keep the dialog ...
5
votes
5answers
12k views

Null Validation on EditText box in Alert Dialog - Android

I am trying to add some text validation to an edit text field located within an alert dialog box. It prompts a user to enter in a name. I want to add some validation so that if what they have ...
2
votes
2answers
1k views

Change JS alert to DOM error message div

I need to convert my error messaging to a positioned div (hidden initially) instead of the standard js alert. I realize I need to push the alert message to the DOM, but I'm new to javascript. Any help ...
0
votes
2answers
2k views

JQuery form validation with alert popup - alert still being shown with a valid submit

I'm using the Jquery validate function for my form validation. So far I've been appending the error message to a page element, but I now want to display it in an alert popup. The alert popup ...