Page 1 of 1

how to make balloon pop-up

Posted: Thu Jun 05, 2008 7:59 pm
by didier69
Hi,

do you know how I can make balloon pop-up like this:

Image

Posted: Thu Jun 05, 2008 8:32 pm
by LuCiFeR[SD]
SysTrayIconToolTip() is the command you are looking for.

From the manual.
Syntax

SysTrayIconToolTip(#SysTrayIcon, Text$)
Description

Associate the specified Text$ to the SysTray icon. A Tooltip text is a text which displayed when the mouse cursor is over the icon since a few time (yellow floating box).
Supported OS

Windows, Linux

Re: how to make balloon pop-up

Posted: Thu Jun 05, 2008 9:02 pm
by Kiffi
@didier69:

http://www.purebasic.fr/english/viewtop ... 6304#66304

(PB 3.94 - Code, but with a few modifications the code runs also under PB 4.2)

Greetings ... Kiffi

// Edit: Now i see, Ollivier did this work :D

Posted: Thu Jun 05, 2008 9:17 pm
by didier69
Thanks Kiffi, it's exactely what I need.