generated 40 rectangles instead of expected of 20 rectangles

I only see 20 bars. Win7 (64bit), Python 2.7.3 (32 bit), wxPython 2.8.12.1
And same in Ubuntu 12.10, Python 2.7.3 (32bit), wxPython 2.8.12.1

···

On Fri, Jan 11, 2013 at 8:47 PM, shannon shannonzheng5@gmail.com wrote:

Hi, I am new in python.
I was writing a simple program to generate 20 rectangle bars, but after I run the application, it seems there are 40 bars generated.
Does anybody know how to solve this problem? I have attached the code.

Thanks

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

Because only the first 20 in the list are drawn.

···

On 1/12/13 2:10 PM, Kevin O. Grover wrote:

I only see 20 bars. Win7 (64bit), Python 2.7.3 (32 bit), wxPython 2.8.12.1
And same in Ubuntu 12.10, Python 2.7.3 (32bit), wxPython 2.8.12.1

--
Robin Dunn
Software Craftsman