exsuite - what's new
17.0.0.3 Mar 01, 2024
ExButton: *NEW:   Expandable-captions support, or ability to expand/collapse the captions using HTML tags such as <a id;exp=text> or <a id;e64=encode64>
ExButton: *Added: The ExecuteTemplate() method can return the value of a variable. For instance, the eXSurface's PointToPosition method uses variables by reference which is not supported in PowerBuilder. For that you can use a code like ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);x") that returns the x-position (surface's coordinates) of the current mouse pointer. In the same manner you can use ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);y") to return the y-position.
ExButton: *Fixed: The control can't display & glyph characters such as & ( & ), < ( < ), > ( > ),  &qout; ( " ) and &#number; For instance, € displays #8364 instead of EURO symbol
ExCalcEdit: *Added: The control's tooltip is shown when the cursor hovers it no matter if the window that hosts the control is activated
ExCalcEdit: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)
ExCalcEdit: *Fixed: The AttachTemplate method fails if using "handle" keyword on x64 version
ExCalendar: *Added: The ExecuteTemplate() method can return the value of a variable. For instance, the eXSurface's PointToPosition method uses variables by reference which is not supported in PowerBuilder. For that you can use a code like ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);x") that returns the x-position (surface's coordinates) of the current mouse pointer. In the same manner you can use ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);y") to return the y-position.
ExCalendar: *Fixed: error BC30456: 'RuntimeKey' is not a member of 'wpf.exontrol.EXCALENDARLib.excalendar' (/WPF)
ExComboBox: *NEW:   Multiple-Rows/Items Selection support
ExComboBox: *Added: SingleSel property specifies whether the control supports single or multiple selection. By default, the control supports single-item selection (SingleSel property is True). Use the SingleSel property on False, to allow user select multiple items using the SHIFT and CTRL keys
ExComboBox: *Added: SelectAll property selects all items (SingleSel property is False)
ExComboBox: *Added: UnselectAll property unselects all items (SingleSel property is False)
ExEdit: *Added: The control's tooltip is shown when the cursor hovers it no matter if the window that hosts the control is activated
ExEdit: *Fixed: The AttachTemplate method fails if using "handle" keyword on x64 version
ExEdit: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)
ExEditors: *Added: Editor.Option(exDropDownBackColor) and Editor.Option(exDropDownForeColor) specify the background and foreground colors to show items in a drop down editor.
ExEditors: *Fixed: Clicking (Custom) property generates "Class Not Registered" error (Windows x64, 'Looking for object with CLSID:{7EBDAAE1-8120-11CF-899F-00AA00688B10}')
ExEditors: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)
ExG2antt: *Added: Background(exCursorHoverCellButton) property. Specifies the visual appearance of the cell's button when the cursor hovers it. The hover/hot state of the cell's button is not applied if the cell is disabled, or the Background(exCursorHoverCellButton) property is -1 ( Items.CellHasButton, Column.Def(exCellhasButton) property )
ExG2antt: *Fixed: The BarResize event is not fired if the bar is re-created by drag and drop (or Items.AddBar method is called on an existing bar)
ExG2antt: *Fixed: The control's ForeColorHeader property is not applied on the control's columns-float bar (the columns into the columns-float bar are always displayed in black)
ExG2Host: *Fixed: A GPF may occur if the control is re-created with expandable-columns (Column.ExpandColumns)
ExG2Host: *Fixed: Calling the Refresh() method after Items.RemoveItem fails
ExG2Host: *Fixed: The Items.CellHasButton property returns 1, instead of -1 (equivalent of True, /COM version)
ExGantt: *Fixed: A GPF may occur if the control is re-created with expandable-columns (Column.ExpandColumns)
ExGantt: *Fixed: The Items.CellHasButton property returns 1, instead of -1 (equivalent of True, /COM version)
ExGantt: *Fixed: The FilterPromptEnum.exFilterPromptEndWith flag of FilterBarPromptType property filters more items than it should.
ExMiller: *Added: DefaultItemHeight property retrieves or sets a value that indicates the default item height.
ExMiller: *Fixed: A GPF may occur on closing the form/window/dialog if one or more events are handled by AttachTemplate method
ExMiller: *Fixed: Can't type SPACE within the edit field of the drop down column's filter (Column.DisplayFilterPattern property)
ExPivot: *Added: The expression properties supports `bias` constant that defines the difference, in minutes, between Coordinated Universal Time (UTC) and local time. For example, Middle European Time (MET, GMT+01:00) has a time zone bias of "-60" because it is one hour ahead of UTC. Pacific Standard Time (PST, GMT-08:00) has a time zone bias of "+480" because it is eight hours behind UTC. For instance, date(value - bias/24/60) converts the UTC time to local time, or date(date('now') + bias/24/60) converts the current local time to UTC time
ExPivot: *Fixed: On some machines, the format keyword (within expression properties) provides more than 2 decimals for French(Canada) regional settings (for instance "12.3456 format ``" displays 12.3456 instead of 12.35)
ExPivot: *Fixed: A GPF may occur if re-loading data using expandable columns (Column.ExpandColumns property)
Expression: *Added: LineHeight property specifies an expression that determines the height of the line within the editor. For instance, LineHeight = "value + 4*dpi", increases the line's height with 4 dots ( 4 pixels for 100%, 6 pixels for 150% and so on ), also LineHeight = "18" defines the line's height to be exactly 18 pixels.
Expression: *Fixed: The Background (exToolTipForeColor) property does not apply to the tooltip's title
Expression: *Fixed: The AttachTemplate method fails if using "handle" keyword on x64 version
ExRibbon: *Added: The control's tooltip is shown when the cursor hovers it no matter if the window that hosts the control is activated
ExRibbon: *Added: The <solidline> and <dotline> HTML tags support color in RGB format using the <solidline RRGGBB> or <dotline RRGGBB> syntax, which indicates the color to show the solid or dotted line
ExRibbon: *Added: The `format` operator of expression properties supports formatting the date values, using d, dd, ddd, ddd (day of the month as digits, with or without leading zeros, abbreviated day of the week, day of the week as specified by the current locale ), m, mm, mmm, mmmm (month as digits, with or without leading zeros, abbreviated month, month as specified by the current locale), y, yy, yyy, yyyy (year represented only by the last digits, by a full four or five digits, depending on the calendar used) literals. For instance, the "date(value) format `mmm d, yyyy`" gets the value in MMM d, YYYY format using the current locale, such as "Jan 12, 2023"
ExTab: *Added: HotObject property indicates the index within current tab-skin, that changes its background while the cursor hovers the page. By default, the page's background color is changed according with the HotBackColor. If the HotObject property points to a valid object of the current skin (child of the normal-page in design mode) its background color will be set as soon as the cursor hovers the page.
ExTab: *Added: In skin-designer, the markers for focused-object are visible while the "Draw grid lines" button is pressed.
ExTab: *Added: Ability to change the element's position up or down in the ETB builder, using the CTRL + Up or CTRL + Down.
ExTree: *Fixed: The BackColorLevelHeader property is not initialized (the control's header shows black areas)
ExTree: *Fixed: Can't select the focus-item with the arrow keys, if it selectable while the view displays a single item and the SingleSel property is False.
ExTree: *Fixed: The Items.ItemHeight property sets the height using DPI conversion.
ExTreeCube: *Added: Update the samples to support x64 configuration (/COM version)
ExTreeCube: *Fixed: The Layout property does not refresh the control, if using uncoded format, such 'HScroll=100'
ExTreeCube: *Fixed: The Layout property does not work on empty control

17.0.0.2 Feb 01, 2024
ExCascadeTree: *Fixed: The Visual Studio 2022 (64-bit IDE) crashes if you try to place the /NET assembly in the form (design mode)
ExCascadeTree: *Fixed: A GPF may occur on closing the form/window/dialog if one or more events are handled by AttachTemplate method
ExCascadeTree: *Fixed: Sometimes, the last character of a centered or right-aligned caption gets partially displayed in Print and Print Preview
ExContextMenu: *Added: The control's tooltip is shown when the cursor hovers it no matter if the window that hosts the control is activated
ExContextMenu: *Added: The <solidline> and <dotline> HTML tags support color in RGB format using the <solidline RRGGBB> or <dotline RRGGBB> syntax, which indicates the color to show the solid or dotted line
ExContextMenu: *Added: The ExecuteTemplate() method can return the value of a variable. For instance, the eXSurface's PointToPosition method uses variables by reference which is not supported in PowerBuilder. For that you can use a code like ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);x") that returns the x-position (surface's coordinates) of the current mouse pointer. In the same manner you can use ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);y") to return the y-position.
ExG2antt: *NEW:   Undo/Redo Support for the list/items section, to include adding or removing the items, changing the item's parent/position, updating the cell's value or cell's state (check-box/radio-button state) (The Undo and Redo features let you remove or repeat single or multiple actions, but all actions must be undone or redone in the order you did or undid them   you can t skip actions. For example, if you change the value of three cells in an item and then decide you want to undo the first change you made, you must undo all three changes)
ExG2antt: *Added: Items.StartBlockUndoRedo method starts recording the UI operations as a block of undo/redo operations (equivalent of Chart.StartBlockUndoRedo method)
ExG2antt: *Added: Items.EndBlockUndoRedo method ends recording the UI operations and adds the undo/redo operations as a block, so they all can be restored at once, if Undo method is performed (equivalent of Chart.EndBlockUndoRedo method)
ExGauge: *Added: The ExecuteTemplate() method can return the value of a variable. For instance, the eXSurface's PointToPosition method uses variables by reference which is not supported in PowerBuilder. For that you can use a code like ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);x") that returns the x-position (surface's coordinates) of the current mouse pointer. In the same manner you can use ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);y") to return the y-position.
ExGauge: *Added: The `format` operator of expression properties supports formatting the date values, using d, dd, ddd, ddd (day of the month as digits, with or without leading zeros, abbreviated day of the week, day of the week as specified by the current locale ), m, mm, mmm, mmmm (month as digits, with or without leading zeros, abbreviated month, month as specified by the current locale), y, yy, yyy, yyyy (year represented only by the last digits, by a full four or five digits, depending on the calendar used) literals. For instance, the "date(value) format `mmm d, yyyy`" gets the value in MMM d, YYYY format using the current locale, such as "Jan 12, 2023"
ExGauge: *Added: The <solidline> and <dotline> HTML tags support color in RGB format using the <solidline RRGGBB> or <dotline RRGGBB> syntax, which indicates the color to show the solid or dotted line
ExGrid: *Fixed: Shows the top-horizontal grid-line for the first bottom-locked item, if the control's DrawGridLines property is exRowLines
ExGrid: *Fixed: The Items.CellHasButton property returns 1, instead of -1 (equivalent of True, /COM version)
ExGrid: *Fixed: Setting the Column.Selected property does not work for /NET and /WPF version
ExLabel: *Added: The ShowToolTip method can be used to update the object's tooltip, title or position. For instance, ShowToolTip(`<null>`,`<null>`,,`+8`,`+8`) during MouseMove event, shows the tooltip of the object moved relative to its default position.
ExLabel: *Fixed: The ShowToolTip() method works improperly as it may show the tooltip to a different position
ExLabel: *Added: The control's tooltip is shown when the cursor hovers it no matter if the window that hosts the control is activated
ExList: *Added: The Background(exColumnsPositionSign) specifies the visual appearance for the position sign between columns, when the user changes the position of the column by drag and drop. By default, the Background(exColumnsPositionSign) property is 0, which indicates that the default position sign is shown when the user change the column's position by drag and drop.
ExList: *Added: Shows the drop down filter and tooltip panels to the nearest monitor relative to the cursor position.
ExList: *Fixed: Sometimes, can't select by drag items if the ColumnAutoResize property is False
ExList: *Fixed: The Items.ItemMinHeight and ItemMaxHeight properties are DPI compatible.
ExList: *Fixed: The Items.ItemHeight property sets the height using DPI conversion.
ExListBar: *Added: The <solidline> and <dotline> HTML tags support color in RGB format using the <solidline RRGGBB> or <dotline RRGGBB> syntax, which indicates the color to show the solid or dotted line
ExListBar: *Added: The ExecuteTemplate() method can return the value of a variable. For instance, the eXSurface's PointToPosition method uses variables by reference which is not supported in PowerBuilder. For that you can use a code like ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);x") that returns the x-position (surface's coordinates) of the current mouse pointer. In the same manner you can use ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);y") to return the y-position.
EXMLGrid: *Fixed: Can't use the control on Excel sheet.
EXMLGrid: *Fixed: The AttachTemplate method fails if using "handle" keyword on x64 version
EXMLGrid: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)
ExplorerTree: *Added: The Background(exTreeLinesColor) method defines the color to show the tree-lines (connecting lines from the parent to the children)
ExplorerTree: *Fixed: Clicking (Custom) property generates "Class Not Registered" error (Windows x64, 'Looking for object with CLSID:{7EBDAAE1-8120-11CF-899F-00AA00688B10}')
ExplorerTree: *Fixed: The Background (exToolTipForeColor) property does not apply to the tooltip's title
ExPropertiesList: *Added: HeaderAppearance property specifies the header's appearance
ExPropertiesList: *Fixed: The AttachTemplate method fails if using "handle" keyword on x64 version
ExPropertiesList: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)
ExSchedule: *Added: The label of the date's header (HeaderDayLongLabel,  HeaderDayShortLabel property) is centered relative to the view, instead of the full date
ExSchedule: *Fixed: The AttachTemplate method fails if using "handle" keyword on x64 version
ExSchedule: *Fixed: Sometimes, the right-panel shows no dates if Calendar.Selection property is an expression (for instance, Calendar.Selection = "year(value)=2012")
ExSchedule: *Fixed: The Layout property does not restore properly the widths of the groups
ExSplitBar: *Added: The control's tooltip is shown when the cursor hovers it no matter if the window that hosts the control is activated
ExSplitBar: *Added: Update the samples to support x64 configuration (/COM version)
ExSplitBar: *Fixed: No control frame is shown in design-mode under MS Excel's spreadsheet
ExSurface: *Fixed: Sometimes, the FitToClient() method does not zoom the control's content to fit its content
ExSurface: *Fixed: The Link.CustomPath property (XML attribute as well) is not properly restored on computers with regional settings other the English (United States)
ExSurface: *Fixed: Clicking (Custom) property generates "Class Not Registered" error (Windows x64, 'Looking for object with CLSID:{7EBDAAE1-8120-11CF-899F-00AA00688B10}')
ExSwimlane: *NEW:   Ability to specify the size to show the icons, check-boxes, expand-collapse glyphs for the control
ExSwimlane: *Added: ImageSize property specifies the size of the control' icons. By default, the ImageSize property is 16. The control's Images collection is cleared if the ImageSize property is changed, so it is recommended to set the ImageSize property before calling the Images method.
ExSwimlane: *Fixed: The Background (exToolTipForeColor) property does not apply to the tooltip's title
ExThumbnail: *Added: The Background(exScrollHoverAll/500) property specifies whether the hover-all feature is by default (0), always on (-1) or disabled(1). By default (Background(exScrollHoverAll) = 0), the left/top, right/bottom and thumb parts of the control' scrollbars are displayed in hover state while the cursor hovers any part of the scroll bar (hover-all feature). The hover-all feature is available on Windows 11 or greater, if only left/top, right/bottom, thumb, lower and upper-background parts of the scrollbar are visible, no custom visual-appearance is applied to any visible part. The hover-all feature is always on If Background(exScrollHoverAll) = -1. The Background(exScrollHoverAll) = 1 disables the hover-all feature.
ExThumbnail: *Added: Show the Left/Top or Right/Bottom buttons of the control's scrollbar on Windows 11 or greater, while the cursor hovers the scrollbar's background.
ExThumbnail: *Fixed: The scroll button's appearance is restored to normal instead of hover state when the mouse button is released
ExToolBar: *Added: The ExecuteTemplate() method can return the value of a variable. For instance, the eXSurface's PointToPosition method uses variables by reference which is not supported in PowerBuilder. For that you can use a code like ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);x") that returns the x-position (surface's coordinates) of the current mouse pointer. In the same manner you can use ExecuteTemplate("dim x,y;x=-1;y=-1;PointToPosition(x,y);y") to return the y-position.
ExToolBar: *Added: The ShowToolTip method can be used to update the object's tooltip, title or position. For instance, ShowToolTip(`<null>`,`<null>`,,`+8`,`+8`) during MouseMove event, shows the tooltip of the object moved relative to its default position.
ExToolBar: *Fixed: The ShowToolTip() method works improperly as it may show the tooltip to a different position
ExToolTip: *Added: The control's tooltip is shown when the cursor hovers it no matter if the window that hosts the control is activated
ExToolTip: *Added: Update the samples to support x64 configuration (/COM version)
ExToolTip: *Added: The <solidline> and <dotline> HTML tags support color in RGB format using the <solidline RRGGBB> or <dotline RRGGBB> syntax, which indicates the color to show the solid or dotted line

17.0.0.1 Jan 03, 2024
ExButton: *Added: The control's tooltip is shown when the cursor hovers it no matter if the window that hosts the control is activated
ExButton: *Added: The <solidline> and <dotline> HTML tags support color in RGB format using the <solidline RRGGBB> or <dotline RRGGBB> syntax, which indicates the color to show the solid or dotted line
ExButton: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)
ExFileView: *Added: The Images method supports the Microsoft ImageList ( mscomctl.ocx, MSComctlLib.ImageList type) object directly. Shortly, you can define the control's images by calling Images(ImageList1.Object). The ImageList1.Object returns the object of MSComctlLib.ImageList type. The Microsoft ImageList object is available for /COM on x86 and x64 machines (starting from Access 2016)
ExFileView: *Added: FilterBarVisibleEnum.exFilterBarTop (0x2000) flag aligns the control's filter-bar to the top of the control. The filter-bar is displayed right-below the control's header-bar. By default, the control's filter-bar is aligned to the bottom  (FilterBarPromptVisible property)
ExFileView: *Fixed: Improves the conversion of the string to date, while using Regional settings (Windows System) for date like ddd.dd.mm.yyyy (Su.15.02.2021)
ExG2antt: *Fixed: Sometimes, the start/end time of the bar being moved by drag and drop may change, if the Items.ItemBar(exBarKeepWorkingCount) property is True
ExG2antt: *Fixed: The cell shows as unselected once the user selects a new option from the cell's drop down editor (while using the ENTER key, DropDownListType editor)
ExG2antt: *Fixed: Editor.AddItem(value,vbNullString,image) method fails
ExG2antt: *Added: RemoveSelection method removes the selected links/bars from the chart if exists, else it removes the selected items (including the descendents).
ExG2antt: *Added: Items.RemoveSelection method removes the selected items (including the descendents)
ExG2antt: *Added: Enabling the Incremental Search Feature on any column with a locked-editor (ReadOnly property is exLocked or Editor.Locked property is True )
ExGantt: *Added: Ability to scroll the control's content using two-fingers on a touchpad (swipe up or down with two fingers, scrolls the control's up or down)
ExGantt: *Fixed: The scroll bar's thumb minimum-size is equivalent with the size of the size of scroll's buttons. In other words, the size of the scroll's buttons specify the thumb minimum-size. Previously, the thumb's minimum-size was 6-pixels.
ExGantt: *Fixed: Shows the top-horizontal grid-line for the first bottom-locked item, if the control's DrawGridLines property is exRowLines
ExGrid: *Added: TemplatePut method ( equivalent with TemplateDef property) allows defining inside variables for the Template feature ( available for /COM only, and useful to pass VFP arrays to any property that supports arrays, for instance Items.Selection  )
ExGrid: *Added: Prevents expanding/collapsing any item, when the Layout property is called, and it includes the `collapse = ""` field. For instance, Layout property `multiplesort="C0:2 C1:1";collapse=""` sorts by first(0) column descending(2) and second(1) column ascending(1) ( SingleSort property is False ).
ExGrid: *Fixed: The Background(exListOLEDropPosition), Background(exDragDropListOver),, Background(exDragDropListOver), Background(exDragDropListBetween), Background(exDragDropListTop),  Background(exDragDropListBottom) visual appearance are not hidden, once the user leaves the control, while user performs the OLE Drag and Drop ( /COM version )
ExHTML: *Added: The control's tooltip is shown when the cursor hovers it no matter if the window that hosts the control is activated
ExHTML: *Fixed: The AttachTemplate method fails if using "handle" keyword on x64 version
ExHTML: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)
ExOrgChart: *Added: Update the samples to support x64 configuration (/COM version)
ExOrgChart: *Fixed: No control frame is shown in design-mode under MS Excel's spreadsheet
ExOrgChart: *Fixed: Set the Appearance property on 0(None) by default.
ExplorerBar: *Added: The ShowToolTip method can be used to update the object's tooltip, title or position. For instance, ShowToolTip(`<null>`,`<null>`,,`+8`,`+8`) during MouseMove event, shows the tooltip of the object moved relative to its default position.
ExplorerBar: *Added: The <solidline> and <dotline> HTML tags support color in RGB format using the <solidline RRGGBB> or <dotline RRGGBB> syntax, which indicates the color to show the solid or dotted line
ExplorerBar: *Fixed: The ShowToolTip() method works improperly as it may show the tooltip to a different position
ExRadialMenu: *Added: The <solidline> and <dotline> HTML tags support color in RGB format using the <solidline RRGGBB> or <dotline RRGGBB> syntax, which indicates the color to show the solid or dotted line
ExRadialMenu: *Added: The `format` operator of expression properties supports formatting the date values, using d, dd, ddd, ddd (day of the month as digits, with or without leading zeros, abbreviated day of the week, day of the week as specified by the current locale ), m, mm, mmm, mmmm (month as digits, with or without leading zeros, abbreviated month, month as specified by the current locale), y, yy, yyy, yyyy (year represented only by the last digits, by a full four or five digits, depending on the calendar used) literals. For instance, the "date(value) format `mmm d, yyyy`" gets the value in MMM d, YYYY format using the current locale, such as "Jan 12, 2023"
ExRadialMenu: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)
ExScrollBar: *Fixed: A GPF may occur on closing the form/window/dialog if one or more events are handled by AttachTemplate method
ExScrollBar: *Fixed: The AttachTemplate method fails if using "handle" keyword on x64 version
ExScrollBar: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)
ExSlider: *Added: Update the samples to support x64 configuration (/COM version)
ExSlider: *Fixed: No control frame is shown in design-mode under MS Excel's spreadsheet
ExSlider: *Fixed: The Background (exToolTipForeColor) property does not apply to the tooltip's title
ExStatusBar: *Added: Update the samples to support x64 configuration (/COM version)
ExStatusBar: *Fixed: The AttachTemplate method fails if using "handle" keyword on x64 version
ExStatusBar: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)
ExTreeCube: *Fixed: No control frame is shown in design-mode under MS Excel's spreadsheet
ExTreeCube: *Fixed: The AttachTemplate method fails if using "handle" keyword on x64 version
ExTreeCube: *Fixed: The expropertieslist/com fails if the user is trying to spy the control (x64 version only, AllowSpy property, browses the object by drag and drop)