Sales +1 973 625 1119 Sale@DurkinComputing.com
Welcome Guest Search | Active Topics | Members | Log In | Register

The Durkin Toolkit Software Developers Kit (SDK) Watch Topic   
jim durkin
Posted: Thursday, May 21, 2009 7:15:50 AM

Rank: Advanced Member
Groups: Administration , Moderator

Joined: 2/8/2008
Posts: 617
Points: -313
Location: Denville NJ USA
We are proud to announce the release of The Durkin Toolkit Software Developers Kit (SDK). The final SDK includes an installer that creates a template in Visual Studio 2005 or 2008. This template allows developers to build SDK components rapidly and also creates a Durkin plug-in DLL in minutes.

The template includes example to the top 20 requested UI Events such as:

Events for the Views and Tabs
//----------------------------------------------------------------------------
// Sign up for the TAB Events
// these are the tabs added to the Contacts, Companies, anf Groups views
//----------------------------------------------------------------------------
Durkin.UI.Toolkit.UIToolkitManager.CustomTabBeforeNew += ToolkitEvent_CustomTabBeforeNew;
Durkin.UI.Toolkit.UIToolkitManager.CustomTabAfterNew += ToolkitEvent_CustomTabAfterNew;
Durkin.UI.Toolkit.UIToolkitManager.CustomTabLoaded += ToolkitEvent_CustomTabLoaded;

//----------------------------------------------------------------------------
// Sign up for the VIEW events
// CustomView are accessed by the left navigation panel
//----------------------------------------------------------------------------
Durkin.UI.Toolkit.UIToolkitManager.CustomViewBeforeNew += ToolkitEvent_CustomViewBeforeNew;
Durkin.UI.Toolkit.UIToolkitManager.CustomViewAfterNew += ToolkitEvent_CustomViewAfterNew;
Durkin.UI.Toolkit.UIToolkitManager.CustomViewLoaded += ToolkitEvent_CustomViewLoaded;


//----------------------------------------------------------------------------
// Sign up for the EventToolbarClick event to handle when a users
// clicks on a toolbar or menu in the custom TABS or VIEWS
//----------------------------------------------------------------------------
Durkin.Common.Views.usrViewSubEntity.EventCommandClick += ToolkitEvent_CommandClick;

Events for the SubEntity New, Modify, Delete and Duplicate
//----------------------------------------------------------------------------
// Sign up for the EntityItemsChanged event'
// Similar to ACT's CurrentContact mechinism but since we can select multiple
// SubEntity Items from the list this event is raised whenever the selected items change
//----------------------------------------------------------------------------
Durkin.Common.Views.usrViewSubEntity.EventCurrentEntityItemsChanged += ToolkitEvent_EventCurrentEntityItemsChanged;


//----------------------------------------------------------------------------
// Sign up for the EntityEvents such as New Modify and delete. These events
// are raised from the Toolkit User Interface lick buttons and menus hits
//----------------------------------------------------------------------------
Durkin.Common.Views.usrViewSubEntity.EventAfterNew += ToolkitEvent_EventAfterNew;
Durkin.Common.Views.usrViewSubEntity.EventAfterEdit += ToolkitEvent_EventAfterEdit;
Durkin.Common.Views.usrViewSubEntity.EventAfterDelete, += ToolkitEvent_EventAfterDelete
Durkin.Common.Views.usrViewSubEntity.EventAfterDuplicate, += ToolkitEvent_EventAfterDuplicate
Durkin.Common.Views.usrViewSubEntity.EventAfterSave, += ToolkitEvent_EventAfterSave
Durkin.Common.Views.usrViewSubEntity.EventBeforeDelete, += ToolkitEvent_EventBeforeDelete
Durkin.Common.Views.usrViewSubEntity.EventBeforeDuplicate, += ToolkitEvent_EventBeforeDuplicate
Durkin.Common.Views.usrViewSubEntity.EventBeforeNew, += ToolkitEvent_EventBeforeNew
Durkin.Common.Views.usrViewSubEntity.EventBeforeSave, += ToolkitEvent_EventBeforeSave


Events for the Custom Data-Entry Form
//----------------------------------------------------------------------------
// Sign up for the EntityEvents to perform custom math and activiy functions
// These events are raised from the 'Edit SubEntity' form
//----------------------------------------------------------------------------
Durkin.Common.Classes.frmSubEntityItemEditDurkin.CurrentFieldValidating += ToolkitEvent_CurrentFieldValidating;
Durkin.Common.Classes.frmSubEntityItemEditDurkin.frmSubEntityItemEditDurkinClose += ToolkitEvent_frmSubEntityItemEditDurkinClose;
Durkin.Common.Classes.frmSubEntityItemEditDurkin.frmSubEntityItemEditDurkinOpen += ToolkitEvent_frmSubEntityItemEditDurkinOpen;

I want to thank all those paticipants in the beta testing. Just to let you know these five features were included in the final build:

Get the UI ListView entities as an EntityList or a DataSet:
-GetCustomEntityList
-GetCustomEntityDataSet
-GetCustomEntityListSelected
-GetCustomEntityDataSetSelected
-GetCustomEntityDataRowByID

And our most requested event is the Selected/Current Entity Change events.
-EventCurrentEntityItemsChanged
Similar to ACT's CurrentContact change event but is raised as an EntityList because users can select multiple entities/rows from the list view.

This SDK provides a simple integration to utilize our powerful custom tables and data-entry forms classes.

The Software Developers Kit (SDK) is a bridge provided by Durkin Computing that enables other software developers to integrate their custom code into the ACT! and the Durkin Toolkit.

Please use this link to sign up and get your FREE SDK today!

http://durkincomputing.com/ACTAdd-onsDurkinSDK.aspx

Thanks again!
-- Jim Durkin
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

ASP Durkin Theme created by Jim Durkin
Powered by Yet Another Forum.net version 1.9.1.6 (NET v4.0) - 11/14/2007
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.067 seconds.
8 queries (0.030 seconds, 44.78%).

yaf_pageload: 0.029
yaf_topic_info: 0.000
yaf_forum_list: 0.000
yaf_forum_listpath: 0.000
yaf_forum_listpath: 0.000
yaf_post_list: 0.001
yaf_usergroup_list: 0.000
yaf_active_listtopic: 0.000