[IronPython] Using ipy to "control" a form

Curt Hagenlocher curt at hagenlocher.org
Thu Apr 10 03:54:28 CEST 2008


Use ipyw.exe with Application.Run().

On Wed, Apr 9, 2008 at 6:51 PM, Greg Akins <angrygreg at gmail.com> wrote:

> I'm new to IronPython, so please forgive what may be a stupid question
>
> As I initially investigate IronPython, I assumed it would be possible
> to control a form from ipy
>
> So  I try something like
>
> form = Form1()
> form.Show() <- results in an error related to accessing an object
> after it's been destroyed
>
> or
>
> form = Form1()
> Application.Run(form)
>
> Which results in the commandline waiting for Application.Run to return.
>
> Is what I'm trying possible?  Can anyone to point me towards any examples?
>
> --
> Greg Akins
> Software Development Manager
> SSI Services
>
> http://kc.vanadium.com
> http://www.pghcodingdojo.org
> http://www.insomnia-consulting.org/monologue
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080409/1bcc3d57/attachment.html>


More information about the Ironpython-users mailing list