Recent

Author Topic: Displaying notifications.  (Read 5525 times)

fredycc

  • Sr. Member
  • ****
  • Posts: 264
Displaying notifications.
« on: January 26, 2012, 06:38:23 pm »
Which are the alternatives of baloon hint to have notificationsin tray bar?

What I want to achieve is something as skype notifications, so i want to have also the feature of piling up notifications. How to achieve this with Lazarus?

Moreover some nicer look than the baloon hint would be better considering generalized for windows, linux and mac.

Thanks in advanced

fabienwang

  • Sr. Member
  • ****
  • Posts: 449
  • Lazarus is the best
    • My blog
Re: Displaying notifications.
« Reply #1 on: January 26, 2012, 09:51:42 pm »
you can use the TPopupNotifier in Common Controls tab.

then try:

PopupNotifier1.Text := 'Your message';
PopupNotifier1.ShowAtPos(Screen.Width,Screen.Height);

Just my 2 cents.
I'm using Arch Linux.
Known for: CPickSniff, OpenGrabby
Contributed to: LazPaint

 

TinyPortal © 2005-2018