Diodia ToolbarCreator 1.5.02

What’s new in version 1.5.02?


1) New co
ntrol type

The framework offers a new built-in control type: Html. The Html control can display HTML text in a toolbar.

The HTML text to display is either downloaded from a given URL or read directly from the toolbar configuration file.

2) New built-in command

The framework offers a new built-in command: Html. The Html command is typically associated with a Html control.

The Html command is a container for the HTML text to display in the Html control.

 

The sample toolbar projects generated by ToolbarCreator illustrate how to use the Html control and the Html command.

 

Interfaces

CommandI (changed)

The methods DoControlCreated( ) and ControlCreated( ) have been added.

 

 

Classes

CommandC (changed)

The method DoControlCreated( ) has been added.

The overridable
ControlCreated(ControlI *Control) has been added.

 

Functions

CreateHtmlControl (new)

Creates a new Html control and associates it with a given command.

 

Files

Command.h (changed)

New CommandI methods have been added.

CommandC.h (changed)

New CommandC methods have been added.

Control.h (changed)

The function CreateHtmlControl( ) has been added.

 

© 2002-2009 Diodia Software