Search found 113 matches

by canary_wharfe
Mon Jul 07, 2025 9:02 pm
Forum: App Developer
Topic: Flowcode Developer's web export question re IOS Safari browser display
Replies: 22
Views: 21234

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

Using iOS iPhone and iPad with BOTH SAFARI and Google CHROME there is a slight improvement in this BasicWebApp test file. The graphic displays correctly but the text, "It Works!" is missing being replaced by the word "Label" See the attached screenshot. Same result for Safari and...
by canary_wharfe
Mon Jul 07, 2025 2:30 pm
Forum: App Developer
Topic: Flowcode Developer's web export question re IOS Safari browser display
Replies: 22
Views: 21234

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

Steve (and chipfryer27) FYI I'll look into these questions, hopefully this evening, and I'll try and report back tomorrow.
by canary_wharfe
Mon Jul 07, 2025 12:42 pm
Forum: App Developer
Topic: Flowcode Developer's web export question re IOS Safari browser display
Replies: 22
Views: 21234

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

Hello Steve Finally got to sort out using Apple's Web Inspector dev tool on a MACbook connected to an iphone so that the tool can analyse the code displaying on the iOS Safari. I'm afraid It seems to be a more serious problem than a basic incompatibility between how the Flowcode Web Dev HTML page is...
by canary_wharfe
Thu Jul 03, 2025 2:11 pm
Forum: Projects - Embedded
Topic: ESP32 compilation error (I think) with floating point maths
Replies: 2
Views: 4515

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

Steve.... Of course!!! That's it ... now compiled ... AND that last fround line was the one line that was NOT in my PIC24 project. I should have remembered that. Can't honestly remember now why that fround line had to be added in to the ESP32 version but much appreciated and much relieved. (BTW I ha...
by canary_wharfe
Thu Jul 03, 2025 1:35 pm
Forum: Projects - Embedded
Topic: ESP32 compilation error (I think) with floating point maths
Replies: 2
Views: 4515

ESP32 compilation error (I think) with floating point maths

Just updated an old project from PIC24 that simulated and compiled without issue. However, on porting into ESP32, a section of floating point calculations is breaking the compiler. It simulates perfectly just like the PIC24 version and it builds the c code without issue. But something is going wrong...
by canary_wharfe
Tue Jul 01, 2025 11:28 pm
Forum: App Developer
Topic: Can't access the Flowcode Web Developer Deployment Window
Replies: 4
Views: 6547

Re: Can't access the Flowcode Web Developer Deployment Window

Ummm ... I think perhaps you're right and I'm just imagining it. Just set up a PC app developer test project and the deployment options page comes up as you suggested. I must be losing it ... the trouble is I've played around so much with both web developer and PC developer in the last week trying t...
by canary_wharfe
Tue Jul 01, 2025 8:17 pm
Forum: App Developer
Topic: Can't access the Flowcode Web Developer Deployment Window
Replies: 4
Views: 6547

Re: Can't access the Flowcode Web Developer Deployment Window

No the option was available and now it's gone (web app developer). I set one of the options for the HTML web page to run immediately on start up when the html file was clicked. I want to turn the run on startup to OFF and I can't get back to the settings page to do that.
by canary_wharfe
Tue Jul 01, 2025 6:53 pm
Forum: App Developer
Topic: Can't access the Flowcode Web Developer Deployment Window
Replies: 4
Views: 6547

Can't access the Flowcode Web Developer Deployment Window

Can't access the Flowcode Web Developer Deployment Window: I used to go to File > Export > Deploy as Flowcode App. Configuring the App: The deployment window will appear, allowing you to choose which components, panels, and views to include in the final application. You can also manage resources lik...
by canary_wharfe
Fri Jun 27, 2025 2:28 pm
Forum: App Developer
Topic: Can't get example dial indicator to display any value
Replies: 6
Views: 4780

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

Brilliant! That should help see the principle of the process. Thanks again Steve.
by canary_wharfe
Fri Jun 27, 2025 1:44 pm
Forum: App Developer
Topic: Can't get example dial indicator to display any value
Replies: 6
Views: 4780

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

Hello Steve. So you're confirming the 'image files' property's purpose is as I assumed for loading a custom image of a dial face then? That would be just the circular dial face without the pointer?