From: SourceForge.net <no...@so...> - 2007-08-17 12:21:13
|
Bugs item #1776184, was opened at 2007-08-17 05:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=745324&aid=1776184&group_id=140042 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wx.wxXmlDocument SetRoot Initial Comment: Function SetRoot in wx.wxXmlDocument dont work correct. Run this code two time (in wxluaedit.exe): local xml=wx.wxXmlDocument(); local root = wx.wxXmlNode(wx.wxXML_ELEMENT_NODE, "RootNode"); xml:SetRoot(root); and see exeption. Version - wxLua-2.8.4.1-MSW_bin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=745324&aid=1776184&group_id=140042 |