Questions tagged as 'notifyicon'

3
answers

Keep application (Windows Form) open in the icon tray with C #

When you close the application (either close button, ALT F4 , or any method other than the process manager), continue running in the Windows Icon Tray: And is it too complicated to make a menu when you click the context button (usual...
asked by 07.10.2015 / 12:43
1
answer

Notification icon in Android 5.0

I'm creating a push notification system with firebase in my project. The code that generates the push looks like this: notificationBuilder = new NotificationCompat.Builder(this) .setSmallIcon(R.drawable.ic_notification) .setColor(getResourc...
asked by 30.08.2016 / 20:36
1
answer

Notification icon in Android 5.0

I'm creating a push notification system with firebase in my project. The code that generates the push looks like this: notificationBuilder = new NotificationCompat.Builder(this) .setSmallIcon(R.drawable.ic_notification) .setColor(getResourc...
asked by 30.08.2016 / 20:36
0
answers

Unwanted message when displaying desktop notification

Hello,I'mdisplayinganotificationonthedesktop,butbelowthemessage"vshost32.exe" appears. I would like to know how to remove this. Obg. My code: notifyIcon1.ShowBalloonTip(10, "Lembrete ", " Você tem 10 contas a pagar ", ToolTipIcon.Info);  ...
asked by 01.02.2018 / 22:59
0
answers

Android studio ERROR java.lang.NullPointerException

I'm developing a code in android studio and using bluetooth communication. I want to make sure that if a specific data received by the bluetooth is greater than this value, automatically generate a notification in the cell. The error:    j...
asked by 22.09.2017 / 00:31