Re: [pygame] Re: Need a lot of help with 'virtual' board game

2015-07-03 Thread tom arnall
Michael, it just occurred to me that people on this thread cd probably help you better if they knew something of the programs you have written so far, in whatever language. Regards, Tom .. "If you're not having fun, you're probably f*cking up." Alfred E. Neuman On 7/2/15, Michael wrote:

RE:[pygame] Re: GUI for pygame : ThorPy

2015-07-03 Thread Yann Thorimbert
Hello, Yes you can set image and size of the buttons for each state (normal, pressed, etc...). You can set the image of the element with "my_element.set_image(path_to_image)". (second optionnal argument: state of the button. Typically you would use thorpy.constants.STATE_NORMAL and thorpy.cons