Difference between revisions of "LMD 2009 - History LMD ElPack"

From LMD
Jump to: navigation, search
Line 6: Line 6:
 
== History Logs ==
 
== History Logs ==
  
==== Release 7.06 (not released yet)<br> ====
+
==== Release 7.06 (31-Mar-2009)<br> ====
  
 
===== ElPack =====
 
===== ElPack =====
 +
[-] Delphi.Net support removed<br>
 +
[-] LMDCmps.inc: LMDDISABLE_OLEINIT conditional made undefined by default; remark fixed.<br>
  
[-] Delphi.Net support removed ({$IFDEF CLR} and {$IFNDEF CLR} conditionals removed from all
 
packages)<br>
 
[-] LMDCmps.inc: LMDDISABLE_OLEINIT conditional made undefined by default; remark fixed.<br>
 
 
ElFormPersist:
 
ElFormPersist:
[*] ElAdvPanel: TCustomElAdvancedPanel.AdjustButtonSize made virtual (user request in  
+
[*] ElAdvPanel: TCustomElAdvancedPanel.AdjustButtonSize made virtual (user request in newsgroup 20 Mar 2009)<br>
newsgroup 20 Mar 2009)<br>
+
[-] Issue reported by user on 24 Mar 2009 (Problem with TElFormPersist and Delphi 2009/ElPack 7 fixed<br>
[-] The issue reported by Jacques Bersier 24 Mar 2009 (Problem with TElFormPersist and  
+
[-] Text property of ElEdit control was not added to list in StoredProps editor in D2009  - fixed<br>
 
 
Delphi 2009/ElPack 7) fixed<br>
 
[-] Text property of ElEdit control was not added to list in StoredProps editor in D2009  -  
 
fixed<br>
 
  
 
ElIni:<br>
 
ElIni:<br>
[-] Some unicode related issues fixed (the last symbol truncated; junk symbols when  
+
[-] Some unicode related issues fixed (the last symbol truncated; junk symbols when storing/retrieving multiline text prop values)<br>
storing/retrieving multiline text prop values)<br>
+
[-] BTS #690 related issue (Path property could not be set in OnBeforeLoad event if Path is empty) fixed<br>
[-] BTS #690 related issue (Path property could not be set in OnBeforeLoad event if Path is  
 
empty) fixed<br>
 
  
 
ElTree, ElXTree:<br>
 
ElTree, ElXTree:<br>
 
[-] Drawing text with Korean font Gulim fixed<br>
 
[-] Drawing text with Korean font Gulim fixed<br>
[-] ElTreeL: AV fix if FShowHeader and FHeader.Sections[FMainTreeCol].AutoSize then  
+
[-] ElTreeL: AV fix if FShowHeader and FHeader.Sections[FMainTreeCol].AutoSize then (ShowHeader = True)<br>
(ShowHeader = True)<br>
 
 
[-] ElXTree: fixed deselecting problem with drag&Drop and multiselect<br>
 
[-] ElXTree: fixed deselecting problem with drag&Drop and multiselect<br>
 
[-] ElXTree: Multiselect AV fix<br>
 
[-] ElXTree: Multiselect AV fix<br>
Line 44: Line 36:
 
ElDTPick:<br>
 
ElDTPick:<br>
 
[+] Added property CalendarLiveClock<br>
 
[+] Added property CalendarLiveClock<br>
[-] Removed the fillchar() calls (When set to LongDate there is no Month shown. When set to  
+
[-] Removed the fillchar() calls (When set to LongDate there is no Month shown. When set to ShortDate, you get an extra / instead of the Month)<br>
ShortDate, you get an extra / instead of the Month)<br>
+
[-] When select a new date using the popup calendar, the 'time' part is reset to the current time-of-day<br>
[-] When select a new date using the popup calendar, the 'time' part is reset to the current  
 
time-of-day<br>
 
[-] BTS #700 (CalcDlgButton Shortcut of TElCurrencyEdit) issue fixed <br>
 
[+] ElBtnEdit: ButtonPngGlyph and AltButtonPngGlyph added <br>
 
[-] ElSBHook: "Application hang" issue (elpack newsgroup report 17 Mar 2009) fixed<br>
 
  
 
LMDGlyphs:<br>
 
LMDGlyphs:<br>
 
[+] Dimension check added in TLMDButtonGlyph.DrawButtonGlyph  (ElPack)<br>
 
[+] Dimension check added in TLMDButtonGlyph.DrawButtonGlyph  (ElPack)<br>
 
[-] Fix for wrong Size-Calculation in TElToolButton when using PNGGlyph<br>
 
[-] Fix for wrong Size-Calculation in TElToolButton when using PNGGlyph<br>
ElDBComboBox:<br>
+
 
[+] TElDBComboBox(style=csdropdownlist) update the dataset immediately when the user
+
Other:<br>
selects a different item in the drop-down list<br>
+
[+] ElBtnEdit: ButtonPngGlyph and AltButtonPngGlyph added <br>
 
[+] ElMenuBar: MDI support for TElMenuBar added<br>
 
[+] ElMenuBar: MDI support for TElMenuBar added<br>
[-] ElTrackBar: delay between fired onchange event was changed from SPI_GETKEYBOARDSPEED to  
+
[+] TElDBComboBox(style=csdropdownlist) update the dataset immediately when the user selects a different item in the drop-down list<br>
SPI_GETKEYBOARDDELAY<br>
+
[-] ElSBHook: "Application hang" issue (elpack newsgroup report 17 Mar 2009) fixed<br>
 +
[-] BTS #700 (CalcDlgButton Shortcut of TElCurrencyEdit) issue fixed <br>
 +
[-] ElTrackBar: delay between fired onchange event was changed from SPI_GETKEYBOARDSPEED to SPI_GETKEYBOARDDELAY<br>
 
[-] ElHTMLLabel: Visible property worked incorrectly - fixed<br>
 
[-] ElHTMLLabel: Visible property worked incorrectly - fixed<br>
 
[-] BTS #692 issue fixed (MemoryLeak in ElPageControl)<br>
 
[-] BTS #692 issue fixed (MemoryLeak in ElPageControl)<br>

Revision as of 22:16, 31 March 2009

<< Back to Main Page or Product Resources page

[edit]

Introduction

This documents contains history logs for LMD ElPack 7.0 releases.
First official release: 23-September-2008

Legend
[+] Feature added
[*] Feature changed
[-] Bug fixed

History Logs

Release 7.06 (31-Mar-2009)

ElPack

[-] Delphi.Net support removed
[-] LMDCmps.inc: LMDDISABLE_OLEINIT conditional made undefined by default; remark fixed.

ElFormPersist: [*] ElAdvPanel: TCustomElAdvancedPanel.AdjustButtonSize made virtual (user request in newsgroup 20 Mar 2009)
[-] Issue reported by user on 24 Mar 2009 (Problem with TElFormPersist and Delphi 2009/ElPack 7 fixed
[-] Text property of ElEdit control was not added to list in StoredProps editor in D2009 - fixed

ElIni:
[-] Some unicode related issues fixed (the last symbol truncated; junk symbols when storing/retrieving multiline text prop values)
[-] BTS #690 related issue (Path property could not be set in OnBeforeLoad event if Path is empty) fixed

ElTree, ElXTree:
[-] Drawing text with Korean font Gulim fixed
[-] ElTreeL: AV fix if FShowHeader and FHeader.Sections[FMainTreeCol].AutoSize then (ShowHeader = True)
[-] ElXTree: fixed deselecting problem with drag&Drop and multiselect
[-] ElXTree: Multiselect AV fix
[-] ElPageControl: TabEnabled = false visual fix

ElEdits:
[-] SetFocus/Caret fix
[-] now set modified correctly after pasting/cut text
[-] ElComboBox rendering restored for ThemeMode = ttmNone
[-] ElBtnEdit: FALtButton fixed

ElDTPick:
[+] Added property CalendarLiveClock
[-] Removed the fillchar() calls (When set to LongDate there is no Month shown. When set to ShortDate, you get an extra / instead of the Month)
[-] When select a new date using the popup calendar, the 'time' part is reset to the current time-of-day

LMDGlyphs:
[+] Dimension check added in TLMDButtonGlyph.DrawButtonGlyph (ElPack)
[-] Fix for wrong Size-Calculation in TElToolButton when using PNGGlyph

Other:
[+] ElBtnEdit: ButtonPngGlyph and AltButtonPngGlyph added
[+] ElMenuBar: MDI support for TElMenuBar added
[+] TElDBComboBox(style=csdropdownlist) update the dataset immediately when the user selects a different item in the drop-down list
[-] ElSBHook: "Application hang" issue (elpack newsgroup report 17 Mar 2009) fixed
[-] BTS #700 (CalcDlgButton Shortcut of TElCurrencyEdit) issue fixed
[-] ElTrackBar: delay between fired onchange event was changed from SPI_GETKEYBOARDSPEED to SPI_GETKEYBOARDDELAY
[-] ElHTMLLabel: Visible property worked incorrectly - fixed
[-] BTS #692 issue fixed (MemoryLeak in ElPageControl)
[-] BTS #687 issue (TelCalendarForm error) fixed
[-] Loading TElButtonEdit.AltGlyph from Stream did not work (ElPack6/7)

Release 7.05 (12-Feb-2009)

[-] TElFloatSpinEdit: exception on typing decimal separator fixed
[-] TElCheckGroup: CheckItem render fix for themed mode
[-] TElTrackBar: Corrupted hint issue fixed
[-] TElDateTimePicker: drawing when ThemeMode = ttmNone fixed
[-] TElCalendar: selection of empty date was possible - fixed
[-] ElCombos: background drawing for RightAlignedView = true fixed
[-] ElTree: Displaying item after changing IsHTML and Multiline fixed
[-] ElInputDialog (the ElInputDialog displays the text just a bit too far to the left, thus cutting off a bit of the first character) fixed
[-] TElXTree.OnChanging by MouseDown ignored the AllowChanges parameter - fixed

Release 7.04 (22-Jan-2009)

[-] ElFormDisplay: OnChanging was not triggered if new form is nil - fixed.
[-] ElBtnEdit: RightAlignedView for ALTButton fixed
[+] TElComboBox. Placing drop down differently (RightAlignView - Drop down button position)
[-] ElCurrEdit: property "NegativeValueTextColor" doesn't seem to have any effect when Themes is On - fixed
[-] TElShellTree: filtering by extension. If extensions of registered file types are hidden, files are not displaying in TElShellTree - fixed
[-] ElPopupMenu appeared mainly as black in Vista in Classic mode - fixed
[-] ElXTree: Showing the regular Delphi hint if it's defined for an item fixed
[-] ElXTree: Wrong sections order after moving one section - fixed
[-] The SelectNextPage function of a TElPageControl called OnChange twice - fixed
[-] ElTrackbar fired more than once - fixed
[-] ElXTree. Wrong checkbox click if RightAligned = true
[-] ElMenus: Drawing for RightToLeft fixed
[-] ElMenus: Fixed issue with canceling popup menu under Vista
[+] ElMenus: Added TElPopupMenu.EndMenu method to cancel programmatically

Release 7.03 (09-Dec-2008)

[-] ElHTMLHint displayed extra unicode characters - fixed
[+] ElSpinEdit: New events OnCheckRangeError: TLMDCheckIntRangeEvent, OnCheckRangeError: TLMDCheckFloatRangeEvent
[+] ElExplorerBarGroup: OnCheckBoxClick event added. TNotifyEvent - fired when user clicks CheckBox.
[+] ElComboBox: OnBeforeSelectValue event added. Raised before Drop down list CloseUp.
[+] ElComboBox: OnCanSelect event added
[-] Fixed BTS #675 (TElComboBox did not not raise OnKeyDown)
[-] Fixed BTS #664 (minor ElXTree optimization)
[-] Fixed BTS #671 (TElComboBox - incorrect dropdown list height)
[-] Fixed BTS #660 (Incorect row heights)
[-] Fixed BTS #656 (TElTreeItem::Assign dont set scrollbar right)
[-] Fixed BTS #655 (TElMRUSection.Assign did not work)
[-] Fixed BTS #652 (Spin buttons vanish in ElTreeInplaceSpinEdit)
[-] ElListBox: Insert & Add methods fixed for D2009
[-] ElMainMenu. Fixed: Render main menu when themes disabled
[-] ElPromptDialog. Fixed: Access violation in design mode - "Test Dialog..." the float in menu.
[-] ElShellTree. Fixed: show FileSystem and FileFilters flags
[-] ElTrackBar. Fixed: Using MouseWheel with TElTrackBar doesn't limit values to Min and Max.
[-] ElTree/ElHeader Fixed: Moves a col left outside of the StringGrid-Control to left the Col is moved to the first position
[-] ElTreeInplaceButtonEdit, Fixed: missing published Font-Property

Release 7.02 (17-Nov-2008)

[+] TElMenuItem - Added OnSubMenuPopup event
[+] TElAdvancedPanel. Added OnCheckBoxClick: TNotifyEvent; event event that's fired when user clicks CheckBox, in other case OnClick will fire.
[+] TElHTMLLabel. Added property ShowAccelChar
[+] TElEdit and ancestors (TElComboBox). Correctly drawing under Windows Vista
[*] ElCalendar and ElDTPick changes: string to LMDString conversion
[*] Fixed a lot of small issues for Vista rendering
[-] TEl(X)Tree. Inplace editors rendering fixed
[-] TElHeader. If you move a column right outside of the StringGrid-Control, it isn't moved to the first position
[-] TElListBox - Fixed incorrect adding of items in CRS2009
[-] TElListBox - FStates changed to array of Byte instead of PChar in win32 to simplify code and to fix AV when CheckAll is called (CRS2009)
[-] TElDragDrop - TOleDragObject.GetFileList doesn't work properly in D2009
[-] TElTree - Fixed incorrect Item height calculation
[-] TElEdit - Fixed bug related to incorrect CueBanner text drawing under Vista
[-] TElPanel - Transparency issues for ElAdvPanel on ElPanel, both transparent, placed on backgrounded form - fixed

Release 7.01 (17-Oct-2008)

[+] TElToolBar: MoreMenuDrawStyle: TDrawStyle property added to define the style of MoreMenu.
[+] TElToolBar: MoreMenu collects menu items from ToolButton in case it has an assigned PullDownMenu.
[-] TElXTree: check distance between mouse positions before hint show to avoid trace.
[-] Fixes for better Delphi/C++ Builder 2009 compatibility
[-] LMDHTMLUnit: Exact font sizing in pixels (was implemented earlier in older ElPack html render) was broken - fixed.

Release 7.0 (19-Sep-2008)

Initial Release.