Re: [IronPython] Deprecation warning on Windows Form Double Buffered

2008-08-07 Thread Davy Mitchell
> *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Davy Mitchell > *Sent:* Thursday, August 07, 2008 12:54 PM > *To:* Discussion of IronPython > *Subject:* [IronPython] Deprecation warning on Windows Form Double > Buffered > > > > Hi All, > > With the

Re: [IronPython] Deprecation warning on Windows Form Double Buffered

2008-08-07 Thread Dino Viehland
Subject: [IronPython] Deprecation warning on Windows Form Double Buffered Hi All, With the following code I am getting a warning: DeprecationWarning: Accessing protected method DoubleBuffered from non-derived type Form import clr clr.AddReference('System.Windows.Forms') from System imp

[IronPython] Deprecation warning on Windows Form Double Buffered

2008-08-07 Thread Davy Mitchell
Hi All, With the following code I am getting a warning: DeprecationWarning: Accessing protected method DoubleBuffered from non-derived type Form *import clr clr.AddReference('System.Windows.Forms') from System import * from System.Windows.Forms import * class LDForm(Form): def __init__(self