moving a button in code
I want to set the location of a button in my code. If I set it in the properties box it is at 48, 200, but I want to move it around once somebody is using the program
btn.location() = ??????
It didn't like btn.location() = (48, 200)
|