[IronPython] question about code <-> designer transitions

Mohammed Khan mkhan at storediq.com
Wed Feb 11 17:56:17 CET 2009


Hi folks,

I just started using iron python studio a couple of days ago, so this may be a newbie question:

>From the code view, I added some code to the __init__ method, and some code to the initializecomponent method, when I go to the designer and change something (for eg the tabindex of a control) and go back to code view, I get one of two behaviors:

1.       The code I typed disappears, the other code remains intact.

2.       The __init__ method only contains a pass, ie it removes the call to initializecomponent.. this of course causes the app to come up with an empty form if I run it..

I appreciate any help on this matter,

Thanks,

moek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090211/204963c6/attachment.html>


More information about the Ironpython-users mailing list