On Sat, Oct 15, 2011 at 10:56 AM, Andre Arpin <[email protected]> wrote: > Got a problem with wxltreeitemdata:SetData("hello, I'm string data") > > since wxLuaTreeItemData is derived from wxClientData > and not wxStringClientData SetData is not available. > > Something seems to be out of sync...
The 2.8.10 version of wxLua only supports putting a double into it, this allows you to link it to a Lua table where you can put anything you like. http://wxlua.sourceforge.net/docs/wxluaref.html#wxLuaTreeItemData The next version of wxLua, 2.8.12 will support putting anything as the data, hopefully coming soon. Regards, John ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
