|
BBTTFrame |
Top Previous Next |
|
The frame controls the class and main features of the Icon tray Balloon tip actions. The Group and class used is declared globally.
Icons used by the Tray have to be included in the project defines, and used in the group with the period replaced with an underscore, as in the above example clock_ico. This is all handled automatically by the template. You can switch icons and the tooltip for it in code by killing, changing the values, and starting the the tray icon. But make sure any icons selected are included in the project. This can allow your enduser to select and icon to use.
The Title and Message are defaults, and are changed by the code templates, or in your code if you prefer.
If you have a timer on your Frame set for 1500 or so, you can turn on the test check to see popup activating to test with the defaults. It will only load the code if you have a timer installed.
You can alternately add the Message to the status bar of the main frame in zone 2 or 3 by checking the box, and selecting where you want to add the info. |