Tagged Questions

An alert is usually a notification message to draw one's attention.

learn more… | top users | synonyms

23
votes
5answers
46k views

How to edit a JavaScript alert box title?

I'm generating a JavaScript alert with following code in C# .NET page: Response.Write("<script language=JavaScript> alert('Hi select a valid date'); </script>"); It displays an alert ...
17
votes
26answers
3k views

Do you know some good programming songs for monitoring purpose?

[Community wiki] Monitoring a production platform is of the utmost importance for our organization. (and I am not talking about an exe on a single platform, but rather a farm of 2 or 3 thousands ...
16
votes
1answer
394 views

JavaScript alert() advancing system time by 12ms

Here's a strange one: I was working on synchronizing a JavaScript timer with a remote server and noticed my timer (based on the Date() object) was gaining about 12ms relative to my remote server on ...
12
votes
2answers
3k views

JavaScript alert not working in Firefox 6

I tried running this JavaScript code in the address bar in Firefox 6: javascript:alert("Hello") I get a ReferenceError: alert not defined. It used to work fine in Firefox 5 though, and ...
12
votes
7answers
5k views

Click in OK button inside an Alert (Selenium IDE)

I need to click the 'Ok' button inside an alert window with a Selenium command. I've tried assertAlert or verifyAlert but they don't do what I want. It's possible the click the 'Ok' button? If so, ...
11
votes
1answer
3k views

Animate a custom Dialog

I'm trying to have a custom dialog appear as though it's sliding down from a text view. Is this possible? I can't seem to apply any animation to dialog class. I've tried this line in the constructor, ...
11
votes
6answers
15k views

How to change theme for AlertDialog

I was wondering if someone could help me out. I am trying to create a custom AlertDialog. In order to do this, I added the following line of code in styles.xml @drawable/color_panel_background ...
7
votes
7answers
4k views

Custom Alert dialog not centered vertically on Android

I made a custom alert dialog box to be displayed at the end of my game so that the player can enter its name to save it. The problem is when I call show() on the dialog appears but it's not vertically ...
7
votes
6answers
17k views

Javascript close alert box

I want to be able to close an alert box automatically using javascript after a certain amount of time or on a specific event (i.e. onkeypress). From my research, it doesn't look like that's possible ...
6
votes
4answers
15k views

How to display temporary popup message on iPhone/iPad/iOS

I'd like to display a temporary message on the iPhone/iPad displaying confirmation of an action, or some quick status about some background activity. Is there a standard control to do this? I've ...
5
votes
2answers
139 views

Bring up the “App Would Like to Use Your Current Location” dialogue again [closed]

Possible Duplicate: Is it possible to call alert “Allow to use current location” manually? in my app, all of the functionality is based on the users current location. The ...
5
votes
3answers
426 views

C# probe for and capture Javascript Alert() and Confirm()

So I've been doing some research for a while and I'm at a dead end. I'm doing some IE automation. In C#/.NET, how do I probe for and consume a javascript alert() or confirm() so I can do things like ...
5
votes
7answers
241 views

How can I make sure a string is clean for insertion into javascript Alert('error message')

I am trying to display an error to the user of a web page using a javascript alert popup, I currently have the following code to clean the error string: errorMessage.Replace("'", "\'") But this is ...
5
votes
5answers
154 views

How can I customize “%s has encountered a problem and needs to close”?

Every Windows developer is all too familiar with an alert of the form: Foo.exe has encountered a problem and needs to close. I am resigned to my apps blowing up from time to time (only during ...
4
votes
1answer
203 views

Show alert on a button click

I'm using the default Facebook embed code: <div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js#appId=176702405718664&amp;xfbml=1"> </script> ...
4
votes
3answers
377 views

JavaScript Form Submit - Confirm or Cancel Submission

For a simple Paypal form with an alert that asks if fields were filled out correctly, I need a function that does this: Shows an alert box when button is clicked Offers two options: If "OK" is ...
4
votes
8answers
110 views

Is it frowned upon to use js alerts with user

My user is filling out a small form (just the email address) and I send this data to the server via javascript. I send the form, then clear the data from the fields. Is it bad practice to simply ...
4
votes
7answers
890 views

Any way I can send SMS in C#?

How can I make my application send SMS using C#? My current configuration sends E-mail alerts but SMS alerts are better suited for my purpose. Any way I can do that for free/paid?
4
votes
4answers
8k 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 ...
4
votes
4answers
257 views

How do I use alert() for a long debug message?

I'm trying to alert() the properties of the javascript object. Since the text in alert isn't scrollable, I can see only part of it. How do I fix this? I'm using FF 3.5.
4
votes
6answers
2k views

if i make a mistake in code and cause an infinite loop in javascript and it keeps on calling alert(), is there a way out to stop the loop?

sometimes i use debug code to alert something in javascript (for example, matching something in regular expression), but forget a modifier and and the alert is in an infinite loop (or if the loop ...
3
votes
1answer
70 views

getting text from textfield in alerts

In our web-aplication we use several alerts like this: I need to retrieve link from this alert. I did: Alert alert = driver.switchTo().alert(); String link = alert.getText(); But ...
3
votes
1answer
121 views

browser alert about open / popup new window

I have a link that when clicked, the browser will open a new window. This the code for the click event on that link: var clickView = function(){ ...
3
votes
2answers
121 views

Add custom background to AlertDialog Buttons

Is possible to set a drawable resources into the AlertDialog buttons keeping the process easy? Thanks!
3
votes
2answers
136 views

Changing the way a JavaScript Alert() or Prompt() looks

Is there any way to change the looks of an alert or prompt in javaScript ? things like adding an Image , changing the font color or size and what ever will make it look different ? thanks in advance ...
3
votes
1answer
609 views

Problems with alertdialog show in fragment android

I have followed android example but I have an incomprehensive error : void showDialog() { DialogFragment newFragment = MyAlertDialogFragment.newInstance(); newFragment.show(fm, "alert"); } ...
3
votes
1answer
40 views

Setting cookie leads to an unexpected behaviour

I have a multilingual website with the possibility to switch between German and English. I want to store the chosen language in a cookie so that the visitor don't have to switch it over and over ...
3
votes
2answers
564 views

alert() not working in Chrome

'nuff said. I have absolutely no clue why using alert() there wouldn't work. It works perfectly in Firefox, but gives that error in Chrome.
3
votes
3answers
114 views

Making an Alert apper after a certain amount of lanuches

Hey guys! I''ve been working on this idea where I want an UIAlert to pop up after a certain amount of launches of the app (let's say after 20 launches). And there's going to be 2 buttons. One that ...
3
votes
2answers
740 views

jquery/javascript alert popup on a set time

Do you know if there exists any Jquery plugin that displays an alert popup message every period of time, or one in a set period of time? For instance: your time expires in x minutes, the timeout being ...
3
votes
1answer
2k views

Play alert sound (same as default message ringtone)

Is it possible to play some default sounds, such as when an incoming SMS/push is received? If iOS SDK does not bundle these sound files, where can I download the same sounds?
3
votes
3answers
74 views

Unexplicable changes if I add an “alert”

Dear folks, please help on this issue: Within a loop, I first call a function, which will change the content of a DIV, and then try to display the new content. The code is (in brief): while (...){ ...
3
votes
2answers
745 views

How to override alert function?

On site there is code like that (its site on LAN) <script language="JavaScript" type="text/javascript"> alert("ble"); </script> I try to disable that alert using GM. I was ...
3
votes
4answers
515 views

How to delay an alert?

I'm trying to delay an alert but can't get it to work, it always pops up when #foo is hovered over and is increasing in size: $('#foo').hover(function() { $(this).animate({width :'400px'}, 'slow'); ...
3
votes
2answers
3k views

WP7 Alert dialog

I've seen applications on WP7 that seem to use a control that dims the app, plays a quick sound, and shows a dialog at the top of the screen. What is this control called as I cannot seem to find it ...
3
votes
2answers
367 views

Disable a built-in function in javascript (alert)

Simple: I want to disable/overwrite alert(). Can I do this? More importantly, is it right to do this? What about strict mode?
3
votes
5answers
393 views

Javascript: Alert user without using an alert box

I'm trying to find an elegant way to inform a user that s/he is about to be logged out and I know that most browsers will give you some indication that a hidden tab has an alert box open. I would like ...
3
votes
5answers
2k views

calling alert box from code behind java in jsf

I have a requirement to update the properties file based upon the input provided by the user in the jsf page. After updating the file, user session should be cleared and alert box should say ...
3
votes
2answers
229 views

javascript alert not firing

I have a new page with the following: The Response.Redirect works, but I don't get a popup before hand... Any ideas??? protected void Page_Load(object sender, EventArgs e) { if ...
3
votes
3answers
908 views

jquery radio button when checked need an alert

In my application i need a radio group, in which whenever a button is checked, an alert occur so that i can post its value to ajax post in jquery. Can you help me please how i can do it in jquery?
3
votes
4answers
638 views

bold, header effects in alert()?

in javascript, how to make alert bold n use h1 to h5 headers? Is this possible or simply plain alert is option? how to include bold and h1 to this alert? function onlooad() { alert("wssup??"); ...
3
votes
3answers
3k views

display data after every 10 seconds in Android

I have to display some data after every 10 seconds. Can anyone tell me how to do that?
3
votes
2answers
380 views

Visual Studio 2008 play sound on error while debugging

I have a long running process (40+ min) that I am debugging. I don't want to have to give my workstation my full attention while I'm debugging. I'd like if VS could play a sound if an exception occurs ...
3
votes
3answers
203 views

What property is alert showing me?

When I am writing Javascript, I use window.alert() to debug. Usually I pass variables to alert and it pops up with a string containing that variables value. However, if I pass alert an object, it ...
3
votes
2answers
964 views

how to temporarily disable email notification while updating items in code?

I am having trouble with temporarily disable email notification while updating items so the system will not send out any unnecessary email. What I am trying to accomplish is that disable alert, ...
3
votes
4answers
881 views

alert() prompt - Checkboxes

With alerts you can have text inputs. I was hoping you could put check boxes in. Is this possible? http://www.w3schools.com/JS/js_popup.asp
3
votes
2answers
6k views

alert box in $html->link in cakephp

I know that the code to get a confirm message while clicking on a link is as given below. <?php echo $html->link('Delete', array('controller'=>'forms','action'=>'delete', ...
3
votes
1answer
1k views

jQuery - modify the prompt/alert functions

Hey, I need an advice, if it's worth it to downlaod a jQuery plugin (such as Impromptu), or if it's easier to make my own code just to modify the "prompt" efect. All I need is something like the first ...
3
votes
2answers
2k views

How to create a daily summary alert for any change in a SharePoint site

I recently got the requirement for a person to receive a daily summary alert for any change within a SharePoint site; each site has an owner who is in charge of the content on their site. The current ...
3
votes
2answers
1k views

How to stop javascript alert from showing after pressing ok

I want to show an alert if I have something in my Facebook inbox. I think it can be easily accomplished using userscripts... this is what I have so far (thanks to the guys at the userscripts forums): ...

1 2 3 4 5 11