Office 97 Assistant Package for Delphi
by Kambiz R. Khojasteh
Version 1.0

TABLE OF CONTENTS

DESCRIPTION

By using Microsoft® Agent, application developers can create an assistant similar to Office 97 Assistant for their applications. Unfortunately there are some limitations and difficulties for this purpose:

The application needs to check for MS Agent ActiveX installation on the local machine and if it had not installed, downloads it and at least one MS Agent Character from the Microsoft web site and installs them.

I searched the web for a component that acts like Office 97 Assistant but I didn't find any component that satisfy me. Then I decided to write my own component so those Delphi programmers can use an assistant in their applications in easier manner with the most power of it.

Office 97 Assistant Package contains two components. By these components you have an Assistant with most abilities of Microsoft Assistant and an Assistant Panel to create preview or options dialogs.


COMPATIBILITY

Office 97 Assistant Package is built for Borland Delphi 4.0 and 5.0.


INSTALLATION GUIDE

Note: Office 97 Assistant Package needs TOffice97Button component version 1.82 or later written by Jonathan Hosking.

To install Office 97 Assistant Package follow the procedure below according to the version of Delphi that you are using.

Delphi 4.0:
  1. Unzip the file ASSIST.ZIP to any directory
  2. Copy files of TOffice97Button component to the above directory
  3. Click on File|Open menu item
  4. Select the file ASSIST40.DPK from the open dialog and then click Open
  5. Click the Install button on the package window to install the component
  6. Click on File|Close menu item to close the package window
  7. Click on Tools|Environment Options menu item
  8. Go to Library tab
  9. Add the install directory to Library Path
  10. Click OK to confirm changes
Delphi 5.0:
  1. Unzip the file ASSIST.ZIP to any directory
  2. Copy files of TOffice97Button component to the above directory
  3. Click on File|Open menu item
  4. Select the file ASSIST50.DPK from the open dialog and then click Open
  5. Click the Install button on the package window to install the component
  6. Click on File|Close menu item to close the package window
  7. Click on Tools|Environment Options menu item
  8. Go to Library tab
  9. Add the install directory to Library Path
  10. Click OK to confirm changes
That's all.
 
OFFICE ASSISTANT COMPONENTS

Office 97 Assistant Package contains two components:

Note: Office 97 Assistant Package needs at least one Actor Library. You can download actor libraries from my web site.

TAssistant:

TAssistant is a non-visual component. By placing this component on the main form of the application and filling its properties you have a powerful assistant. Some features of this component are:

The following tables contain the list of all TAssistant properties, methods and events.

TAssistant Properties
Property Name Data Type Description
ActorCopyright Read-only Strings Contains the actor's copyright string of the currently loaded actor library.
ActorLibrary String Specifies the filename of the currently loaded actor library.
ActorName Read-only Strings Contains the actor's name of the currently loaded actor library.
ActorVersion Read-only Strings Contains the version number of the currently loaded actor library.
Animations Read-only TAnimation This property is an array of animations data that indexed from 0 to AnimationCount-1.
AnimationCount Read-only Word Contains the number of animations in the currently loaded actor library.
AutoIdle Boolean Controls whether the assistant plays the idle animations automatically.
AutoSize Boolean Determines whether the assistant resizes to accommodate the actor it loads.
Balloon TBalloonOptions Contains the balloon properties.
   Balloon.BorderColor TColor Specifies the border color of the balloon.
   Balloon.Color TColor Specifies the background color of the balloon.
   Balloon.Font TFont Controls the attributes of text written on the balloon.
BalloonPos Read-only TBalloonPos Indicates the position of the balloon relative to the assistant window.
BgMode TBgMode Determines how the selected background image is displayed on the assistant window.
BgPicture TPicture Determines the background image of the assistant window.
Caption String Specifies the title of the assistant window.
ClientHeight Integer Specifies the height of the assistant window's client area in pixels.
ClientWidth Integer Specifies the width of the assistant window's client area in pixels.
Color TColor Specifies the background color of the assistant window.
Dragging Read-only Boolean If Dragging is true, the user is dragging the assistant window.
Empty Read-only Boolean If Empty is true, Indicates an actor library is loaded to the component.
FastShowHide Boolean If FastShowHide is true, the assistant will not play show and hide animations on show and hide events.
FormLeft Integer Specifies the horizontal coordinate of the left edge of the assistant window relative to the screen.
FormTop Integer Specifies the vertical coordinate of the top edge of the assistant window relative to the screen.
GuideDlg TGuideDlgOptions Contains the Guide Dialog options.
   GuideDlg.Description String Contains a short description about the found topics.
   GuideDlg.Request String Contains the requested search text entered by the user.
   GuideDlg.RequestBox Boolean If RequestBox is false, the edit box will not display on the Guide Dialog.
   GuideDlg.Title String Specifies the title of the Guide Dialog.
   GuideDlg.Topics TStringList Specifies the list of found topics according to the user search request.
   GuideDlg.VisibleButtons TGuideDlgButtons Determines which button appear on the Guide Dialog.
Height Integer Specifies the vertical size of the assistant window in pixels.
ModalBalloon Read-only Boolean If ModalBalloon is true, the visible balloon shown as modal.
MoveStep Byte Specifies the amount of movements, in pixels, in every step of MoveTo method.
MsgDlg TMsgDlgOptions Contains the Message Dialog options.
   MsgDlg.CustomIcon TIcon When AType parameter of MessageDlg method is mtCustom, the balloon uses the value of the CustomIcon.
   MsgDlg.Title String Determines the title of the Message Dialog.
Mute Boolean Controls whether the assistant makes sound.
Name String Specifies the name of the assistant as referenced in code.
Playing Read-only Boolean If Playing is true, indicates an animation is playing.
PopupMenu TPopupMenu Identifies the pop-up menu associated with the assistant.
Priority TThreadPriority Determines the priority of the thread that plays animations.
Speed Word Specifies the relational speed of animations according to the original animation speed in percent.
StayOnTop Boolean If StayOnTop is true, the assistant always is the top most form of the application.
Stretch Boolean TAssistant stretch the frame's image if the animation width or height is bigger than the client size of the assistant window. By setting Stretch to true, TAssistant will stretch the image if it is less than the client size of the assistant window. TAssistant always keeps the aspect ratio of the image.
Tag Integer Stores an integer value as part of the component.
TipsDlg TTipsDlgOptions Contains the Tips Dialog options.
   TipsDlg.TipIndex Integer Specifies the index of the current selected tip on the Tips Dialog.
   TipsDlg.Tips TStringList Contains the list of tip strings.
   TipsDlg.VisibleButtons TTipsDlgButtons Determines which button appear on the Tips Dialog.
Transparent Boolean Specifies whether the assistant displays animations with a transparent background.
Visible Boolean Indicates whether the assistant is visible.
VisibleBalloon Read-only TBalloonKind Indicates the kind of visible balloon. If balloon is not visible the value of this property is bkNone.
Width Integer Specifies the horizontal size of the assistant window in pixels.

TAssistant Methods
Methods
procedure AdjustClientSize;
Sets the client size of the assistant window to size of the loaded actor library.
procedure CloseBalloon;
Closes the current visible balloon.
constructor Create(AOwner: TComponent);
Creates and initializes a new TAssistant.
destructor Destroy;
Destroys an instance of TAssistant.
function GestureAt(X, Y: Integer): TRequestID;
Plays the gesture animation according to the screen coordinate specified by X and Y parameters. The function returns a unique id for played animation or zero on case of error.
function GlanceAt(X, Y: Integer): TRequestID;
Plays the glance animation according to the screen coordinate specified by X and Y parameters. The function returns a unique id for played animation or zero on case of error.
procedure Hide(Fast: Boolean);
Hides the assistant. If Fast is true, the hide animation will not play.
function IsValid(RequestID: TRequestID): Boolean;
If the specified RequestID is a playing or queued animation, the function returns true.
function LookAt(X, Y: Integer): TRequestID;
Plays the look animation according to the screen coordinate specified by X and Y parameters. The function returns a unique id for played animation or zero on case of error.
function MessageDlg(const Msg: String; AType: TMsgDlgType; AButtons: TMsgDlgButtons; HelpCtx: LongInt): Word;
This function is as same as Delphi MessageDlg function except that this method shows a balloon.
procedure MoveTo(X, Y: Integer);
Plays the move animation according to the screen coordinate specified by X and Y parameters and move the assistant to this screen coordinate.
function Play(Index: Word): TRequestID;
Plays the animation specified by the animation's index. The function returns a unique id for played animation or zero on case of error.
function Play(Name: String): TRequestID;
Plays the animation specified by the animation's name. The function returns a unique id for played animation or zero on case of error.
function Play(Action: TActorAction): TRequestID;
Plays randomly one of animations associated to the action. The function returns a unique id for played animation or zero on case of error.
procedure Show(Fast: Boolean);
Shows the assistant. If Fast is true, the show animation will not play.
procedure ShowGuide;
Shows the Guide Dialog.
procedure ShowTips;
Shows the Tips Dialog.
procedure Speak(const Msg: String; Timeout: Integer = 0);
Shows a balloon containing the Msg and wait for timeout to hide the balloon. The timeout is in milliseconds and if it is zero the balloon will be hide only by calling the CloseBalloon method.
procedure Stop(RequestID: TRequestID);
Stops the specified animation if it is playing or removes it from queue if it is queued.
procedure StopAll;
Stops the current playing animation and empties the animation queue.
procedure Think(const Msg: String; Timeout: Integer = 0);
Shows a think balloon containing the Msg and wait for timeout to hide the balloon. The timeout is in milliseconds and if it is zero the balloon will be hide only by calling the CloseBalloon method.
function WaitFor(RequestID: TRequestID): Boolean;
Waits for specified animation until its playing terminate. If the specified animation has an infinite loop, the function returns immediately with a false result.

TAssistant Events
Event Name Type Description
OnBalloonHide TNotifyEvent Occurs when the balloon hides.
OnBalloonShow TNotifyEvent Occurs when the balloon shows.
OnCanResize TCanResizeEvent Occurs when an attempt is made to resize the assistant window.
OnChange TNotifyEvent Occurs whenever the ActorLibrary changes.
OnClick TNotifyEvent Occurs when the user clicks on the assistant.
OnCloseQuery TCloseQueryEvent Occurs when the user closes the assistant window from the system menu of the window.
OnDblClick TNotifyEvent Occurs when the user double-clicks on the assistant.
OnDragging TNotifyEvent Occurs when the user is dragging the assistant.
OnDragStart TNotifyEvent Occurs when the user begins to drag the assistant.
OnDragStop TNotifyEvent Occurs when the dragging of the assistant ends.
OnGuideOptionsClick TGuideOptionsClickEvent Occurs when the user clicks on the options button of the Guide Dialog.
OnGuideRequestChange TGuideRequestChangeEvent Occurs when the user changes the text of the edit box on the Guide Dialog.
OnGuideSearchClick TGuideSearchClickEvent Occurs when the user clicks on the search button of the Guide Dialog.
OnGuideTopicClick TGuideTopicClickEvent Occurs when the user clicks on the one of topics displayed on the Guide Dialog.
OnHide TNotifyEvent This event just triggered when the assistant goes to hide.
OnIdle TIdleEvent This event triggered when the assistant needs to play an idle animation.
OnPlayStart TPlayEvent This event just triggered when an animation begins to play.
OnPlayStop TPlayEvent This event triggered when an animation terminates.
OnShow TNotifyEvent This event just triggered when the assistant goes to show.
OnTipsTipChange TTipsTipChangeEvent This event triggered after changing the current tip of the Tips Dialog.

TAssistantPanel:

TAssistantPanel is a descendent of the TCustomPanel component. This component is suitable for creating preview or options dialogs. Some features of this component are:

The following tables contain the list of all TAssistantPanel properties, methods and events.

TAssistantPanel Properties
Property Name Data Type Description
ActorCopyright Read-only Strings Contains the actor's copyright string of the currently loaded actor library.
ActorLibrary String Specifies the filename of the currently loaded actor library.
ActorName Read-only Strings Contains the actor's name of the currently loaded actor library.
ActorVersion Read-only Strings Contains the version number of the currently loaded actor library.
Align TAlign Determines how the TAssistantPanel aligns within its container.
Anchors TAnchors Specifies how the TAssistantPanel anchored to its parent.
Animations Read-only TAnimation This property is an array of animations data that indexed from 0 to AnimationCount-1.
AnimationCount Read-only Word Contains the number of animations in the currently loaded actor library.
AutoIdle Boolean Controls whether the control plays the idle animations automatically.
AutoSize Boolean Determines whether the control resizes to accommodate the actor it loads.
BevelInner TPanelBevel Determines the style of the inner bevel of the control.
BevelOuter TPanelBevel Determines the style of the outer bevel of the control.
BevelWidth TBevelWidth Determines the width, in pixels, of both inner an outer bevels of the control.
BgMode TBgMode Determines how the selected background image is displayed.
BgPicture TPicture Determines the background image of the control.
BorderStyle TBorderStyle Determines the style of the line drawn around the perimeter of the control.
Color TColor Specifies the background color of the control.
Constraints TSizeConstrains Specifies the size constraints of the control.
Cursor TCursor Specifies the image used to represent the mouse pointer when it passes into the region covered by the control.
DragCursor TCursor Indicates the image used to represent the mouse pointer when the control is being dragged.
DragKind TDragKind Specifies whether the control is being dragged normally or for docking.
DragMode TDragMode Determines how the control initiates drag-and-drop or drag-and-dock operations.
Empty Read-only Boolean If Empty is true, Indicates an actor library is loaded to the control.
Enabled Boolean Controls whether the control responds to mouse, keyboard, and timer events.
Height Integer Specifies the vertical size of the control in pixels.
HelpContext THelpContext Provides a context number for use in calling context-sensitive online Help.
Hint String Contains the text string that can appear when the user moves the mouse over the control.
Left Integer Specifies the horizontal coordinate of the left edge of the control relative to its parent.
Mute Boolean Controls whether the assistant makes sound.
Name String Specifies the name of the control as referenced in code.
ParentColor Boolean If ParentColor is true, the control uses the Color property of its parent.
ParentShowHint Boolean If ParentShowHint is True, the control uses the ShowHint property value of its parent.
Playing Read-only Boolean If Playing is true, indicates an animation is playing.
PopupMenu TPopupMenu Identifies the pop-up menu associated with the assistant.
Priority TThreadPriority Determines the priority of the thread that plays animations.
ShowHint Boolean Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.
Speed Word Specifies the relational speed of animations according to the original animation speed in percent.
Stretch Boolean TAssistantPanel stretch the frame's image if the animation width or height is bigger than the client size of the assistant window. By setting Stretch to true, TAssistantPanel will stretch the image if it is less than the client size of the assistant window. TAssistantPanel always keeps the aspect ratio of the image.
Tag Integer Stores an integer value as part of the component.
Top Integer Specifies the vertical coordinate of the top edge of the control relative to its parent.
Visible Boolean Determines whether the control appears on the parent's client.
Width Integer Specifies the horizontal size of the control in pixels.

TAssistantPanel Methods
Methods
procedure AdjustClientSize;
Sets the client size of the control to size of the loaded actor library.
constructor Create(AOwner: TComponent);
Creates and initializes a new TAssistantPanel.
destructor Destroy;
Destroys an instance of TAssistantPanel.
function GestureAt(X, Y: Integer): TRequestID;
Plays the gesture animation according to the screen coordinate specified by X and Y parameters. The function returns a unique id for played animation or zero on case of error.
function GlanceAt(X, Y: Integer): TRequestID;
Plays the glance animation according to the screen coordinate specified by X and Y parameters. The function returns a unique id for played animation or zero on case of error.
function IsValid(RequestID: TRequestID): Boolean;
If the specified RequestID is a playing or queued animation, the function returns true.
function LookAt(X, Y: Integer): TRequestID;
Plays the look animation according to the screen coordinate specified by X and Y parameters. The function returns a unique id for played animation or zero on case of error.
function Play(Index: Word): TRequestID;
Plays the animation specified by the animation's index. The function returns a unique id for played animation or zero on case of error.
function Play(Name: String): TRequestID;
Plays the animation specified by the animation's name. The function returns a unique id for played animation or zero on case of error.
function Play(Action: TActorAction): TRequestID;
Plays randomly one of animations associated to the action. The function returns a unique id for played animation or zero on case of error.
procedure Stop(RequestID: TRequestID);
Stops the specified animation if it is playing or removes it from queue if it is queued.
procedure StopAll;
Stops the current playing animation and empties the animation queue.
function WaitFor(RequestID: TRequestID): Boolean;
Waits for specified animation until its playing terminate. If the specified animation has an infinite loop, the function returns immediately with a false result.

TAssistantPanel Events
Event Name Type Description
OnCanResize TCanResizeEvent Occurs when an attempt is made to resize the control.
OnChange TNotifyEvent Occurs whenever the ActorLibrary changes.
OnClick TNotifyEvent Occurs when the user clicks on the control.
OnConstrainedResize TConstrainedResizeEvent Occurs immediately after OnCanResize.
OnDblClick TNotifyEvent Occurs when the user double-clicks on the control.
OnDragDrop TDragDropEvent Occurs when the user drops an object being dragged.
OnDragOver TDragDropEvent Occurs when the user drags an object over the control.
OnEndDrag TEndDragEvent Occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging.
OnIdle TIdleEvent This event triggered when the control needs to play an idle animation.
OnMouseDown TMouseEvent Occurs when the user presses a mouse button with the mouse pointer over the control.
OnMouseMove TMouseMoveEvent Occurs when the user moves the mouse pointer while the mouse pointer is over the control.
OnMouseUp TMouseEvent Occurs when the user releases a mouse button that was pressed with the mouse pointer over the control.
OnPlayStart TPlayEvent This event just triggered when an animation begins to play.
OnPlayStop TPlayEvent This event triggered when an animation terminates.
OnResize TNotifyEvent Occurs immediately after the control is resized.
OnStartDrag TStartDragEvent Occurs when the user begins to drag the control or an object it contains by left-clicking on the control and holding the mouse button down.


TYPE DEFINITIONS AND CONSTANTS

Here, is a list of type definitions and constants that declared and used by Office 97 Assistant package. The multi-lingual application developers can change string constants to the appropriate language.

Type Definitions
Type Definitions
TRequestID = Cardinal;
This type holds a unique id for playing or queued animations. By this id you can stop or wait for the animation.
TBalloonKind = (bkNone, bkMessage, bkTips, bkGuide, bkSpeak, bkThink);
bkNoneIndicates the balloon is not visible
bkMessageIndicates the visible balloon had shown by MessageDlg method
bkTipsIndicates the visible balloon had shown by ShowTips method
bkGuideIndicates the visible balloon had shown by ShowGuide method
bkSpeakIndicates the visible balloon had shown by Speak method
bkThinkIndicates the visible balloon had shown by Think method
TBalloonPos = (bpCenter, bpTopLeft, bpTopRight, bpRightTop, bpRightBottom, bpBottomRight, bpBottomLeft, bpLeftBottom, bpLeftTop);
bpCenterThe balloon centered to the Windows Desktop
bpTopLeftThe balloon placed on top of the assistant window and aligned to left of it
bpTopRightThe balloon placed on top of the assistant window and aligned to right of it
bpRightTopThe balloon placed on right of the assistant window and aligned to top of it
bpRightBottomThe balloon placed on right of the assistant window and aligned to bottom of it
bpBottomRightThe balloon placed on bottom of the assistant window and aligned to left of it
bpBottomLeftThe balloon placed on bottom of the assistant window and aligned to right of it
bpLeftBottomThe balloon placed on left of the assistant window and aligned to top of it
bpLeftTopThe balloon placed on left of the assistant window and aligned to bottom of it
TBgMode = (bmNone, bmTiled, bmCentered, bmStretched);
bmNoneThe background image will be ignored
bmTiledThe background image will be tiled on the control
bmCenteredThe background image will be displayed on the center of the control
bmStretchedThe background image will be stretched to the client size of the control
TExitType = (etNone, etAnimation, etExitBranch);
etNoneIndicates the animation does not have a return animation
etAnimationIndicates the animation has a return animation
etExitBranchIndicates the animation returns by using exit branches
Office 97 Assistant Package plays the return animation automatically.
TTipsDlgBtn = (tbClose, tbNext, tbBack);
TTipsDlgButtons = set of TTipsDlgBtn;
tbCloseThe id of Close button on the Tips Dialog
tbNextThe id of Next button on the Tips Dialog
tbBackThe id of Back button on the Tips Dialog
TGuideDlgBtn = (gbClose, gbOptions, gbTips, gbSearch, gbBackPage, gbNextPage);
TGuideDlgCmdBtn = gbClose..gbSearch;
TGuideDlgNavBtn = gbBackPage..gbNextPage;
TGuideDlgButtons = set of TGuideDlgCmdBtn;
gbCloseThe id of Close button on the Guide Dialog
gbOptionsThe id of Options button on the Guide Dialog
gbTipsThe id of Tips button on the Guide Dialog
gbSearchThe id of Search button on the Guide Dialog
gbBackPageThe id of Previous Topics button on the Guide Dialog
gbNextPageThe id of Next Topics button on the Guide Dialog
TActorAction = (aaNone, aaAcknowledge, aaAlert, aaAnnounce, aaBlink, aaConfused, aaCongratulate, aaDecline, aaDoMagic, aaDontRecognize, aaExplain, aaGestureDown, aaGestureLeft, aaGestureRight, aaGestureUp, aaGetAttention, aaGetAttentionContinued, aaGlanceDown, aaGlanceLeft, aaGlanceRight, aaGlanceUp, aaGreet, aaHear, aaHearing, aaHide, aaIdlingLevel1, aaIdlingLevel2, aaIdlingLevel3, aaListen, aaListening, aaLookDown, aaLookLeft, aaLookRight, aaLookUp, aaMoveDown, aaMoveLeft, aaMoveRight, aaMoveUp, aaPleased, aaProcess, aaProcessing, aaRead, aaReadContinued, aaReading, aaRestPose, aaSad, aaSearch, aaSearching, aaShow, aaSpeak, aaSpeaking, aaStartListening, aaStopListening, aaSuggest, aaSurprised, aaThink, aaThinking, aaUncertain, aaWave, aaWrite, aaWriteContinued, aaWriting);
TActorActions = set of TActorAction;
The ActorAction is a predefined id for animations placed in an actor library. Each animation may be assigned to one or more ActorAction and vice versa.
TAnimation = record
   Name: String[255];
   Actions: TActorActions;
   HasSound: Boolean;
   case ExitType: TExitType of
      etNone: ();
      etAnimation: (ReturnName: String[255]);
      etExitBranch: ();
   end;
end;
This record holds specifications of the animation.
TIdleEvent = procedure(Sender: TObject; Level: Integer; var Handled: Boolean) of object;
This is type of OnIdle event. Level parameter Indicates the level of idling and is a value between 1 and 3. If you want the default handler ignores its behavior, set Handled parameter to true.
TPlayEvent = procedure(Sender: TObject; RequestID: TRequestID) of object;
This is type of OnPlayStart and OnPlayStop events. RequestID is the unique id of played or stopped animation.
TTipsTipChangeEvent = TNotifyEvent;
This is type of OnTipsTipChange event.
TGuideRequestChangeEvent = TNotifyEvent;
This is type of OnGuideRequestChange event.
TGuideOptionsClickEvent = TNotifyEvent;
This is type of OnGuideOptionsClick event.
TGuideSearchClickEvent = TNotifyEvent;
This is type of OnGuideSearchClick event.
TGuideTopicClickEvent = procedure(Sender: TObject; TopicIndex: Integer) of Object;
This is type of OnGuideTopicClick event. TopicIndex is the index of clicked topic item.

Constants
Constants
DefMsgDlgBtns : array [TMsgDlgBtn] of String = ('&Yes', '&No', '&OK', 'Cancel', '&Abort', '&Retry', '&Ignore', 'All', 'No To All', 'Yes To All', '&Help');
This constant contains the caption of Message Dialog buttons.
DefTipsDlgBtns : array [TTipsDlgBtn] of String = ('Close', '&Next', '&Back');
This constant contains the caption of Tips Dialog buttons.
DefGuideDlgBtns : array [TGuideDlgBtn] of String = ('Close', '&Options', '&Tips', '&Search', 'See previous...', 'See more...');
This constant contains the caption of Guide Dialog buttons.


THE ACTOR LIBRARY

The Actor Library is a DLL file with .aal extension that stores the assistant's actor definitions and animations. Each actor has a set of animations that may be assigned to one or more predefined actions and vice versa. Each animation has one or many frames and each frame may be had a sound. Some animation after stop needs to another animation so that returns the actor to its original state (RestPose). Return animations may be created as a separate animation or may be defined by exit branches in the first animation. Each actor has at least one animation assigned to its RestPose action.


THE ACTOR EDITOR

On my web site there is a simple editor for creating actor libraries. Unfortunately this editor has not got any help file or documentation and needs Delphi command line compiler (DCC32.EXE) to build libraries.


DISCLAIMER

Office 97 Assistant Package is provided "AS IS" without any warranty of any kind, either express or implied. The entire risk as to the quality and performance of the software is with you. The author is not liable for any damages resulting from the use and misuse of the software.

Office 97 Assistant Package is freeware. You may copy it as long as you copy all of files. If you want to change the source code in order to improve the components' features, performance, etc. please send to the author the new source code so that the author can have a look at it. The changed source code should contain descriptions what you have changed, and your name. The only thing you may not change is the original copyright information.


CREDITS

Office 97 Assistant Package uses ideas from Microsoft® Agent and Microsoft® Office 97 Assistant.

web: http://msdn.microsoft.com/workshop/imedia/agent/default.asp

TOffice97Button is an Office 97 style button component for Delphi and C++Builder written by Jonathan Hosking.

mail:
jonathan@the-hoskings.freeserve.co.uk
web: http://www.the-hoskings.freeserve.co.uk/


CONTACT INFORMATION

If you have any bug reports, suggestions, comments feel free to contact me by email address given below. You can also visit my web site to find out the latest news about this package or download the available actor libraries.

mail: khojasteh@www.dci.co.ir
web: http://www.geocities.com/k_khojasteh/


END OF DOCUMENT