Flowcode v10.1.2.40

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

Flowcode v10 Flowcode v10.1.2.40

Post by Steve-Matrix »

A new version of Flowcode v10 (v10.1.2) is available from the https://www.flowcode.co.uk/download/ download page.

The latest patch is "FlowcodeV10.1_QFE2-10.1.2.40.msp" and instructions to update Flowcode can be found here: These are the main changes since the previous release (v10.1.1.39) from last May:

Bug fixes:
  • Function help string for ImplodeFromXXX fixed for embedded projects
  • Panels correctly deleted from context menu when creating 'move to' list
  • Now correctly closes Flowcode after core update
  • Calculation text no longer deleted if the first line is blank
  • Supplementary code no longer deleted if the first line is blank
  • Changes to allow utf8 encoded strings to be used in Web Developer projects
  • Simulation fix where FLOAT = (1 - UINT) temporary result was assumed to be unsigned
  • Fixed pseudocode output of comments within calculations
Added:
  • Height of single-line entry boxes now accommodate a larger font
  • Added tooltip properties to 2d shape primitive component
  • Added <DesktopAlert> API function
  • Command icon tooltips not shown if repeating text shown in the Code view
  • Command icon code can now be customised in Web Developer projects
  • Added current icon marker for Code and Pseudocode views when simulating
  • Added <URIEncode> and <URIDecode> API functions
  • WebDev html creation now iterates tags for subcomponents and adds comp info

Details for the previous updates can be found here:

andrewproffi
Posts: 6
Joined: Tue Dec 15, 2020 10:28 am

Re: Flowcode v10.1.2.40

Post by andrewproffi »

Hello. Where can I see my current version of the program? How can I edit the component code?

stefan.erni
Valued Contributor
Posts: 997
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 190 times
Been thanked: 217 times

Re: Flowcode v10.1.2.40

Post by stefan.erni »

Hi andrewproffi

You can click here :
2024-08-06_15-58-47.PNG
2024-08-06_15-58-47.PNG (7.33 KiB) Viewed 16143 times
a windows open then like this
2024-08-06_15-59-17.PNG
2024-08-06_15-59-17.PNG (202.92 KiB) Viewed 16143 times


The component code you can found here:
https://www.flowcode.co.uk/wiki/index.p ... Components

regards
Stefan

andrewproffi
Posts: 6
Joined: Tue Dec 15, 2020 10:28 am

Re: Flowcode v10.1.2.40

Post by andrewproffi »

ok, thanks!

MJU20
Posts: 336
Joined: Tue Dec 08, 2020 5:11 pm
Has thanked: 93 times
Been thanked: 67 times

Re: Flowcode v10.1.2.40

Post by MJU20 »

Great work guys!

When I compile a ESP32 flowchart there isn't a project folder created anymore??
The speed of compiling an ESP32 project is many times faster then before.

Are these new features?
I just can't get a ILI9488 display working, don't know why..

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: Flowcode v10.1.2.40

Post by medelec35 »

MJU20 wrote:
Wed Oct 23, 2024 5:08 pm
When I compile a ESP32 flowchart there isn't a project folder created anymore??
hello
before the latest ESP32 update, as you know every time a new project was created or a project was renamed there was a folder created and it took a while to compile.
Since the upgrade, a new folder is created within \FC_ESP folder only when a new target device is selected, and unlike before, not if the project name changes.
MJU20 wrote:
Wed Oct 23, 2024 5:08 pm
I just can't get a ILI9488 display working, don't know why..
Can you start a new thread on this within the General section, and we will help you.
Martin

Post Reply