[IronPython] Blocker: ProcessDialogKey on TextBox subclass

Dan Eloff dan.eloff at gmail.com
Fri Nov 28 16:56:34 CET 2008


On Fri, Nov 28, 2008 at 8:00 AM, Glenn Jones
<glenn.k.jones+ipy at gmail.com> wrote:
> This is likely to block our progress on porting Resolver One to IPy2 unless
> there is a different way of accomplishing the same thing.
>

How about clr.StrongBox[TextBox](self).ProcessDialogKey(key) ? I
really have no idea what StrongBox does or how it works, but this
seems to call TextBox.ProcessDialogKey.

-Dan



More information about the Ironpython-users mailing list