Re: [wxlua-users] wx 3.1

2014-04-01 Thread John Labenski
On Sun, Mar 30, 2014 at 6:32 PM, klaas.holwerda n...@klaasholwerda.nlwrote: Hi, The internal FindwxWidgets.cmake, should also contains lines like: wxbase31${_UCD}${_DBG} Updated. else it does not work for current wxWidgets svn. But even if that produces projects files with Cmake,

Re: [wxlua-users] How to provide wxApp::MacNewFile, wxApp::MacOpenFiles, and wxApp:MacReopenApp methods?

2014-04-01 Thread John Labenski
On Fri, Mar 28, 2014 at 3:11 PM, Joshua Jensen jjen...@workspacewhiz.comwrote: - Original Message - From: John Labenski Date: 3/28/2014 8:55 AM I added wxWebView support a while ago, but forgot to press send on my email. Let me know if it works for you. I just did the simplest test

Re: [wxlua-users] Fwd: How to create wxTreeEvent

2014-04-01 Thread Paul K
Hi John, I'm wondering why you want to create a wxTreeEvent? It was to trigger wxEVT_COMMAND_TREE_ITEM_ACTIVATED event manually: wx.wxTreeEvent(wx.wxEVT_COMMAND_TREE_ITEM_ACTIVATED, item_id). Try using item_id:GetValue(). Added in SVN. Thank you! Paul.