Versions Compared

Key

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

4.1.6

Ribbon

  • Added "Windows10" theme

ReportTable

  • Fixed bug where Number columns would display "0" instead of "" when "" was passed in
  • Fixed bug where negative numbers would be off by a factor of 10 when formatted

Subclass

  • Added ability to subclass MDICLIENT
  • Added MdiTheme property to set MDI child window themes
  • Added MdiImage property to set image to appear in center of MDICLIENT

4.1.5

EditTable

  • Fixed bug where combo popup would not size and position correctly on multiple monitors

ReportTable

  • Updated Number type to use true decimal numbers
  • Fixed bug where columns using Number type would randomly show "0." instead of the actual value.

Subclass

  • Fixed bug where combo popup would not size and position correctly on multiple monitors

4.1.4

ReportTable

  • Added "Custom" theme to support BackColor customization
  • Updated themes to allow font changes in both headers and body
  • Fixed big where, by default, the report table wouldn't use font's to determine column header and row heights

...

  • Fixed bug where resize cursor would appear over whole headers on large scrolled tables
  • Fixed bug where Clear method would disable button cells

ReportTable

  • Fixed crashes related to toggle selections

...

  • Fixed bug where only the first 16 flag icons would display

Subclass

  • Added OnComboVirtualData event to subclass controls to allow for more complex data retrieval
  • Updated OnComboClick event to fire when selecting an item using arrows and ENTER

...

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

ReportTable

  • Fixed bug where Shift-Selecting items using Multi-Select mode 2 would sometimes crash

Ribbon

  • Fixed bug where setting Format for DateField control did not have any effect
  • Fixed bug where hiding one command could cause whole groups and tabs to be hidden

...

  • 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

...

  • Updated CaptionOffset to apply to Horizontal Divider control type
  • Fixed bug where wrong transformation was being applied to JPGs with the Orientation flag.

Ribbon

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

...

  • 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

...

  • Updated to auto-rotate JPEG images with the orientation metadata tag

Ribbon

  • Added Clear method for resetting the ribbon

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

...

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

Ribbon

...

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

...

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

...