You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

3.1.0 

General

  • Added ability to set disabled context menu items when calling ShowContextMenu method

3.0.9

General

  • Fixed bug where accelerators derived from lowercase characters would use wrong key (affected Button and Tab controls)

3.0.8

General

  • All controls have been rebuilt to ensure they register and work on Windows XP.
  • All controls have had their mouse-over logic altered to improve performance.

Button

  • Fixed white backgrounds appearing on XP machines instead of theme

Tab

  • Added AddTab method to add tabs to the end of the control.
  • Added RemoveTab method to remove tabs from the control.
  • Added IndexToHandle and HandleToIndex methods for mapping between tab handles and their corresponding indexes.

3.0.7

General

SRP Button

  • Fixed bug where rare crash would occur when using context menus along with SRP Button controls as Cancel buttons

3.0.6

SRP Button

SRP StatusBar

  • Added Background property
  • Added ResizeColor property
  • Updated the way the resize gripper is rendered when not using Windows themes

SRP Tab

  • Added TabImageEffects property
  • Fixed bug where subclassed buttons wouldn't respect the text alignment

3.0.5

SRP Picture

  • Added OnCustomDraw event, which allows developers to draw custom graphics using GDI32 WinAPI calls
  • Fixed Zoom property always rounding zoom levels to .25 increments
  • Fixed focus issues that were preventing zooming with mouse scrool wheel

3.0.4

General

  • Fixed bug where focus would go into every control on every click

3.0.3

General

  • Added ShowContextMenu method for displaying context menus on demand
  • Added OnContextMenuClick event that is fired when aforementioned context menu is clicked

SRP Button

  • Fixed bug where having only toolbar buttons on a form (and nothing else) would cause OI to hang

SRP Tab

  • Fixed bug where tabs would disappear if, during a synchronous SelChanged event, another control's VISIBLE property was set

3.0.2

Picture

  • Updated ResizeUsingGDIPlus property to force control to redraw after being set

3.0.1

Picture

  • Fixed bug where ResizeUsingGDIPlus property was being ignore if set within the Form Designer

3.0.0

General

  • Updated to no longer requires SRPShared.dll

SRP Button

  • Added IconSizeToFit property to force icons to fit within the button bounds

SRP StatusBar

  • Updated Auto Activated panes (NUMLOCK, CAPSLOCK, and SCROLLLOCK) to no longer use global keyboard hooks as it was causing other applications to crash.
  • No labels