Flowcode v10.0.1.18

For general Flowcode discussion that does not belong in the other sections.
Locked
Steve-Matrix
Matrix Staff
Posts: 1253
http://meble-kuchenne.info.pl
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Flowcode v10 Flowcode v10.0.1.18

Post by Steve-Matrix »

A new core update has been released for Flowcode v10. If you are running a version of Flowcode v10 prior v10.0.1.18, a notification will appear allowing it to be downloaded and installed (assuming you have "Check for core updates on launch" enabled in the Global Settings).
v10 core update.png
v10 core update.png (6.01 KiB) Viewed 7252 times

This new version contains the following fixes and additions:

Bug fixes:
  • Corrected display of unlicensed "!" badge in target list
  • Fixed crash when adding state diagram objects to newly-created macro
  • State diagrams are now allowed in App Developer projects
  • State diagrams not shown unless user has the ALT licence pack (part of the Professional licence)
  • Double-clicking a component on the toolbar now correctly adds it to the appropriate panel
  • UI no longer locks when accessing 2D components in a tight loop
  • Illegal port check was preventing component initialisation
  • Fixed a crash when editing local constants
  • Adding to panel from component search now prevented during simulation
  • Fixed GDI leaks in Button, Editbox and ComboBox primitives
  • Disabled problematic optimisation of component macro generation
  • Various 2D panel fixes when scrollbars were not both zero
  • Copying and pasting onto 2D Legacy panel now retains component size
  • No longer crashes when loading a missing file from recent files list
  • Fixed intermittent crash where update alert popup window was deleted
  • Pie, Bubble and Ternary chart components fixed
  • 3D primitive property changes are redrawn correctly
Added:
  • 2D panel simulation speed improvements (now up to 3x faster) and fixed UI locks
  • Added internal timer to ensure 2D panels are not redrawn to frequently
  • Current panel is redrawn when a gauge component is being tracked
  • 3D primitives can be shown in Project Explorer if "show nested" is selected
  • Timestamp and build number saved to App Developer builds
  • New APIs for above (GetDeployTimestamp/GetDeployDateTime/GetDeployBuildId)
  • New GetSimMode API to differentiate between simulation modes
  • Bitmask property defaults to 8 if width is not in range 1 - 32
  • Filename property now allows optional custom filename extensions
  • Comp Handle property now includes filter to limit list to specific component guid(s)
  • New 'Macro call (with add new)' property type
  • Default name/description/parameters for new macros created via property
  • Macro properties now allow <none> to be selected
  • Various improvements to Button primitives
  • Grouping radio button primitives now creates an independent option group
  • Component properties brought to front when shown (if floating)
  • Double-click on component in 2D panel when editing opens component properties
  • Partial translation files for French, German, Spanish, Italian and Chinese (traditional)

Locked