Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
SRP Controls 4.0
SRP Controls 4.0

4.0

General

  • No more separate OCXs! SRPControls.ocx is now one OCX to rule them all! Licensing options have not changed, both individual and Pro licenses are still supported.
  • Added BlockEvents property added to all controls; set it to 1 to temporarily disable events.
  • Fixed bug where forms could sometimes crash when restoring from minimized state.
  • Fixed many reported bugs in all controls.

Panel

  • Added OnParentClosing event to notify developers when user clicked X button or Alt_F4 on parent.
  • Added Cancel property so OnParentClosing event can be used to cancel the closing of the window.

Popup

  • Added PreventMouseHoverActivate property for allows popups to be non-interactive informational windows.
  • Added RememberPosition property to allow developers to ensure popups reappear in their default position even if users move them.

ReportTable

  • Added SelectAll method for selecting all rows in the table.
  • Added UnselectAll method for clearing the current selection.
  • Fixed bug where AVG formula was not working

Ribbon

  • Added OnMinimizeChange event, which fires when the ribbon minimizes or maximizes.

Subclass

  • Added SpinRange property for setting the numerical limits of a spin button.

Tree

  • Added AutoExpandDuringDrag property to disable items expanding automatically while doing a drag and drop operation.
  • Added KeystrokeFindEnabled property to disable the user typing on the keyboard to jump to an item.
  • Added KeystrokeFindTime property to set the time, in milliseconds, between keystrokes to continue a word when doing a keystroke search.
  • Added ImageSize property to set the fixed size of tree item images.
  • Added Filter property to allow a condition statement applied to all items in the tree, hiding those that don't meet the condition.
  • Added ItemField and ItemFields properties to support user defined values associated to an item.
  • Fixed bug where tree would crashed drag-clicking check boxes

Anchor
Pro Controls 3.2
Pro Controls 3.2

...