Andrei Degtiarev

Results 6 comments of Andrei Degtiarev

Hi, I'm happy to see that you solve all problems by our own, except probably image-button :-) For the start I would advise to use VacuumPump example. Because the architecture...

I agree with elpapais that those lines are probably kind of low level artefacts, and not "wrong rectangles" in application code. The MAXFLOAT is system variable that is defined in...

It should work on Mega. You can try to define MAXFLOAT macro in your code. In your project because of safety reasons you can also think about splitting of control...

Hi Elio, To make button or label round you need create your own decorator (see for example content of DefaultDecorators::InitButton). You can name your decorator “RoundButton”. Then you need just...

To work with modal dialogs first you need create your own dialog window, register it via RegisterDialog (see Dialogs.pde). To call your own dialog you need implement code similar to...

Hi Elio, Yesterday and today I've answered your per PM message in arduino forum. Regards Andrei