Versions Compared

Key

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

4.1.15

Panel

  • Fixed bug where panel would sometimes not scroll when tabbing through controls
  • Fixed bug where panel would not use custom colors for EDITLINES and other control types

Splitter

  • Added HotColor property

Tab

4.1.14

EditTable

  • Fixed bug where option/combo buttons wouldn't click in OI 10 MDI child windows

...

  • Fixed bug where multi-line editbox (used when editing cell) would not correctly position over the cell upon first use
  • Fixed bug where system would chime when pressing ESC to abort a cell edit
  • Fixed bug where CellMerge would fail when there were more than 127 rows

Panel

  • Fixed bug in 64-bit where OIX form designer would produce errors instead of a context menu on a right click

...

  • Added field <2, 25> to ComboType property to allow developers to set combo row height

Panel

  • Updated control to subclass frame windows and ensure proper closing of frame via Alt-F4 and upper right close button
  • Fixed bug where Border would not set correctly in Form Designer
  • Fixed bug where closing MDI Frame programmically would sometimes not close MDI children with SRP Panel Controls on them

...

  • Fixed bug where control would occasionally crash on MDI child forms when showing balloon tooltips

Tab

...

Panel

...

  • Added Clear method for resetting the ribbon

  • Updated Init method to allow multiple intializations (if you call Clear first)

Splitter

  • Updated rendering logic to support ColorFill margins so you can make the visual splitter narrower than the physical control.

...

  • Added CellButtonEnabled property for officially enabling and disabling button cells
  • Updated CellType property with fields <6> and <7> for customizing button colors when disabled.

Panel

  • Fixed bug where child controls would not behave correctly when embedded and sometimes disappear.

...

  • 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.

...