Ed, Is part of the problem that line 1550 of dGrid.py has an extra carriage return? Note the error line in the traceback seem to be only part of a statement
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: Friday, April 13, 2007 11:51 PM To: Dabo Users list Subject: Re: [dabo-users] Error when adding grid object to desiger file On Apr 13, 2007, at 11:36 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > File "d:\dabo\dabo\ui\uiwx\dGrid.py", line 3920, in _setSelectionMode > > self.SetSelectionMode(wx.grid.Grid.wxGridSelectCells) > > File "c:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\grid.py", > line > 1184, in SetSelectionMode > > return _grid.Grid_SetSelectionMode(*args, **kwargs) This makes no sense to me. The call to SetSelectionMode on line 3920 is wrapped in a try/except block, specifically for the case where the internals of the grid control haven't yet been created. I just tried to duplicate this, and could not. Can you create a ticket, and attach your cdxml file? -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ 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/dabo-users/63D346CF-D6FB-408E-BB17-5B43D83B5 [EMAIL PROTECTED] -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/759 - Release Date: 12-Apr-2007 7:58 PM -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/759 - Release Date: 12-Apr-2007 7:58 PM _______________________________________________ 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/dabo-users/!&[EMAIL PROTECTED]
