Taskbar Notification Dialog

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Post Reply
Sherlock
Posts: 60
Joined: Mon Sep 28, 2015 1:37 pm
Location: Australia mate... fare dikkum

Taskbar Notification Dialog

Post by Sherlock »

Is there a sample app / code in VO to drive this functionality.Taskbar Notification Dialog
Thanks in advance

Phil
Phil McGuinness
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Taskbar Notification Dialog

Post by ic2 »

Hello Phil,

Could you post a bit more detail? What do you mean with "this functionality"?

Or do you mean something like this:

Code: Select all

LOCAL oIcon AS Icon
LOCAL cTitle AS STRING
oIcon := SomeIcon{}
cTitle := "Title"
IF SELF:AddTrayIcon (oIcon, REMARKICONID, cTitle)
  SELF:oComposeWindow:lRemarkTrayIcon := TRUE
    IF !SELF:ShowBalloonTrayTip (oIcon, REMARKICONID, cTitle, cText, 50, NIIF_INFO)
     // Do nothing or display an errorbox
   ENDIF
ELSE
  // Do nothing or display an errorbox
ENDIF

Dick
Post Reply