Versions Compared

Key

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

Anchor
SRP Controls 4.1.1
SRP Controls 4.1.1

4.1.1

General

  • Fixed issues with OCX not running older versions of Windows Server

EditTable

  • Fixed bug where scroll bar would sometimes appear even it visibility was set to Never.


Anchor
SRP Controls 4.1.0
SRP Controls 4.1.0

4.1.0

General

  • Added 64-bit support

  • Added new encrypted LIC file support (32-bit OCX uses either LIC file or SRPLicense.DLL, 64-bit OCX only uses LIC file)

  • Updated all Theme properties to support any theme independently from other controls (e.g. ShortcutBar theme will not override Ribbon theme)

Calendar

  • Added ApptIsAllDay property

  • Updated ApptList and AddAppts with field <13>, a boolean flag that makes the appointment an all-day appointment

DirectConnect

  • Wrapped broadcast events within critical section to avoid potential thread-locking issues

EditTable

  • Fixed bug where clicking on cell could cause an error if there was only one column that was wider than the control
  • Fixed bug where pressing escape key would not abort edit mode

Popup

  • Fixed bug where Item property would not return with delimiters

  • Fixed bug where bolded hyperlink items would un-bold when moused over

Schedule

  • Appointments partially scrolled out of view will attempt to show as much of the content as possible
  • Added ApptField and ApptFields property

  • Added ability to include fields in AppointmentList and AddAppts

  • Fixed bug where control would sometimes crash if using a different view during setup with large sets of data
  • Fixed bug where very long appointments would end prematurely in the multi-day horizontal view

  • Fixed bug where EnsureVisible didn't fully scroll the appointment into view

Subclass

  • Fixed bug where ARRAY oriented combo boxes would disappear permanently if there was no auto-filter


Anchor
SRP Controls 4.0.3
SRP Controls 4.0.3

4.0.3

Button

  • Fixed bug where setting Default and Cancel properties in Form Designer would have no effect
  • Fixed bug where Enter key would not fire button when it has focus

...

  • Updated DatePicker to no longer default to Office2007 theme because it conflicts with Ribbon if set to Office2013 theme.

EditTable

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

...

  • Fixed bug where embedded forms sometimes caused a crash on closing the main frame

Schedule

  • Added EntityUnassigned property to flag as entity has a place holder for unassigned appointments

...

  • Fixed bug where embedded forms would scroll outside of the bounds of the control.

Subclass

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

...

Anchor
SRP Controls 4.0.2
SRP Controls 4.0.2

4.0.2

EditTable

...

  • Added IconSize property for forcing icon images into specific sizes

EditTable

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

...

Schedule

  • Updated Server property to accept "" as a value indicating that the control should disconnect from the SRP Sync Server.
  • Fixed bug where appointments would get duplicated when another synchronized schedule added appointments.
  • Fixed bug where appointments updated via COM interface would not successfully acquire the new attributes.

Subclass

  • Fixed bug where ComboSelPos would not reset to 0 when cleared.
  • Fixed bug where dropdown buttons occasionally misbehaved.

...

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.

...

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

...

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

Subclass

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

...