Hi, i am pretty new to python.
I am not able to pass any argument to any of the functions that are in the menu_options tree?
Could someone explain how to do it?
When i click one of the options of the menu i want to call a function that needs two arguments but i am not able to pass them, it gives me an error, like if the function didn't accept any arguments.
And also whenever i run the project , the function in the menu_options tree always runs even though i dont click the button in the tray area for it run.
Thanks in advanced.