Am Samstag, 1. November 2008 15:34:31 schrieb Paul McNett:
> Sibylle Koczian wrote:
> > Am Mittwoch, 29. Oktober 2008 15:35:00 schrieb Sibylle Koczian:
> >> At the moment I'm back at revision 4571, but all other package versions
> >> are the same.
> >>
> >> Dabo version and related package versions:
> >>
> >> Platform: GTK
> >> Python Version: 2.5.2 on linux2
> >> Dabo Version: Version 0.8.4; Revision 4571
> >> UI Version: 2.8.9.1 on wxGTK (gtk2)
> >>
> >> wxPython: 2.8.9.1 installed
> >>
> >> wxGTK: 2.8.9.1 and 2.6.4.0-r3 installed
> >>
> >> gtk+: 2.12.11 and 1.2.10-r12 installed
> >>
> >> Architecture: x86. Python, wxPython and wxGTK are from the testing
> >> branch (~x86).
>
> Please update to dabo trunk and apply this patch to dGrid.py:
>
> Index: dabo/ui/uiwx/dGrid.py
> ===================================================================
> --- dabo/ui/uiwx/dGrid.py (revision 4629)
> +++ dabo/ui/uiwx/dGrid.py (working copy)
> @@ -3751,6 +3751,7 @@
> def __onWxHeaderPaint(self, evt):
> self.raiseEvent(dEvents.GridHeaderPaint, evt)
> updateBox = self._getWxHeader().GetUpdateRegion().GetBox()
> + evt.Skip()
> if sys.platform.startswith("win"):
> dabo.ui.callAfter(self._paintHeader, updateBox)
> else:
>
> (add the evt.Skip() under the updateBox assignment.)
> Did that fix anything?
>
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.
At the moment I'm trying to find a way to use Dabo together with another Linux
distribution (Suse, Kubuntu or Knoppix, whatever I can get to work) from a
Live CD. Because it seems much more probable that I somehow messed up my
Gentoo installation - but in a very inconspicuous manner, all things
considered.
Thank you,
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]