ShellPlus Customer login
ShellPlus
Shell+ components
    Home
    News
    Overview
    Download
    Examples
    Customer's area
    Flash Demo
 
Developer Tools
    Shell Reset Tool
 
Shell+ Tutorial
    Namespace Extensions
    ShortCut menu
    Property Sheet
    Icon Handler
    Thumbnails
    InfoTip Handler
    Copy Hook
    Balloon TrayIcon
    Control Panel
    Shortcut Files
    Drag&Drop Menu
    Shell Change Notify
 
 
Documents
    Articles Index
    Press Releases
 
Purchase
    Buy now
    Resellers network
    Resellers wanted
 
Support
    Contact directly
    Customer's area
 
About/Contacts
    Shell+ Developers

Embarcader Technology Partner

 
TSxTrayIcon Usage

    Starting from the 5.0 version of Microsoft ® Internet Explorer the cartoon-style tips are available. They are known as Balloon ToolTip:

Tray Notify Icon with balloon Example
Fig 1. Balloon ToolTip example

    Shell+ allows you to use Balloon ToolTips in your application. Place TSxTrayIcon on the main form of your application. Then add ShowInfo and/or ShowCustomInfo method calls to show icon and ToolTip balloon. These two methods are considered below.

    The ShowInfo method has no parameters. It uses the following component properties:

  • InfoFlags - indicates what icon to be shown in the left top corner of the balloon. Several predefined values are available - niifError, niifInfo, niifNone and niifWarning.
  • InfoText - this property contains the text to be displayed in the ToolTip.
  • InfoTitle - value of this property will be used as a caption of Balloon. ToolTip.

   If you wish to supply all these properties in one call then use the second method - ShowCustomInfo:

procedure TForm1.Button1Click(Sender: TObject);
begin
  SxTrayIcon1.ShowCustomInfo('The Shell+ Demo','Shell+',niifInfo);
end;

        To test the example simply run it. Press the button and you will see our ToolTip:

Tray Notify Icon with balloon Example


    Use links below to download source codes of this example as well as binary files:

Delphi 10.1 Berlin (x64)
BalloonTrayIcon-D24X64.zip
22.42Kb
3.15.296.396
11.09.2016
Delphi 10.1 Berlin
BalloonTrayIcon-D24.zip
19.43Kb
3.15.296.396
11.09.2016
Delphi 10 Seattle (x64)
BalloonTrayIcon-D23X64.zip
22.17Kb
3.15.296.396
11.09.2016
Delphi 10 Seattle
BalloonTrayIcon-D23.zip
19.03Kb
3.15.296.396
11.09.2016
Delphi XE8 (x64)
BalloonTrayIcon-D22X64.zip
21.69Kb
3.12.289.357
15.05.2015
Delphi XE8
BalloonTrayIcon-D22.zip
18.36Kb
3.12.289.357
15.05.2015
Delphi XE7 (x64)
BalloonTrayIcon-D21X64.zip
21.46Kb
3.11.289.357
19.09.2014
Delphi XE7
BalloonTrayIcon-D21.zip
18.23Kb
3.11.289.357
19.09.2014
Delphi XE6 (x64)
BalloonTrayIcon-D20X64.zip
21.46Kb
3.10.287.331
16.09.2014
Delphi XE6
BalloonTrayIcon-D20.zip
18.23Kb
3.10.287.331
16.09.2014
Delphi XE5 (x64)
BalloonTrayIcon-D19X64.zip
20.22Kb
3.10.287.331
16.03.2014
Delphi XE5
BalloonTrayIcon-D19.zip
18.08Kb
3.10.287.331
16.03.2014
Delphi XE4 (x64)
BalloonTrayIcon-D18X64.zip
20.21Kb
3.10.287.331
16.03.2014
Delphi XE4
BalloonTrayIcon-D18.zip
18.08Kb
3.10.287.331
16.03.2014
Delphi XE3 (x64)
BalloonTrayIcon-D17X64.zip
20.21Kb
3.10.287.331
16.03.2014
Delphi XE3
BalloonTrayIcon-D17.zip
18.04Kb
3.10.287.331
16.03.2014
Delphi XE2 (x64)
BalloonTrayIcon-D16X64.zip
19.64Kb
3.10.287.331
16.03.2014
Delphi XE2
BalloonTrayIcon-D16.zip
17.94Kb
3.10.287.331
16.03.2014
Delphi XE
BalloonTrayIcon-D15.zip
14.80Kb
3.10.287.331
16.03.2014
Delphi 2010
BalloonTrayIcon-D14.zip
14.61Kb
3.10.287.331
16.03.2014
Delphi 2009
BalloonTrayIcon-D12.zip
14.06Kb
3.10.287.331
16.03.2014
Delphi 2007
BalloonTrayIcon-D11.zip
13.90Kb
3.10.287.331
16.03.2014
Delphi 2006
BalloonTrayIcon-D10.zip
13.85Kb
3.10.287.331
16.03.2014
Delphi 2005
BalloonTrayIcon-D9.zip
14.95Kb
3.10.287.331
16.03.2014
Delphi 7
BalloonTrayIcon-D7.zip
14.79Kb
3.12.289.357
16.05.2015
Delphi 6
BalloonTrayIcon-D6.zip
14.67Kb
3.8.287.331
09.05.2012

  Top


Components | Download | Purchase | Support | About Us
Copyright © 2016 ALDYN Software. All rights reserved.
Copyright © 2001 - 2011 Shell+ Development Group. All rights reserved.