Possible bug in wxGlade 9.0b1 for wxPython
William Luitje <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <CACDBsVU3Po66UrMc3HyFpXfvry1+MjYXqvevFkrS-ekj__30Tw@mail.gmail.com> |
In my application I have a tab with a grid on it. There are 8 rows x 4 columns in the grid. The odd rows are filled with thumbnail images and the even rows have short descriptions. You can click on the thumbnail to get a bigger image in a separate window or you can click on a description to get an expanded text in a different separate window. With wxGlade v0.70 this was all working fine. I wanted to try the single window version so downloaded it & regenerated without making any changes to the app or to the wxGlade configuration. However, after doing this the image grid stopped working. You couldn't see anything in any of the rows and clicking had no effect. In looking at the generated code I noticed that the old wxGlade generated the line self.grdSCGallery.SetMinSize((-1, -1)) in the GUI initialization for the grid, whereas the new code did not. I tried inserting this line after the end of the wxGlade generated initialization code and the application then worked as it used to. I'm not sure if you would consider this a bug or not but I thought I would report it. BTW I like the single window version of wxGlade, even in its beta state. Thank you for that. _______________________________________________ wxGlade-general mailing list wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/wxglade-general