Add-in Express (TM) 2009 for Microsoft Office and .NET - What's new? http://www.add-in-express.com ------------------------------------------------------------------------------- This file contains the full history of all public builds of Add-in Express 2009 for Microsoft Office and .NET including the following builds: - Version 5.0 Release (build 2021) - Version 5.0 Beta 2 (build 2020) - Version 5.0 Beta 1 (build 2019) ------------------------------------------------------------------------------- Version 5.0 Release (build 2021) -------------------- 15-May-2009: ADDED: - The IsHiddenStateAllowed property to ADXOlFormsCollectionItem, ADXExcelTaskPanesCollectionItem, ADXWordTaskPanesCollectionItem and ADXPowerPointTaskPanesCollectionItem. - The Reset Regions / Reset Task Panes design-time commands to the context menu of the ADXOlFormsManager / ADXExcelTaskPanesManager, ADXWordTaskPanesManager and ADXPowerPointTaskPanesManager components. - The ADXOlFormsCollectionItem.InspectorMode property. - The Image, ImageTransparentColor, ImageList and ImageMso properties to the ADXRibbonGroup class. - The OnPropertyChanging and OnItemPropertyChanging events to all Ribbon components. CHANGED: - The ExpandFromMinimizedState property of ADXWordTaskPanesCollectionItem, ADXExcelTaskPanesCollectionItem, ADXPowerPointTaskPanesCollectionItem and ADXOlFormsCollectionItem was renamed to RestoreFromMinimizedState. FIXED: - The ADXWordTaskPanesManager.WordAppObj and ADXWordTaskPane.WordAppObj properties returned an incorrect object. - Bug when entering DBCS Japanese characters by using the Input Method Editor (IME) in an ADXOlForm. - ADXWordTaskPane did not show up in all opened Word windows after enabling an add-in through the COM Add-ins dialog. - ADXWordTaskPane did not show up in all Word windows after enabling the "Show all windows in the Taskbar" option. - The ADXWordTaskPane.ADXAfterTaskPaneHide event was not raised when the "Show all windows in the Taskbar" option was disabled and Word windows were hidden. - ADXOlForm, ADXExcelTaskPane, ADXWordTaskPane and ADXPowerPointTaskPane had different size in the Normal and Minimized region states. - Explorer region states were initialized incorrectly when Outlook started with the Reading Pane enabled. - ADXOlForms were hidden for opened Inspectors when the last of several opened Explorers was being closed and Inspectors remained open in Outlook XP. - The Del key did not work for controls placed on ADXOlForm in the BottonNavigationPane and ButtonTodoBar regions. - Focus remained on ADXOlForm, ADXExcelTaskPane, ADXWordTaskPane and ADXPowerPointTaskPane when the user switched from the Normal to Minimized or Hidden region state. - An ADXOlForm did not show up in an Inspector for a new Post item when Word was used as the default email editor. - Excel with Office Live Add-in 1.3 installed crashed when unregistering an Add-in Express based add-in. - The ADXOutlookAppEvents.InspectorClose event was raised for opened Inspectors when the last of several opened Explorers was being closed and Inspectors remained open in Outlook XP. - Some keys did not respond in the Inspector window when ADXOlFormsManager was used in AddinModule. - The focus shifted off the "Search for" textbox in the Outlook 2003 Help window when custom items were added to an Outlook context menu. - ADXOlForm located in the WebViewPane layout did not show up for a startup folder if Outlook 2007 SP2 was installed. Version 5.0 Beta 2 (build 2020) -------------------- 02-April-2009: ADDED: - Drag-and-drop for advanced Outlook form and view regions and Excel, Word and PowerPoint task panes. - The IsDragDropAllowed, ExplorerAllowedDropRegions, InspectorAllowedDropRegions, ExpandFromMinimizedState properties to ADXOlFormsCollectionItem. - The IsDragDropAllowed, AllowedDropPositions, ExpandFromMinimizedState to ADXExcelTaskPanesCollectionItem. - The IsDragDropAllowed, AllowedDropPositions, ExpandFromMinimizedState properties to ADXWordTaskPanesCollectionItem. - The IsDragDropAllowed, AllowedDropPositions, ExpandFromMinimizedState properties to ADXPowerPointTaskPanesCollectionItem. - The ADXExcelTaskPanesCollectionItem.ShowTaskPane method. - Support for XLL in Microsoft Visual C# Express and the Visual Basic Express IDEs. - The Recognized event to the ADXSmartTag component. FIXED: - Some minor bugs in the ReadingPane, FolderView and InspectorRegion regions. - The ArgumentException in the AddinExpress.Extensions.AdxSplitter.WndProc method. - The 'Parameter is not valid' exception in the AddinExpress.Extensions.AdxTaskPane.WndProc method. - The ADXPowerPointTaskPanesCollectionItem.TaskPaneInstance property returned an instance only for PowerPoint 2003. - Public Folders were not scanned when the WebViewPane layout was not used. - Endless loop between the ADXOlFormsCollectionItem.ADXReadingPaneHide and ADXOlFormsManager.ADXReadingPaneShow events when the Outlook Explorer window was reduced back to the non-maximized size. - A problem with custom task panes in Word if a new Word document was opened from Internet Explorer. - XLL functions returned '?' instead of the actual character on PCs with regional settings different from English. - A problem with custom menu items if a built-in command bar was dynamically created by Outlook. - The ReminderAdd, ReminderChange, ReminderFire and Snooze events didn't return the correct parameter in the ADXOutlookAppEvents component. - Add-in Express didn't work correctly with the latest version of Delphi Prism. - A problem with the setup project in Windows Vista Korean. Version 5.0 Beta 1 (build 2019) -------------------- 19-February-2009: ADDED: - Advanced task panes for Microsoft Word. - Advanced task panes for Microsoft PowerPoint. - Support for CodeGear Delphi Prism. - Support for Microsoft Windows 7 Beta 1 (tested with Office 2003 and 2007 only). - Support for the Localizable design-time property in Visual Studio 2005 and Visual Studio 2008 projects. - The ADXOlFormsCollectionItem.DefaultRegionState, ADXExcelTaskPanesCollectionItem.DefaultRegionState properties of the ADXRegionState type; enum ADXRegionState {Normal, Hidden, Minimized}; - The GetOutlookWindowHandle method to the ADXAddinModule class. - The SetName constant to the ADXExcelWorksheetFunction enumeration. IMPROVED: - Advanced form and view regions for Microsoft Outlook. - Advanced task panes for Microsoft Excel. FIXED: - ADXOlForm did not show up for a WordMail inspector when Outlook 2003 was launched by the call: mailto:?subject=Test. - The ADXExcelTaskPanesManager.ADXBeforeTaskPaneInstanceCreate event was not raised when the ADXExcelTaskPanesCollectionItem. CreateTaskPaneInstance method was called. - XLL and Excel Automation add-ins were registered only in one version of Excel installed on the PC. - The ADXBuiltInControl component didn't connect to several controls with the same Id. - The Shared Add-in Support Update prerequisite was required for XLL add-ins. - Bug with Simple MAPI security warnings in some versions of Outlook 2007. - Command bars might not have appeared in Outlook 2007 if it was created via Automation. - The System.NullReferenceException exception in the AddinExpress.Extensions.ADXForm.WndProc method. - A problem with installation on the Turkey system. - The Pressed property of the ADXRibbonSplitButton component didn't refresh the state of the button at runtime. - The SyncError, SyncProgress, SyncEnd and SyncStart events of the ADXOutlookAppEvents component didn't return the correct sync object type. - The main window of the Visio application might have appeared while the add-in was unregistered. ------------------------------------------------------------------------------- Copyright (C) Add-in Express Ltd. All rights reserved.