Search found 1199 matches

by Steve-Matrix
Wed Jul 09, 2025 10:49 am
Forum: App Developer
Topic: Flowcode Developer's web export question re IOS Safari browser display
Replies: 22
Views: 6077

Re: Flowcode Developer's web export question re IOS Safari browser display

(Note: I've moved this topic to "App Developer" from "Embedded")
by Steve-Matrix
Wed Jul 09, 2025 10:48 am
Forum: App Developer
Topic: Flowcode Developer's web export question re IOS Safari browser display
Replies: 22
Views: 6077

Re: Flowcode Developer's web export question re IOS Safari browser display

I've managed to get a very old version of Safari working in a sandbox on my Windows PC which has allowed me to test a few things. The attached is a simple project. The zip contains: The .fcsx source file ChartTest.html - the file created by Flowcode ChartTest1.html - a file with a small edit from in...
by Steve-Matrix
Tue Jul 08, 2025 10:52 am
Forum: App Developer
Topic: Flowcode Developer's web export question re IOS Safari browser display
Replies: 22
Views: 6077

Re: Flowcode Developer's web export question re IOS Safari browser display

Thanks. The browser where it say just "Label" probably has JavaScript turned off.

As suspected though, the problem is with Apple not liking access to the Google API (or vice versa). This will affect the charts and gauges in Web Developer projects.
by Steve-Matrix
Mon Jul 07, 2025 1:43 pm
Forum: App Developer
Topic: Flowcode Developer's web export question re IOS Safari browser display
Replies: 22
Views: 6077

Re: Flowcode Developer's web export question re IOS Safari browser display

Thanks for the info.

Out of interest, does this also happen if a very basic Flowcode web app is created (e.g. like the attached one which has just a shape and a text field)?
by Steve-Matrix
Thu Jul 03, 2025 2:36 pm
Forum: Feature Requests
Topic: App Input text for filename (More Info for components)
Replies: 6
Views: 2223

Re: App Input text for filename (More Info for components)

There is also an "Input Text" file for text entry in Web Developer.
by Steve-Matrix
Thu Jul 03, 2025 2:35 pm
Forum: Feature Requests
Topic: App Input text for filename (More Info for components)
Replies: 6
Views: 2223

Re: App Input text for filename (More Info for components)

You can use the "EditBox" 2d primitive to allow entry of text in a PC Developer project. To see the available macros without adding to the panel, right click the component entry in the menu and select "help". This opens the wiki which will list the available macros. It looks like...
by Steve-Matrix
Thu Jul 03, 2025 1:41 pm
Forum: Projects - Embedded
Topic: ESP32 compilation error (I think) with floating point maths
Replies: 2
Views: 1948

Re: ESP32 compilation error (I think) with floating point maths

I think your "fround(abs,1)" needs to set a variable. For example "myvar = fround(abs,1)".

Or if your intention is to round the value of <abs> then: "abs = fround(abs,1)".
by Steve-Matrix
Mon Jun 30, 2025 2:19 pm
Forum: General
Topic: Arduino Uno WDT
Replies: 2
Views: 496

Re: Arduino Uno WDT

Searching these forums is a good place to start. For example:
search.php?keywords=arduino+wdt

There seem to be a few posts with info and solutions to this.
by Steve-Matrix
Mon Jun 30, 2025 9:58 am
Forum: General
Topic: ESP32 Bluetooth HID possible?
Replies: 11
Views: 4302

Re: ESP32 Bluetooth HID possible?

I agree - @mnfisher, @chipfryer27 and others provide so much valuable help on this forum and every contribution they make is appreciated so much. It would be impossible for this forum to exist without the selflessness and thoughtfulness of these people. I hope the following does no dilute this messa...
by Steve-Matrix
Fri Jun 27, 2025 2:23 pm
Forum: App Developer
Topic: Can't get example dial indicator to display any value
Replies: 6
Views: 3130

Re: Can't get example dial indicator to display any value

Yes, you can have custom images for the face of the gauge and the central 'cap'. The attached is an example I did a long time ago (for v9). It uses the "Gauge" primitive rather than the "Circular Gauge" component, but the principle is the same. One of the gauges has custom images.