Search found 1426 matches

by Steve-Matrix
Wed May 13, 2026 10:26 am
Forum: Bug Reports
Topic: copy error
Replies: 9
Views: 1166

Re: copy error

For info, in the next release you will be able to copy Flowcode commands as icons. And if the commands are in a Code or Pseudocode view, the text will be what you can see in that view (i.e. C code or pseudocode).
by Steve-Matrix
Tue May 12, 2026 6:20 pm
Forum: Bug Reports
Topic: copy error
Replies: 9
Views: 1166

Re: copy error

I will hopefully have a solution for this in the next release.
by Steve-Matrix
Tue May 12, 2026 9:16 am
Forum: Bug Reports
Topic: Copy and past Error, no Garbage collection
Replies: 2
Views: 133

Re: Copy and past Error, no Garbage collection

Thanks for reporting. Can you please provide more information because I cannot replicate the problem you are seeing. For example, what specific version of Flowcode does this affect? And could you provide a project that shows this behaviour - just in case it is something specific that is being copied...
by Steve-Matrix
Thu May 07, 2026 7:23 am
Forum: General
Topic: Compiling error in V7
Replies: 12
Views: 9811

Re: Compiling error in V7

Please post your project so we can try to replicate the issue.
by Steve-Matrix
Thu Apr 30, 2026 4:27 pm
Forum: Bug Reports
Topic: Closing the last-but-one macro view causes Flowcode to lock
Replies: 0
Views: 277

Closing the last-but-one macro view causes Flowcode to lock

I discovered an issue today where Flowcode appears to lock-up when a macro view tab is closed, leaving just a single macro showing on the main window. Flowcode doesn't actually lock-up, but it does become unresponsive to mouse clicks. There is a simple workaround - pressing the "Esc" key o...
by Steve-Matrix
Tue Apr 28, 2026 4:00 pm
Forum: General
Topic: Discrepancy in the PICO Toolchain Install Flowcode Help File
Replies: 2
Views: 512

Re: Discrepancy in the PICO Toolchain Install Flowcode Help File

Even if installing on a Windows 10 system, I would suggest using the Windows 11 SDK as it will likely contain anything relevant in the Windows 10 SDK.
by Steve-Matrix
Mon Apr 27, 2026 1:01 pm
Forum: Feature Requests
Topic: Web app spinner
Replies: 10
Views: 2556

Re: Web app spinner

That macro takes a byte value (0 to 255) and each bit in that value corresponds to a specific segment. So 0xFF (i.e. 255) would set all on. Here's a small example that shows the values and which segments are showing: https://www.flowcode.co.uk/example/WebComps/SevenSegTest.html Use the switches to c...
by Steve-Matrix
Mon Apr 27, 2026 10:48 am
Forum: Feature Requests
Topic: Web app spinner
Replies: 10
Views: 2556

Re: Web app spinner

There is a SetRawValue macro which should allow you to set segments individually.
by Steve-Matrix
Fri Apr 24, 2026 3:54 pm
Forum: General
Topic: Stepper Motor with a A4988
Replies: 3
Views: 1098

Re: Stepper Motor with a A4988

(I've split the topic)
by Steve-Matrix
Wed Apr 22, 2026 5:25 pm
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 27
Views: 14926

Re: ESP32 C6 mini compile does not work

There is now a new ESP32 toolchain MSI download which includes support for C3 and C6 without requiring the fix suggested earlier in this thread. This is available via the download page on this site. If you previously installed the toolchain from this site, you will receive the error "Another ve...