The G4P library reference comes with the library i.e.go to the folderThere is a possbility to have an instruciton set or an api for this library?
Yesi should write only the setVisible() with false in the main and the the same function with true in the Event of the button, is it right ?
Yes - but I cannot promise to reply as quickly, depends on what other things I am doing.Is it possible that i ask you, when i have problems, and i can't resolve this ?
Hi thanks, this with the windows is functioned.
Now I want to communicate with the Arduino via the Serial libary (Arduino is connected via usb), in other words: for example I press in the main window CAN. So after that it will pop up the can window, that contains a dropdown box with 5 choices and a textbox, an exit button and a "send to arduino" button.
I want to send the content that i write into the textbox to the Arduino, when the Button "Send to Arduino" is pressed.
So for this I use the Serial library. So I need a Code section in my GUI and a code section in my Arduino.
My question is, where i should write the Code section for the GUI, I have two files from the GUI: 1) gui.pde 2)GUI_Programm?
Because I want to send the content from the textbox when I press the button "Send to Arduino".
Thanks a lot.
Hi, my target is, that I can send from the GUI Information to my arduino.
So and for example , when I press the button "send" this with the help of the serial library I transmit the data to arduino.
My problem is to understandm where i should put this action, that when I press the button the should send it to arduino.
Should I write this into the gui.pde in the eventhandler for the BUtton ? Sorry for the questions .
Yes that would be okShould I write this into the gui.pde in the eventhandler for the BUtton ?