Most voted "notifying" questions
25 questions
Sort by count of
-
10
votes1
answer3389
viewsHow to receive a notification whenever there is a new record in a database table?
I need to receive a notification whenever there is a new record in a particular database table, which I can do to receive ? If I use one Trigger Mysql will not work when I change database. If I make…
-
3
votes1
answer179
viewsHow to redirect through a notification?
I’m sending notifications to registered users via Facebook about new events. How do I redirect the user to the event URL, sent via the Facebook API? private function sendNotification($userFbId,…
-
3
votes1
answer1234
viewsHow to make notification through the taskbar in c#?
For my application I’m developing I’m creating a icon which will be on the taskbar to show the notifications to the user and within it the user will have options such as : Quit, Open, Configure and…
-
2
votes1
answer187
viewsHow could I make an app that works in the background with python and kivy?
I’m trying to make a kivy app that takes information from a database in the background, and when a change occurs in the database, send a notification to the user. Someone would know to tell me if…
-
2
votes1
answer56
viewsNotification from one date to another R
DF = data idade dt nome 2 02-02-2016 Marq 8 05-05-2010 Andre 24 06-06-1994 Sudre 23 25-05-1995 Jaq This is my df, I need to get the name of the person when she turns 24. For example, when she’s 90…
-
2
votes1
answer115
viewsAndroid notifications are not released
I use RTP_WAKEUP to "wake up" my device when it realizes that it has notifications to release and in fact I can release notifications for 10/15 or even 20 minutes, but when I try to release a…
-
2
votes1
answer210
viewsRemove the notification "App is running in background"
I fixed my app to work in the background with android 8 however many customers came to uninstall the application because of the permanent notification "App is running in background". I need my…
-
1
votes1
answer724
viewsNotification Chrome
Does anyone know or ever used this Chrome notification and knows how it works? because when I try to use webKitNotifications.createHTMLNotification() he of error ReferenceError: webKitNotifications…
-
1
votes1
answer287
viewsNotification of "app is running in background"
I developed application in Ionic successfully, but when it gets in the background I see a notification message "App is running in background". How to remove this message/notification?
-
1
votes1
answer44
viewsIs it possible to prevent notifications to other apps on your device?
I’m setting up my CBT. It is possible to implement in my app, a blocker of other apps so that it does not receive notification while you are using my app? A basic example of how can I portray this…
-
1
votes0
answers37
viewsMonitoring of SQL script
Someone can help me, In my company I have a script that checks how many emails have been processed and sent by the server, but sometimes the program that makes the submissions crashes and I only…
-
1
votes0
answers64
viewsUnwanted message when displaying notification on desktop
Hello, I am displaying a notification on desktop, but below the message appears "vshost32.exe". I would like to know how to remove this. Obg. My code: notifyIcon1.ShowBalloonTip(10, "Lembrete ", "…
-
1
votes1
answer559
viewsNotification on Android does not disappear from the notification bar
I’m working with notifications in android. The notification appears when it is supposed and asks a certain question to the user, who in turn only has to answer "yes" or "no", through the two buttons…
-
1
votes0
answers186
viewsHow do I keep background tasks running when the app goes to the background on Flutter Android?
I have an application for a (specific) company that has some tasks for the purpose of counting time, marking macros and generating notifications (electronic point type). When the app gets too long…
-
0
votes1
answer218
viewsNotification with Onesignal
I am using Onesignal to notify my Android users. Only that notifications only appear to those who on the day have already opened the application. Have some service that can be put into the app to…
-
0
votes1
answer42
viewsJquery simultaneous duplicate chat notifications
Hello, I have a chat system that gives notifications in any part of the site where it is or on the same page of Chatt, however when I am with 2 open tabs I receive notification in both, ie,…
-
0
votes1
answer386
views -
0
votes1
answer90
viewsNotifications repeating every day
I’m trying to make an app that arrives notifications at user-determined times every day, but I was only able to make them arrive once. That’s the code I’ve got so far: private void salvar() {…
android android-studio android-notification notifyingasked 6 years, 4 months ago aleander rayson 23 -
0
votes1
answer54
viewsNotification by the logged in user account
I would like to know how to send a notification to a logged in user in my app. For example, that you are logged in with the account: [email protected] I saw some examples like:…
-
0
votes0
answers26
viewsScheduled Notifications (scheduled notifications) not working
I have a problem with an app that uses the local_notifications plugin to flutter. unscheduled notifications are shown when I click the button, but scheduled notifications are not displayed. follow…
-
0
votes1
answer82
viewsProblem in Firebase Notification. Does not display when going through notification
I’m having a problem with the notification. I tried both Notification and Notificationcompat simply does not display it. Receives the firebase response well, but when showing the notification does…
-
0
votes1
answer49
viewsNotification permission dialog is not called in Chrome/firefox mobile
I’m trying to make a notification using the Notification on Chrome/firefox mobile, however I cannot request permission for the user. I put a alert to show what is the current page notification…
-
0
votes0
answers48
viewsI cannot use Onesignal in Reactjs/Next.JS
I’m making an implementation, using Next.JS and I’m using Onesignal to send push notifications to users. The big problem is that the public directory of index.html cannot be changed as it has many…
-
-1
votes1
answer31
viewsNotifying the Browser via backend
So, I’m making a method that generates a pdf, but since the file is large, I thought to "warn" the browser when the file is finished. This can be done with Signalr? thank you guys! abs
-
-1
votes1
answer151
viewsHow do I display a notification badge when I receive a notification?
Hello, in my application I have a list that shows the users who sent messages. I want to place a notification badge when the user receives a notification. Any idea how I can get such a function?…