Paul,
I think that I found part of the issue...when I step thru the code below,
the IF is evaluating to True, so the self._headerSizing attribute is not
getting set to True by the else statement.
dGrid.py line 2912
if not headerIsSizing and (
self.getColNumByX(x) ==
self.getColNumByX(x-2) == self.getColNumByX(x+2)):
When I change the x-2 and x+2 to x-5 and x+5 respectively, it seems to work.
Larry Long
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Paul McNett
Sent: Monday, August 13, 2007 3:14 PM
To: Dabo Users list
Subject: Re: [dabo-users] Resizing grid column width triggers column resort
[EMAIL PROTECTED] wrote:
> When I resize a column the sort column event is firing.
I don't see this. I tested using dabo/ui/uiwx/dGrid.py on both Windows and
Linux, using wxPython 2.8.
--
pkm ~ http://paulmcnett.com
[excessive quoting removed by server]
_______________________________________________
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]