Diodia ToolbarCreator 1.2.09

What’s new in version 1.2.09?


1) Unicode support

The framework has been updated to support Unicode (Visual Studio 2005 only): The name of the toolbar can be Unicode. Unicode strings can be displayed as captions on label, buttons and menus. Unicode strings can be added to edit controls, combo-boxes and read-only controls. More details on how to build a Unicode toolbar are available here.
 

 

Interfaces

ControlI (changed)

Type of display string arguments to member functions has been changed from const char * to CString.

CommandI (changed)

Type of display string arguments to member functions has been changed from const char * to CString.

ControlCollectionI (changed)

Type of display string arguments to member functions has been changed from const char * to CString.

 

Classes

CommandC (changed)

Type of display string arguments to member functions has been changed from const char * to CString.

 

Files

ToolBandLayout.xml (changed)

The encoding of the XML file has been changed to utf-8 to support Unicode strings in toolbar configuration.

StdAfx.h (changed)

The CComModule definition has been changed if _UNICODE is defined.

<Toolbar name>.cpp (changed)

The CComModule implementation has been changed if _UNICODE is defined.

 

 

 

© 2002-2008 Diodia Software