Search found 1394 matches

by Steve-Matrix
Mon Apr 13, 2026 1:11 pm
Forum: Feature Requests
Topic: Horizontal radio buttons
Replies: 2
Views: 174

Re: Horizontal radio buttons

Hi Bob, In Web Developer there is a "Radio Button" component within the "Controls" tab of Component Libraries: https://www.flowcode.co.uk/wiki/index.php?title=Component:_Radio_Button_(_Control) To use this, simply add several to the Webpage Design panel in any orientation you req...
by Steve-Matrix
Mon Apr 13, 2026 9:14 am
Forum: General
Topic: Frustration with Flowcode inconsistency
Replies: 4
Views: 213

Re: Frustration with Flowcode inconsistency

We have plans to improve Web Developer and having more help and examples on the wiki is part of that. If you ever can't find info in the wiki (because even when it is there, it is sometimes easy to miss), then please post specific questions on these forums. We try to be responsive and are happy to h...
by Steve-Matrix
Mon Apr 13, 2026 9:08 am
Forum: Feature Requests
Topic: ToBinary string manipulation
Replies: 11
Views: 377

Re: ToBinary string manipulation

What would have helped is if I could have seen the values as binary while simulating. Not sure if you are aware, but if you just want to view the binary value of a variable during simulation, then you have use a ",b" suffix in the variable view of the Simulation Debugger: Screenshot 2026-...
by Steve-Matrix
Sun Apr 12, 2026 10:28 am
Forum: General
Topic: Frustration with Flowcode inconsistency
Replies: 4
Views: 213

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: 337

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: 278

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: 366

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: 261

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: 529

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: 628

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...