Re: [wxlua-users] How to accept drag and drop files on all platforms?

2013-09-08 Thread John Labenski
On Mon, Aug 26, 2013 at 12:14 AM, Paul K paulclin...@yahoo.com wrote: Hi John, Sorry yes, I looked into this, but it does require a few more virtual functions in wxFileDropTarget. I believe that it should be pretty easy. Are you saying that it would be pretty easy for you to add them or

Re: [wxlua-users] How to call OnLinkClicked for wxLuaHtmlWindow?

2013-09-08 Thread John Labenski
On Thu, Aug 29, 2013 at 9:32 PM, Paul K paulclin...@yahoo.com wrote: Hi John, I've been trying to add some reaction based on link clicked in wxLuaHtmlWindow and can't figure out how to set it. This is what I've tried: wx.wxLuaHtmlWindow.OnLinkClicked = function(self, link) -- do

[wxlua-users] Can't call some wxKeyboardState methods on wxMouseEvent, but should

2013-09-08 Thread Paul K
Hi John, I'm trying to call wx.wxMouseEvent():GetModifiers(), but get wxLua: Unable to call an unknown method 'GetModifiers' on a 'wxMouseEvent' type. wxMouseEvent is inherited from wxKeyboardState (among other things), so it should definitely work. In fact, I can call some methods (like