Search found 1391 matches

by Steve-Matrix
Sun Apr 12, 2026 10:28 am
Forum: General
Topic: Frustration with Flowcode inconsistency
Replies: 3
Views: 103

Re: Frustration with Flowcode inconsistency

Although Embedded and PC Developer share many similarities and often the components used in one are the same as the other. Web Developer is fundamentally different. It is based on JavaScript rather than C and the simulation is inherently different. Programming concepts for a browser-based environmen...
by Steve-Matrix
Thu Apr 09, 2026 9:59 am
Forum: Feature Requests
Topic: Web app spinner
Replies: 6
Views: 249

Re: Web app spinner

Thanks for the suggestion. I'll look into it.
by Steve-Matrix
Wed Apr 08, 2026 9:17 am
Forum: App Developer
Topic: Supressed zero's
Replies: 2
Views: 207

Re: Supressed zero's

You could maybe hide the label on the gauge with a shape and use your own text label showing the value in the required format.
by Steve-Matrix
Tue Apr 07, 2026 5:34 pm
Forum: General
Topic: Solved: Replace component: how to?
Replies: 4
Views: 290

Re: Replace component: how to?

That should work ok. I'll try this when I get a chance and try to find out what is going wrong
by Steve-Matrix
Mon Apr 06, 2026 9:38 am
Forum: Feature Requests
Topic: Web App chart modifications
Replies: 2
Views: 225

Re: Web App chart modifications

Thanks, Bob. We plan to improve many aspects of Web Developer soon and these suggestions will be added to our list. Regarding colour of the traces, you can change them if you select 'custom' from the style property. The custom style also lets you have a transparent background which may help you with...
by Steve-Matrix
Thu Apr 02, 2026 8:34 am
Forum: App Developer
Topic: Number Pad
Replies: 7
Views: 507

Re: Number Pad

simon-sandtcontrols wrote:
Thu Apr 02, 2026 8:32 am
I am not sure what file format the .fcpcd is, but Flowcode 10 won't recognise it, so I can't look and see what you have done.
I think you could change the extension to .fcsx and then it should load into Flowcode v10.
by Steve-Matrix
Wed Apr 01, 2026 11:08 am
Forum: Projects - Embedded
Topic: PIC18F24J11 PWM not working (simulation working)
Replies: 4
Views: 570

Re: PIC18F24J11 PWM not working (simulation working)

Sorry for taking a while to respond and thanks for the polite reminder :) I don't have that chip, but I have tried your project on another chip (PIC18F67K40) and it works fine. At first I thought the issue might be because you are outputting to the same pin as the PWM, but that does not seem to caus...
by Steve-Matrix
Thu Mar 26, 2026 3:22 pm
Forum: General
Topic: ADS1115 An0 not simulate - Resolved
Replies: 3
Views: 524

Re: ADS1115 An0 not simulate

Thank you for reporting this. I can see the problem and will try to get a fix out soon. The problem is that another subcomponent is blocking most of the left-most gauge. It doesn't completely cover the gauge and you should be able to click it near the top and it will work. This means that as a worka...
by Steve-Matrix
Wed Mar 25, 2026 11:36 am
Forum: General
Topic: Flowcode v11.0.1.14
Replies: 1
Views: 474

Re: Flowcode v11.0.1.14

The templates/examples are stored with Flowcode's other Library Files data and can be overwritten, so I would not suggest copying your files there unless you were careful to keep backups. If you did want to add templates there, then they are located here: %PROGRAMDATA%\MatrixTSL\FlowcodeV11\Misc\Tem...
by Steve-Matrix
Tue Mar 24, 2026 10:05 am
Forum: General
Topic: Compare strings!
Replies: 7
Views: 979

Re: Compare strings!

Also, the direct string comparison current only works with the "is equal to" ("==" / "=") and "is not equal to" ("<>" / "!=") operators. We may change this in a future release so it also works with "greater than" (etc).