Search found 1468 matches
- Wed Jun 17, 2026 9:35 am
- Forum: Bug Reports
- Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
- Replies: 1
- Views: 137
Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
Thanks for letting us know. We will get a fix out for this today. In the meantime, you could use the attached FCD instead. Put it into the following folder while Flowcode is not running: %PROGRAMDATA%\MatrixTSL\FlowcodeV11\FCD\ARM When you try to compile, you may need to re-target your project to th...
- Tue Jun 16, 2026 12:27 pm
- Forum: Feature Requests
- Topic: App Developer - Text Array / Values Table
- Replies: 3
- Views: 12381
Re: App Developer - Text Array / Values Table
Thanks for the reminder. Are you referring to Web Developer or PC Developer?
- Tue Jun 16, 2026 10:48 am
- Forum: Feature Requests
- Topic: App Developer: USB Webcam Component
- Replies: 18
- Views: 3471
Re: App Developer: USB Webcam Component
I think when the web app asks for permission, you can choose the camera then.
I have just created a project which records and saved a video, so yes it can. But it has thrown up various issues. I will try to allocate some time to fix these issues over the next few days.
I have just created a project which records and saved a video, so yes it can. But it has thrown up various issues. I will try to allocate some time to fix these issues over the next few days.
- Mon Jun 15, 2026 10:21 am
- Forum: App Developer
- Topic: How to connect PC App and Web App together
- Replies: 4
- Views: 319
Re: How to connect PC App and Web App together
I think polling if how I'd do it. If you want the Web app to respond to incoming data without polling, then you could look at using MQTT as a way of routing messages between the PC app and the Web app.
- Fri Jun 12, 2026 5:47 pm
- Forum: App Developer
- Topic: How to connect PC App and Web App together
- Replies: 4
- Views: 319
Re: How to connect PC App and Web App together
I've edited your files to show how this could happen. Some changes I made to the Web Developer app: The DataType is now JSON Encoded The URL is a local IP address as created by the PC Developer app's Network Comms IP Address The ProcessResponse macro extracts the "Data" tag from the receiv...
- Fri Jun 12, 2026 11:04 am
- Forum: Feature Requests
- Topic: App Developer: USB Webcam Component
- Replies: 18
- Views: 3471
Re: App Developer: USB Webcam Component
This may not be possible due to the way web browser security works. Activity such as using the camera and saving files cannot be automatic and must be initiated via a user gesture (e.g. a mouse click).
- Thu Jun 11, 2026 4:42 pm
- Forum: Feature Requests
- Topic: App Developer: USB Webcam Component
- Replies: 18
- Views: 3471
Re: App Developer: USB Webcam Component
Thanks, Stefan. The date is UTC. Here is some code that will hopefully set the filename to the local time. This will replace the code int he first icon in the OnSaveImageClick macro. var currentdate = new Date(); //adjust for local time var offset = currentdate.getTimezoneOffset(); currentdate.setTi...
- Thu Jun 11, 2026 3:54 pm
- Forum: General
- Topic: Flowcode v11.0.2.17
- Replies: 0
- Views: 350
Flowcode v11.0.2.17
A new core update to Flowcode v11 is now available. This version is v11.0.2.17 and if you are running a version of Flowcode v11 prior to this latest release, the following notification will appear allowing it to be downloaded and installed: latest core update.png Alternatively, this new version is a...
- Thu Jun 11, 2026 12:26 pm
- Forum: Feature Requests
- Topic: App Developer: USB Webcam Component
- Replies: 18
- Views: 3471
Re: App Developer: USB Webcam Component
I think that saving a file from a web app will always save to the Downloads folder (otherwise a website could compromise the local file system). The attached is a small improvement. There is a new WebCamera fcpx component, and the ".fcweb" file is an example that sets the aspect ratio of t...
- Wed Jun 10, 2026 4:28 pm
- Forum: Feature Requests
- Topic: App Developer: USB Webcam Component
- Replies: 18
- Views: 3471
Re: App Developer: USB Webcam Component
Hi Stefan,
Here's a very early version of a Camera component for Web Developer. It's likely to change, but you can see what it can do.
The attached example allows a screenshot to be taken from the camera and this is shown as an image.
Here's a very early version of a Camera component for Web Developer. It's likely to change, but you can see what it can do.
The attached example allows a screenshot to be taken from the camera and this is shown as an image.