On Monday 13 October 2008 11:42, lkcl wrote: > i don't know if it _was_ detached from the layout, but it was > definitely still visible. see > http://pyjs.org/examples/gridtest/output/GridTest.html > for the example i was porting to pyqt4. each time i clicked "Next", a > new set of N,N would be _overlaid_ on top of the old ones, even though > i was doing removeItem().
Yes, it just sounds like you needed to delete the layouts after removing them. > the code's at http://lkcl.net/pyjamas-desktop/pyqt4.tgz I might take a look later in the week if the code in there is runnable. David -- http://mail.python.org/mailman/listinfo/python-list
