OverView

Top  Previous  Next

BBTT works with C4 - C6 Clarion and ABC template chains.  Supports Multi-Dll apps.

BBTT uses CriticalSection in C6 and later to be thread safe accessing classes, groups, global data.

BBTT may not work in Win95 machines, as they don't support the proper API calls.

 

You Can select the icon you want for the tray.  It is automatically added to the project.

Set up default ToolTip for the Icon, and Default Title and Message for the Balloon.

 

You can add notification in the Frame status bar in zone 2 or 3 for the message.

 

You are now up and running with easy to use code templates to pop up the messages.

 

A Global Group is used for data, and passed to a class in the EXE global area for the Frame.

 

You can set a couple of group variables, and Post an event 600 to the frame for the Balloon, or drop in a code template to do that for you.

 

Start and stop the tray icon at will,  no memory loss, and cleans up after itself on app closing.

 

You have right click menu availability to show an about screen, close the icon, add your own items, and even close the app if you like.