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.

Paul


_______________________________________________
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]

Reply via email to