XAML2CPP 1.0.1.0

Posted by Valter Minute on Geeks with Blogs See other posts from Geeks with Blogs or by Valter Minute
Published on Mon, 08 Mar 2010 12:57:10 GMT Indexed on 2010/03/11 4:40 UTC
Read the original article Hit count: 391

Filed under:

DSC02057 (Small)

I upgraded XAML2CPP to fix some bugs and support some new features that will be used in my next tutorial step (that I hope to publish very soon!).

Bug fixed:

  • the listbox selection changed event was generated with an incorrect prototype
  • events generated by the XAML tree root element (UserControl) were not handled.

New features:

  • XAML2CPP generates panels (dynamically generated XAML subtrees that may be added to a page) and user controls (those will be the object of my next post, stay tuned!).
  • XAML2CPPXRValue class has been added to XAML2CPPbase.h. This class will allow single-line declaration of XRValue objects (I’m lazy!) and destroys automatically objects and string XRValues when the object itself is destroyed.

You can download the latest XAML2CPP release here:
http://cid-9b7b0aefe3514dc5.skydrive.live.com/self.aspx/.Public/XAML2CPP.zip

© Geeks with Blogs or respective owner