Release Notes for v3.2.1

BlackBox Updates:

Calendars

• Scroll bar added.
• Missing dateline on Windows restored.
• Rendering issues resolved.
• More overrides added for greater degree of custom configuration.

GanttChart Pro

• Action parameters added.
• Ability to select and deselect appointments added.
• More overrides added for greater degree of custom configuration.


Reactor Core

  • Improved Reactor Startup script performance. By comparing Build numbers, we avoid re-installing current version.
  • ResourceCal demo added (Examples-> Consultations).
  • Use of MonthCal as Navigator demo added (Examples-> Consultations).
  • GanttChart Pro demo with multiple tasks by person added (Examples-> Plan -> Tasks by Person).


Reactor plugin

  • Fixed refresh issue after long periods of inactivity.
  • BlackBoxes now have a Build number.
  • All of Reactor's BlackBox functions now take either BlackBox name or a function name as a parameter, e.g
  • BlackBoxRemove( "CalendarPack" ) has the same effect as BlackBoxRemove( "DayCal" ).
  • Improved relationship filtering, more like FileMaker's behaviour (particularly for not =, >, < relationships).
  • Enabling the plugin while FileMaker was running caused it to crash - now resolved.
  • Instability issues addressed.

Dev Advanced features

  • New Environment variables:
$com.reactorize.env.function - current function being evaluated
$com.reactorize.env.blackbox - current BlackBox being evaluated
$com.reactorize.env.build - the build number of the BlackBox being evaluated
  • Dev Advanced debug and error icons appear in Development mode.
  • Character encoding issues when accented characters used in path-names on Windows addressed.