Search found 116 matches

by solozerouno
Tue Nov 28, 2023 3:04 am
Forum: General
Topic: conversion Char variable to var or float variable
Replies: 0
Views: 6737

conversion Char variable to var or float variable

```cpp void setup() { Serial.begin(9600); // Inizializza la comunicazione seriale } void loop() { char numeroChar[] = "12,3"; // Variabile contenente il numero come caratteri int numeroIntero = 0; float numeroFloat = 0.0; bool contieneVirgola = false; int posizioneVirgola = -1; for(int i = 0; i < st...
by solozerouno
Wed Nov 22, 2023 12:30 am
Forum: General
Topic: New component error
Replies: 1
Views: 5486

New component error

when I try to save my project I get "you need to remove the component before exporting ComponentRoot1 ComponentRoot2". if I go to components there is no component with that name, what can I do?
Thanks Solozerouno.
by solozerouno
Wed Nov 08, 2023 7:33 pm
Forum: General
Topic: Component modify help
Replies: 3
Views: 6824

Re: Component modify help

Can I know how to add or remove macros from my component or add functions to a macro or component I have created?
Thank you Solozerouno
by solozerouno
Sun Nov 05, 2023 3:58 am
Forum: General
Topic: Component modify help
Replies: 3
Views: 6824

Component modify help

I would need some information on the possibility of modifying a component such as a variable resistor to read an anlogic sensor. How can you remove a macro you don't use and add others, how to use variables, how to change the name.... I've watched the videos but it doesn't show for example how to ma...
by solozerouno
Wed Nov 01, 2023 11:44 pm
Forum: App Developer
Topic: Multiple Page App Developer
Replies: 4
Views: 12007

Re: Multiple Page App Developer

However, the idea of ​​a function designed to open multiple pages from a home page, perhaps from a switch, would be the best.... I'll give an example of what I should do: a home page on a PC has the function of setting my welding machine in 3 ways: welding for iron, welding machine for aluminum and ...
by solozerouno
Wed Nov 01, 2023 11:37 pm
Forum: App Developer
Topic: Multiple Page App Developer
Replies: 4
Views: 12007

Re: Multiple Page App Developer

Is it possible to have an example with images please? So as to understand better..... Thanks Solozerouno
by solozerouno
Wed Nov 01, 2023 1:05 am
Forum: General
Topic: File .fcfx
Replies: 2
Views: 1229

File .fcfx

How can I see the .fcfx files I find on the forum? I remember there was a webpage....
Thank you Solozerouno
by solozerouno
Wed Nov 01, 2023 12:41 am
Forum: App Developer
Topic: Multiple Page App Developer
Replies: 4
Views: 12007

Multiple Page App Developer

Is it possible to make it so that App Developer can open several pages from one main page?
Thank you Solozerouno