> *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
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
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