home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / netxp / netxp.exe / Readme.txt < prev    next >
Encoding:
Text File  |  2004-08-16  |  3.0 KB  |  82 lines

  1. ==================================
  2.     The NETXP Component Suite
  3.         Version 3.0 SP2
  4.  Copyright ⌐ 2004 Dacris Software
  5. ==================================
  6.  
  7. VERSION
  8. 3.0 Service Pack 2
  9. Build 5600 Revision 2205
  10. August 16, 2004
  11.  
  12. TABLE OF CONTENTS
  13. 1. Package Contents
  14. 2. Known Issues
  15. 3. Change Log
  16.  
  17. =====================
  18.  1. PACKAGE CONTENTS
  19. =====================
  20. The package should contain the following:
  21.  
  22. FILE / FOLDER NAME    DESCRIPTION
  23. ----------------------------------------------------------------
  24. Assembly        Contains the NetXP assemblies.
  25. Help            Contains documentation for NetXP.
  26. Help\Reference.chm    NetXP reference documentation.
  27. Help\NetXP.chm        NetXP main documentation.
  28. Samples            Contains sample programs.
  29. Loader.exe        The .NET application loader.
  30. Loader.ini        Sample configuration for Loader.
  31. Readme.txt        This file.
  32. License.txt        License agreement. Please read this!
  33.  
  34. =================
  35.  2. KNOWN ISSUES
  36. =================
  37. The ContextMenu property of NotifyIconEx does not appear to work with
  38. the context menus provided by other component manufacturers such as
  39. Infragistics. In such a case, you should use the default Windows Forms
  40. NotifyIcon component.
  41.  
  42. =================
  43.  3. CHANGE LOG
  44. =================
  45. SERVICE PACK 2
  46. --------------
  47. Bug Fixes:
  48. - HotTrack property of TabControl is not working.
  49.  
  50. Changes:
  51. - Properties for tab control for 1px borders: PixelBorder and PixelArea.
  52. - BeginUpdate and EndUpdate functions for TabControl.
  53. - CenterColorChanged event for ColorButton.
  54.  
  55. SERVICE PACK 1
  56. --------------
  57. Bug Fixes:
  58. - TaskPane with DockPadding other than zero has black border around it.
  59. - XPGroupBox has a problem rendering the last character in the Text Property.
  60. - Label/PictureBox/Panel inside XPGroupBox gets distorted.
  61. - CommandBar Cursor setting resets to default when clicking buttons in design mode.
  62. - ShowClose and ShowArrows properties for TabControl do not persist when False.
  63. - When Localizable property of a form is True, XPButton has errors with hidden properties.
  64. - Localized text in languages such as Thai does not appear on command bar items.
  65. - Multiple monitor issues with command context menu.*
  66. - DesktopAlert does not take into account the size or location of the taskbar.
  67.  
  68. Changes:
  69. - Ability to turn off fade effect in XPButtons.
  70. - Support TextAlign, ImageAlign, and FlatStyle in XPButton.
  71. - CommandBar manager has new AutoPersist property to match the Dock Manager's.
  72. - HideTreeView function for drop-down tree view.
  73. - Property for command bar button items called DefaultItem (bold text).
  74. - TabControl now allows custom fonts.
  75. - EnableCustomize property for command bars shows/hides Customize functionality.
  76. - Auto-hide docking tabs are now themed in Windows XP.
  77. - Events to detect whether DesktopAlert closes by itself or X button was clicked.
  78. - Property to change line thickness in Graph control.
  79. - TabControl: 'TabPosition' property has been renamed to 'Appearance'.
  80. - Support changing DesktopAlert's timeout.
  81.  
  82. * Fixed only for users of .NET 1.1 SP1.