[IronPython] Using MyXaml and IronPython

Gerald Bauer luxorxul at yahoo.ca
Wed Sep 29 04:16:18 CEST 2004


Hello,

  I've started to try out MyXaml using IronPython. My
first experiment was just to load a MyXaml-encoded
Windows form using Python. Using the snippet below
everything works out fine:

---------------------------
import sys
sys.LoadAssemblyByName( "MyXaml" )

import MyXaml
dir( MyXaml )

p = MyXaml.Parser()

form = p.LoadForm(
"c:\src\myxaml\python\counter.myxaml", "AppMainForm",
None, None )
form.ShowDialog()
------------------------------

  If anyone else is interested using MyXaml and Python
together, let me know.

  - Gerald

---------------------------
Gerald Bauer
Rich Client Conference (RichCon) 2005 -
http://richcon.com
XUL News Wire - http://xulnews.com

______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca



More information about the Ironpython-users mailing list