Thanks for the report. As a convenience, Flowcode remembers any expression used in a Loop command. But this is hidden when "Loop Forever" is selected.
This should be fairly easy to fix - I will allow the variable to be deleted if it only shows in hidden/remembered expressions.
Search found 1480 matches
- Mon Jul 13, 2026 1:48 pm
- Forum: Bug Reports
- Topic: Cannot delete this variable because it is used in macro Main by icon Loop
- Replies: 4
- Views: 93
- Mon Jul 13, 2026 10:23 am
- Forum: General
- Topic: TapaTalk plugin for phpBB to read the Flowcode Forum on iOS/Android
- Replies: 4
- Views: 135
Re: TapaTalk plugin for phpBB to read the Flowcode Forum on iOS/Android
Thanks for the info.
I've read a little more about this and it seems to various problems for forum admins. It is an unverified extension that has failed validation processes and opens up various security issues, so we're not going to add this at the moment.
For info, here are some of the threads ...
I've read a little more about this and it seems to various problems for forum admins. It is an unverified extension that has failed validation processes and opens up various security issues, so we're not going to add this at the moment.
For info, here are some of the threads ...
- Mon Jul 13, 2026 9:15 am
- Forum: General
- Topic: TapaTalk plugin for phpBB to read the Flowcode Forum on iOS/Android
- Replies: 4
- Views: 135
Re: TapaTalk plugin for phpBB to read the Flowcode Forum on iOS/Android
I've never heard of that app. It needs a 3rd party plugin to be installed on our website and I've seen reports of it not working with the later versions of this forum.
What advantages does this plugin give you that you do not get from viewing it directly in a browser?
What advantages does this plugin give you that you do not get from viewing it directly in a browser?
- Wed Jul 08, 2026 9:48 am
- Forum: General
- Topic: Server update
- Replies: 0
- Views: 223
Server update
Just a quick announcement that we have recently updated the webserver running this website.
I am aware of a small number of users who have updated their login password during this process and the new password has not been included in the update.
If you are having problems logging into the website ...
I am aware of a small number of users who have updated their login password during this process and the new password has not been included in the update.
If you are having problems logging into the website ...
- Tue Jul 07, 2026 9:43 am
- Forum: General
- Topic: array size seems to be limited
- Replies: 5
- Views: 313
Re: array size seems to be limited
This is normal - only the first 25 array values are shown. If you need to view or alter the value of an array element above index 24, you can add a suitable expression - e.g. sensor_1_array[90] - to the watch window area of the Simulation Debugger when running the project via simulation or ICD.
- Fri Jun 26, 2026 11:08 am
- Forum: Tips & Tricks
- Topic: Using PICKit5 with Flowcode
- Replies: 2
- Views: 9508
Re: Using PICKit5 with Flowcode
I don't have a PicKit5 to be certain, but you should be able to add "/W33" or "/W50" (for 3v3 and 5v power) as a parameter. Hopefully that will work.
- Thu Jun 25, 2026 5:40 pm
- Forum: Feature Requests
- Topic: App Developer: USB Webcam Component
- Replies: 24
- Views: 5632
Re: App Developer: USB Webcam Component
Hi Stefan,
Thanks for the suggestion. I think having some options would be possible. I'll look into it.
Thanks for the suggestion. I think having some options would be possible. I'll look into it.
- Wed Jun 24, 2026 5:14 pm
- Forum: Feature Requests
- Topic: App Developer: USB Webcam Component
- Replies: 24
- Views: 5632
Re: App Developer: USB Webcam Component
Thanks, both. We'll probably release this tomorrow as well as a similar one for playing/recording audio. I just want to test a little more.
- Wed Jun 24, 2026 4:39 pm
- Forum: Feature Requests
- Topic: App Developer: USB Webcam Component
- Replies: 24
- Views: 5632
Re: App Developer: USB Webcam Component
Hi Stefan (and anyone else who is interested).
I've spent a bit of time on this recently and attached is a components for a video control in Flowcode's Web Developer. This can also be attached to a web camera.
There is also an attached project which allows still images and short video clips to be ...
I've spent a bit of time on this recently and attached is a components for a video control in Flowcode's Web Developer. This can also be attached to a web camera.
There is also an attached project which allows still images and short video clips to be ...
- Mon Jun 22, 2026 9:13 am
- Forum: Bug Reports
- Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
- Replies: 9
- Views: 1400
Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
I am currently testing the generated .hex files inside Proteus simulation before moving the project to physical hardware.
One problem with this approach is you will not know if the issue is caused by an error in the Flowcode project or an error in the simulation within Proteus. Only when you ...