how to make balloon pop-up

Just starting out? Need help? Post your questions and find answers here.
didier69
User
User
Posts: 15
Joined: Wed Apr 30, 2008 11:24 am
Location: Lyon (France)

how to make balloon pop-up

Post by didier69 »

Hi,

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

Image
pb 5.31
LuCiFeR[SD]
666
666
Posts: 1033
Joined: Mon Sep 01, 2003 2:33 pm

Post 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
User avatar
Kiffi
Addict
Addict
Posts: 1486
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Re: how to make balloon pop-up

Post 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
Hygge
didier69
User
User
Posts: 15
Joined: Wed Apr 30, 2008 11:24 am
Location: Lyon (France)

Post by didier69 »

Thanks Kiffi, it's exactely what I need.
pb 5.31
Post Reply