alert Questions

2

Solved

I am trying to create UI test for my controller. I fill textfields and tap button and now I want to wait for dialog to appear and when it apears I want to tap Ok button and check what controller is...
Thais asked 30/3, 2016 at 16:26

12

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 vertica...
Glorianna asked 19/7, 2010 at 12:16

2

Solved

I have set up a Grafana alert, that alerts when my values in a graph reaches a specific value. And that value was reached a month ago and ever since then the state has been "ALERTING". I obviousl...
Barbershop asked 6/11, 2019 at 11:26

4

Solved

Just wondering, is it possible to create an alert with multiple options? Like for example, in Facebook, when you try to close the tab/window when you have not finished typing your message, an ale...
Gallman asked 28/3, 2014 at 10:17

1

I am trying to style the Android alert dialog in React Native. What I've done is this: I've added a special style for the App Theme: <resources> <!-- Base application theme. --> &l...
Daye asked 19/8, 2020 at 20:46

5

Solved

Hi all I am creating an alert dialog in android by clicking a button. I used onClick property of XML and calling function. My code is public void selectPhoneType(View view) { String [] item = {"...
Consolatory asked 26/10, 2011 at 14:1

10

I need to check the existence of Alert in WebDriver. Sometimes it pops up an alert but sometimes it will not pop up. I need to check if the alert exists first, then I can accept or dismiss it or i...
Easiness asked 13/7, 2012 at 9:12

9

Solved

I am using a detail-view and would like to display an alert-box at the end of my code block that says: Thank you! Your data has been inserted successfully. Is there a simple way to do this fro...
Saintly asked 4/5, 2013 at 4:3

3

I'm trying to see if it's possible to programmatically disable "Wireless Emergency Alerts" such as Amber Alerts and other emergency alerts. Has anyone been able to accomplish this, or hav...
Hardened asked 21/10, 2022 at 15:48

12

Solved

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 possibl...
Frumpish asked 20/1, 2009 at 22:18

5

Solved

I have a firebase project, but somehow I mistype the app name, is there a way to change the app name which displays on the google sign in alert? 
Naamana asked 30/5, 2018 at 12:31

3

I have migrated the following code from Ionic 3 to Ionic 5 const alert = await this.alertCtrl.create({ subHeader: "About" + " <b>" + this.user.name + "</b>", message: "Test Messgae"...
Loutitia asked 9/4, 2020 at 20:24

7

For 2 kind of errors I want to show 2 different alert I want to remove any alert already present, before showing up the next alert. Right now one alert comes above the previous alert, How can I ...
Lagos asked 7/12, 2018 at 9:40

15

Solved

Anyone an idea how to create an Alert in SwiftUI that contains a TextField?
Vermis asked 23/6, 2019 at 18:18

3

Solved

I'm using a Kendo alert and want to change the title of it. The default title is the url name, see link(image) below. I want to use my own title, how do I change this? Image Kendo alert The kendo...
Cerys asked 26/10, 2018 at 11:13

7

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 constructo...
Uhlan asked 27/1, 2011 at 13:36

3

I just started learning and practicing React Native and I have run into the first problem that I can’t seem to solve by myself. I have the following code, which is very simple, but the Alert.alert(...
Protamine asked 28/12, 2020 at 17:2

5

Solved

Is it possible to display superscripted characters (not only numbers) in the alert(), confirm() or prompt() dialogue boxes in JavaScript? Due to some reasons I need to insert a text: 2 followed b...
Lighthouse asked 28/8, 2009 at 19:1

3

I have a "choose file" image as the picture below. What I want to set the limit size and the file type for image upload, .png or .jpg only My code is below. It looks like when the user c...
Inorganic asked 20/10, 2020 at 23:46

13

Solved

My need is to call alert when I click on Add to Wishlist button and should disappear the alert in 2 secs. This is how I tried, but the alert is disappearing instantly as soon as it is appearing. No...
Lamaism asked 16/4, 2014 at 6:45

1

Background We're using Grafana alerts. During weekends and holidays, some of our metrics are lower and that's actually ok. But only during those days. Problem During weekends and holidays we rec...
Selfcontradiction asked 8/1, 2017 at 15:34

7

Solved

I have a Job setup in SQL Server 2008 which sends a notification email to one operator when the job fails. Question: Is it possible to setup a notification email being sent to multiple operators ...
Menedez asked 15/9, 2011 at 13:22

3

Can someone please explain to me why this doesn't work in SwiftUI 2.0 / iOS 14 / Xcode 12 and a valid workaround? AlertOne works fine but not AlertTwo. I'm trying to have alerts on both parent and ...
Uncanonical asked 10/10, 2020 at 1:30

4

Solved

I wanna add an alert box in my react native app on delete action I need to confirm if the user clicks on Ok then the record will be deleted if the user clicks on cancel button then alert should be ...
Sulfatize asked 24/7, 2019 at 8:15

4

Solved

How do I play an alert sound in Java FX 2? Is there a way of using the OS default notification sound?
Royall asked 17/5, 2012 at 12:58

© 2022 - 2025 — McMap. All rights reserved.