Search found 1277 matches

by Steve-Matrix
Thu Dec 04, 2025 3:53 pm
Forum: User Components
Topic: Flowcode document name
Replies: 6
Views: 53

Re: Flowcode document name

The constant is a string and should be called "MYFILENAME". Yes, you will need to create the variables. The alternative is to export the macro from my project and import it into your project. This will retain the local variables, but you will need to manually link this to the AddConst even...
by Steve-Matrix
Thu Dec 04, 2025 2:47 pm
Forum: User Components
Topic: Flowcode document name
Replies: 6
Views: 53

Re: Flowcode document name

Here are the steps that I did to create it in that attached project: Create a global constant Double-click the Compile::Ev_AddConst event in Project Explorer Double-click <Add new> Click "OK" Click "OK and Edit Macro" Add code as per my example to the Ev_AddConst macro If the &qu...
by Steve-Matrix
Thu Dec 04, 2025 1:26 pm
Forum: User Components
Topic: Flowcode document name
Replies: 6
Views: 53

Re: Flowcode document name

Hopefully the attached project shows you how to do it. I used a combination of the "AddConst" event to manipulate the value (and size) of a constant and the "Expand.PathName" to retrieve the name of the file. If you compile the project, the "MYFILENAME" Flowcode constan...
by Steve-Matrix
Thu Dec 04, 2025 10:53 am
Forum: Feature Requests
Topic: FRAM COMPONENT
Replies: 14
Views: 318

Re: FRAM COMPONENT

Ben is the master of this kind of thing, but I think you can use it in conjunction with the Ev_AddHeader event. This allows you to change or add to the C code generated for the component. Here's a snippet from the GLCD_Base component: Screenshot 2025-12-04 103037.png In your case, you could potentia...
by Steve-Matrix
Thu Dec 04, 2025 9:39 am
Forum: General
Topic: ESP32 UART-USB Brige How to use
Replies: 26
Views: 5746

Re: ESP32 UART-USB Brige How to use

May also need "main"?
by Steve-Matrix
Thu Dec 04, 2025 9:18 am
Forum: Feature Requests
Topic: FRAM COMPONENT
Replies: 14
Views: 318

Re: FRAM COMPONENT

If you mean getting the Flowcode version, then the "GetFCVersion" function provides it. My debug build is showing 0x0B0001 which means v11.0.1 (treat the returned value as 0xAABBCC where the version is AA.BB.CC). Screenshot 2025-12-04 091038.png For a macro name, it depends on exactly what...
by Steve-Matrix
Wed Dec 03, 2025 4:06 pm
Forum: General
Topic: professional upgrade question
Replies: 1
Views: 57

Re: professional upgrade question

We have disabled the v10 purchasing mechanisms and generally prefer users to be on the latest version of Flowcode. But there is a way to update v10 in some circumstances. I will PM you with some details shortly.
by Steve-Matrix
Fri Nov 28, 2025 5:06 pm
Forum: General
Topic: FlowCode-free version
Replies: 1
Views: 78

Re: FlowCode-free version

Sorry, but there are currently no free STM32 targets for Flowcode.
by Steve-Matrix
Fri Nov 28, 2025 1:41 pm
Forum: Bug Reports
Topic: V10 after the update no longer simulates!
Replies: 5
Views: 214

Re: V10 after the update no longer simulates!

Please attach a project file so I can try to replicate the issue you are seeing. That's really the best way to solve this problem. If you are reluctant to post your project here, then you could perhaps create a small project that shows the error you are seeing. And if that is no good, you can post y...
by Steve-Matrix
Fri Nov 28, 2025 9:23 am
Forum: Bug Reports
Topic: V10 after the update no longer simulates!
Replies: 5
Views: 214

Re: V10 after the update no longer simulates!

I've just checked the "generic 4x20" LCD in v10 and it seems to work ok for me. Do you have an example file that shows the problem? That would really help us solve this issue for you.