AWind
AWind copied to clipboard
Ennanchement.
Hi andrei. i don't know if is possible to made rouded buttons or labels like to made a LED.
regards
Hi andrei! I need also understand how i can fast dialog from hardware and library. I need hawe some input as fast input, and i can set input as attached interrupt. but i don't know how put in the awind the event. regards
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 call yourButton->SetDecorators(Environment::Get()->FindDecorators(F("RoundButton ")))
Regards Andrei
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 one implemented in Dialog1::DoControlMessage(Window *window).
Hi Andrei.
I hawe a verry big interess of your library, and i whish understand
verry good for use but also for give the possibility of your work to
have success.
I made a PCB and frame for buildin a good object based on arduino due
like as plc(PROGRAMMABLE LOGIC CONTROLLER).
If you whish i can send you "as payement for help and library" one pcb
to you for testing and for cooperate for bettering all product... my
hardware and your library.
i will attacched photos and source code i have written.
I'm not a big programer and i hope you can take a look of my work and
any suggestion are hopefully.
in the next days i put into my code remarks in english then you can
understand it.
i also attach photos of the machine...but please take it care and not
divulgate.
the machine is one aromatizer for alimentars... like potatos chips...
The coked chips will be putted in the first drum.
Then will be sprayed whit oil..
then the chips will ntrasfered into second drum and will be aromatized
whit paprica or saltz or another aroma ..
Then the machine are composed as:
- Oil drum, air Valve, oil valve
- elevator belt
- Aroma drum, aroma doser
4 motors, 2 Electric Valve, 2 Endstop for open inspection door, 1
emergency push button.
Not big machine but the next machine is one for cuttin cake and will
be recognizing cake type, round, square, whith roses or other
decoration and will calculate how many cutting must do.
Please take a look of the work... Hopefully of any big cooperation best regards
Elio.
Quoting AndreiDegtiarev [email protected]:
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 call
yourButton->SetDecorators(Environment::Get()->FindDecorators(F("RoundButton
")))Regards Andrei
You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/AndreiDegtiarev/AWind/issues/4#issuecomment-249444425
other pics. regards
Quoting AndreiDegtiarev [email protected]:
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 one implemented
in Dialog1::DoControlMessage(Window *window).You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/AndreiDegtiarev/AWind/issues/4#issuecomment-249445876
Hi Andrei.
I hawe a verry big interess of your library, and i whish understand
verry good for use but also for give the possibility of your work to
have success.
I made a PCB and frame for buildin a good object based on arduino due
like as plc(PROGRAMMABLE LOGIC CONTROLLER).
If you whish i can send you "as payement for help and library" one pcb
to you for testing and for cooperate for bettering all product... my
hardware and your library.
i will attacched photos and source code i have written.
I'm not a big programer and i hope you can take a look of my work and
any suggestion are hopefully.
in the next days i put into my code remarks in english then you can
understand it.
i also attach photos of the machine...but please take it care and not
divulgate.
the machine is one aromatizer for alimentars... like potatos chips...
The coked chips will be putted in the first drum.
Then will be sprayed whit oil..
then the chips will ntrasfered into second drum and will be aromatized
whit paprica or saltz or another aroma ..
Then the machine are composed as:
- Oil drum, air Valve, oil valve
- elevator belt
- Aroma drum, aroma doser
4 motors, 2 Electric Valve, 2 Endstop for open inspection door, 1
emergency push button.
Not big machine but the next machine is one for cuttin cake and will
be recognizing cake type, round, square, whith roses or other
decoration and will calculate how many cutting must do.
Please take a look of the work... Hopefully of any big cooperation best regards
Elio.
Quoting AndreiDegtiarev [email protected]:
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 one implemented
in Dialog1::DoControlMessage(Window *window).You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/AndreiDegtiarev/AWind/issues/4#issuecomment-249445876
at your answer: 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 call yourButton->SetDecorators(Environment::Get()->FindDecorators(F("RoundButton ")))
you mean i must write the code into your library files or just into the program whit arduino ide? this will be into the program:yourButton->SetDecorators(Environment::Get()->FindDecorators(F("RoundButton "))) but defining round button i don't find in your files...
hawe you recived my emails? regards
Hi Elio,
Yesterday and today I've answered your per PM message in arduino forum.
Regards
Andrei
i send email whith photos of hardware i made and the source code for it. regards. For persons like me whith poor c++ experience is better if you made a simply example for just one object... basically example whith minimum software.
regards. for images actually the library UTFTRaw work fine... but also if you implement a image container will be appreciate from someone, because hawe a same programmation metods are hopefull from every programmers.
Regards.
Hi Andrei. Yesterday i probe to made a roud button but whitout results. i can't come out.... regards