Lazarus

Installation => General => Topic started by: fredycc on January 26, 2012, 06:38:23 pm

Title: Displaying notifications.
Post by: fredycc 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
Title: Re: Displaying notifications.
Post by: fabienwang 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.
TinyPortal © 2005-2018