On Wed, Sep 15, 2004 at 07:54:44PM +0100, Robert Shearman wrote:
Hi,
This is a large patch that rewrites a lot of the layout and button state code in the pager control.
Cool stuff. While this is still fresh in your mind, an audit against comctrl v6.0 would be good too... :)
Dimitrie O. Paun wrote:
On Wed, Sep 15, 2004 at 07:54:44PM +0100, Robert Shearman wrote:
Hi,
This is a large patch that rewrites a lot of the layout and button state code in the pager control.
Cool stuff. While this is still fresh in your mind, an audit against comctrl v6.0 would be good too... :)
Hehe, I knew this was coming. Sure.
Rob
What does an audit against comctrl v6.0 entail?
On Wed, 15 Sep 2004 21:36:14 +0100, Robert Shearman rob@codeweavers.com wrote:
Dimitrie O. Paun wrote:
On Wed, Sep 15, 2004 at 07:54:44PM +0100, Robert Shearman wrote:
Hi,
This is a large patch that rewrites a lot of the layout and button state code in the pager control.
Cool stuff. While this is still fresh in your mind, an audit against comctrl v6.0 would be good too... :)
Hehe, I knew this was coming. Sure.
Rob
James Hawkins wrote:
What does an audit against comctrl v6.0 entail?
Checking how complete the control is versus the latest build from Microsoft, then making a list of the missing messages, notifications and styles.
It's useful because they are so complex that if an app is misbehaving due to an unimplemented callback or style etc, you can go see what it might be.
Comctl 6 is the version that comes with Windows XP and is not redistributable. It's the one that implements theming.
thanks -mike