Abooow786

Results 6 comments of Abooow786

My lua Code: > > require("wx") > > MyApp = wx.wxApp(false) > > --creating all wxelements > frame = wx.wxFrame(wx.NULL, wx.wxID_ANY, "wxLua Frame", wx.wxDefaultPosition, wx.wxSize(400, 300)) > window = wx.wxWindow(frame,...

Hmmm tried some things but still is not working. I just tried to create a wxWindow in C++ and send it to lua. As soon as i call a function...

So for some Idea what my comment before meant. I wrote a function giveWindow() in c++. This function just creates a wxWindow and return it. > require("wx") > ab =...

Yes right. Thats what i meant with some ‚conversion‘ which misses. And Idea how to pull that of? wxluaT_pushuserdatatype with a function that? Did try it but could‘t get ot...

Hmm i just built the source code like it is. So this functionality is is not supported from the beginning? I‘m a little unsecure about the bindung. Where do i...

Thanks for your help. I still could not do it. So i just wrote some new functions and included them to the wx.dll which later will be used by lua.