Re: [pygame] how to add the scroll bar?

2008-02-26 Thread René Dudfield
Behalf Of Ian Mallett > Sent: Tuesday, February 26, 2008 8:31 PM > To: pygame-users@seul.org > Subject: Re: [pygame] how to add the scroll bar? > > You can't do it with PyGame, unless you want to hardcode it yourself. > If you want to have one without making yourself,

RE: [pygame] how to add the scroll bar?

2008-02-26 Thread Sibtey Mehdi
Thanks, I have tried the wxPython and got it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Mallett Sent: Tuesday, February 26, 2008 8:31 PM To: pygame-users@seul.org Subject: Re: [pygame] how to add the scroll bar? You can't do it with P

Re: [pygame] how to add the scroll bar?

2008-02-26 Thread Ian Mallett
You can't do it with PyGame, unless you want to hardcode it yourself. If you want to have one without making yourself, you can use wxPython. Might be easier to make it yourself, though, given the overcomplexity of wx...

[pygame] how to add the scroll bar?

2008-02-26 Thread Sibtey Mehdi
Hi Does any one know how to add the scrollbar using pygame?. I am using pygame for some other type of applications and this functionality is needed to zoom the drawing on the screen. Thanks.. SibteyMehdi