Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
22 views

I’m working on a WordPress site where the client already has a Toast Online Ordering page set up. The WordPress site links to it through a button that opens the Toast ordering URL. The issue is that ...
Chitra Vivid's user avatar
0 votes
0 answers
45 views

Problem Toast notification buttons in an unpackaged WinUI 3 app don't trigger the OnNotificationInvoked event handler, despite proper event registration and manifest configuration. Symptoms Toast ...
John the horn's user avatar
-4 votes
1 answer
117 views

I'm trying to implement a signup form and using the react-toastify package to show success and error messages. While the toast.error function works perfectly, the toast.success function does not ...
Anwar Ali's user avatar
3 votes
2 answers
335 views

I’m working on an iOS app that is mostly UIKit, but I’m adding new screens using SwiftUI. I want to show a toast/banner message above everything—including the navigation bar—when a user performs an ...
Malav Soni's user avatar
  • 2,888
0 votes
0 answers
23 views

I using Vue3/Nuxt3 and have imported Primevue's DataTable and DataTable - Vue Table Component and Toast component. Works smashingly well on my development system using Node. PrimeVue’s Toast is built ...
Norm Strassner's user avatar
2 votes
0 answers
153 views

I'm implementing Windows 10 desktop notifications in my program (written in C++ using the Win32 APIs) and for some I would like to add a custom sound. Going by this page, there are two supported audio ...
Benjamin Krausse DB's user avatar
0 votes
1 answer
51 views

I can send Toast notifications with buttons just fine, but when I add an image it seems to balk and just put up a generic "New Notification" box without the text, buttons or image. The xml ...
user3161924's user avatar
  • 2,551
0 votes
1 answer
108 views

With a normal Win32 C++ application with compiled resource file (.rc), how does one reference the icons, bitmaps and png files from the resource using a URI required for toast notifications? I presume ...
user3161924's user avatar
  • 2,551
2 votes
3 answers
2k views

I have a vue.js app where I'm using PrimeVue for the UI. I want to have util functions for displaying toasts, but it doesn't seem to work. I have everything set up, but I'm getting the error 'No ...
Maxim's user avatar
  • 699
0 votes
0 answers
38 views

In my app, I am using OkHttpClient to send a simple HTTP request to a webserver and get a String response back. I was able to verify that the following code works. However, I can't display the ...
ThN's user avatar
  • 3,284
0 votes
0 answers
92 views

I am trying to call multiple instances of a bootstrap toast in Vue3. When I call a new Instance the old one gets overwritten but I want the old one to stay. I saw some libraries with this ...
Azael's user avatar
  • 13
1 vote
0 answers
70 views

I am working with a Toast branded device that I need to run Square KDS on. The device is an ELO 15in-I-series-4. I have successfully been able to install the the Square KDS apk through adb commands ...
thethomasramsey's user avatar
4 votes
2 answers
6k views

I want to show a toast when my client side component mounts. I'm using sonner library to show toast, it's working fine when we use button to show toast. I make an example app to show the problem. Here ...
saifi33's user avatar
  • 41
1 vote
2 answers
294 views

While I am using react-native-toast-notifications in my react native project, I have used useToast() in my splash screen. I have wrapped splash screen component using ToastProvider Here it is. import {...
Bolt's user avatar
  • 38
0 votes
3 answers
1k views

I'm working on a contact form in Next.js with server-side email functionality. The form submission is working correctly, and the email is sent successfully (verified via the network and console logs). ...
Arfaz's user avatar
  • 15
0 votes
1 answer
56 views

So I have defined a simple Integer Array in Kotlin (in activity 1) var arr = intArrayOf(1, 2, 3, 4, 5) The following Toast allows me to see the values in the array (in activity 1) as [1,2,3,4,5] ...
Paul Hinrichsen's user avatar
-2 votes
1 answer
509 views

Is there a simple, other solution to trigger my boostrap toast which doesn't involve a button? Maybe like : button onclick ="trigger my bootstrap toast the easy way" without the need of ...
al-naba project's user avatar
0 votes
1 answer
152 views

Just call one Bootstrap toast, with a unique id, and I can do it. But: I would have multiple Buttons, all reference to the same Toast message. And trigger I thought, a class call? In my JS script. I ...
al-naba project's user avatar
0 votes
1 answer
291 views

function onOpen() { var ui=SpreadsheetApp.getUi(); let buttonpushed=ui.alert("🔔 Polite Notice 🔔", "✅ Please ensure you have read the MUST READ tab before filling out your sheet....
Elizabeth Stocks's user avatar
0 votes
1 answer
92 views

From a UWP application I start this background task: namespace Background.UWP { public sealed class BackgroundTask : IBackgroundTask { private WatchLoop _watchLoop; public ...
Bernd Morgeneyer's user avatar
4 votes
2 answers
5k views

Next.js toast error not getting hide. i am working on next.js first time.i am facing an issue due to which i am getting error message in a toast at bottom left corner. i want to hide that toast. i ...
Umar Raza's user avatar
0 votes
1 answer
619 views

import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; // import ToastProvider from "./(components)/Toastify"; ...
Gal P's user avatar
  • 65
0 votes
1 answer
169 views

I need help, i want to resolve this problème, but i can't because, i dont know where start enter image description here when i run my lacal server with ng serve, i get this error this is after ...
King Kapeta's user avatar
3 votes
1 answer
2k views

I am working on a project with Blazor Server (.NET 8) & Bootstrap (2.0.0) and I would like to use the toast component of Bootstrap. I wanted to use The Global toast service to display my toasts ...
Fiarozz's user avatar
  • 33
0 votes
1 answer
439 views

I'm a student and it's my first time here ! So I'm trying to code a toast notification for the first time, here's mine : toast notification The problem is, when I add several of them, after 5s, they ...
Senshi04's user avatar

1
2 3 4 5
43