Search found 1077 matches

by Steve-Matrix
Thu Sep 19, 2024 5:06 pm
Forum: Bug Reports
Topic: Export as HTML main image is missing
Replies: 2
Views: 28

Re: Export as HTML main image is missing

Please post (or PM) your project and the exported html and we'll investigate.
by Steve-Matrix
Mon Sep 16, 2024 5:31 pm
Forum: Feature Requests
Topic: Group Icons - Expand and Collapse
Replies: 2
Views: 805

Re: Group Icons - Expand and Collapse

Thanks for the suggestion. Something similar is already on our list of potential improvements and I will look at adding this to a future release of Flowcode. That said, it's unlikely to be added to Flowcode v9 or v10 as we are actively developing v11 now. Any new releases of v9 or v10 will be limite...
by Steve-Matrix
Mon Sep 16, 2024 5:24 pm
Forum: Feature Requests
Topic: Switch with more decisions
Replies: 10
Views: 2831

Re: Switch with more decisions

Function pointers is an interesting option, but I don't think Flowcode would simulate this functionality.
by Steve-Matrix
Mon Sep 16, 2024 5:21 pm
Forum: General
Topic: Solved: Macro not found in interrupt properties??
Replies: 6
Views: 272

Re: Macro not found in interrupt properties??

Does your "PWM" macro have parameters? If so, it will not show in the list. This is because there is no way of populating the parameters with values when the interrupt occurs. Only macros with no parameters will be shown in the drop-down list.
by Steve-Matrix
Mon Sep 16, 2024 4:27 pm
Forum: Bug Reports
Topic: V10 FLOWCODE BUG BUTTON SYSTEM CRASH
Replies: 1
Views: 475

Re: V10 FLOWCODE BUG BUTTON SYSTEM CRASH

Sorry for the late reply - I have been on holiday for the past 2 weeks. When Flowcode crashes, you should get a window to submit a crash report. Has this happened? Because this is happening with all projects, I suspect there is some other app on your PC that is interfering with Flowcode. Please try ...
by Steve-Matrix
Mon Sep 16, 2024 4:18 pm
Forum: Bug Reports
Topic: ESP32 and QMC5883 and HMC5883 not compiling
Replies: 7
Views: 984

Re: ESP32 and QMC5883 and HMC5883 not compiling

Please post your project so we can see where the problem is.
by Steve-Matrix
Thu Aug 29, 2024 8:56 am
Forum: Projects - Embedded
Topic: Importing embedded project from FC5 to FC10
Replies: 7
Views: 1820

Re: Importing embedded project from FC5 to FC10

You could try using global variables or constants in the component. Or if you are using C code within your project then add Supplementary Code to your project. This is available within the Project Options screen.
by Steve-Matrix
Tue Aug 27, 2024 4:18 pm
Forum: Feature Requests
Topic: Macros Map
Replies: 7
Views: 3150

Re: Macros Map

I've created a quick web page that might achieve what you want: https://www.flowcode.co.uk/FlowchartView/macro-map.php Note that it does not currently identify macros that are properties of components. (edit: this means it is not yet suitable for Web Developer apps). I've done only a bit of testing,...
by Steve-Matrix
Tue Aug 27, 2024 9:40 am
Forum: Projects - Embedded
Topic: Importing embedded project from FC5 to FC10
Replies: 7
Views: 1820

Re: Importing embedded project from FC5 to FC10

If you add your new component to your old v10 project, then you should be able to use the "replace" feature to replace each of your old components with the new one. So here: https://www.flowcode.co.uk/wiki/index.php?title=Replacing_a_Component This works best when the component macros for ...
by Steve-Matrix
Tue Aug 27, 2024 9:29 am
Forum: General
Topic: is there anyway to fold the long line of code inside Calculation icon
Replies: 4
Views: 1396

Re: is there anyway to fold the long line of code inside Calculation icon

There is a setting in the Global Options that can control this to some extent. This is "limit annotation size for new icons" under the "Flowchart" tab. However, this only works for newly created flowchart icons. This setting controls a hidden property of each icon called "te...