Am Sonntag, 2. November 2008 15:45:31 schrieb Paul McNett: > Sibylle Koczian wrote: > > I'm afraid it didn't. In the meantime I tried with a minimal application: > > two panels on the form, one contains a button, the other a dGrid created > > only with the ColumnCount given. No data, no headers (at least not > > explicitly defined). The panel with the grid is invisible when the > > application starts, clicking the button makes it visible: > > > > def onZeigeGitter(self, evt): > > print "Panel mit Grid sichtbar machen." > > self.pnGridID.Visible = True > > print "Panel mit Grid müsste sichtbar sein." > > > > In fact clicking the button crashes the application with the same error > > message as always (with your patch to dGrid.py applied). Both print > > statements are executed and appear in the console before the error > > message. > > Okay, please confirm that revision 4571 *does* work but 4572 *does not*. > If that's the case, the changes weren't that big and perhaps we can > find the line that is causing the problem. >
Yes, that is right. The dGrid problem starts with revision 4572. But: I just tried it with an OpenSuse LiveCD on the same machine. It was a hassle to get Dabo to work (a LiveCD isn't really very suited for the installation of additional packages), but when I finally had it, the demo, including the dGrid example, worked flawlessly. Just as it does on my old and slow Xubuntu machine. So it really seems to be my Gentoo installation and not a bug in Dabo. Could it be that it's a version of gcc which is too old? Gentoo uses 4.1.2, everything above that is marked as unstable. Suse 11.0 uses 4.3.1 (or possibly 4.3.2, not sure). Thank you for your help, Sibylle -- Dr. Sibylle Koczian _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
