Re: [wxlua-users] How do I bring an inactive frame to the front when dragging a file to it?

2009-05-29 Thread John Labenski
On Fri, May 29, 2009 at 1:22 PM, lostgallifreyan wrote: > This looks like it should work, but it won't: >  INPUT:Connect(wx.wxEVT_ENTER_WINDOW,function(E)  FRAME:Show(true)   > FRAME:Raise(true)  end) > > > INPUT is a panel. I've confirmed it works. Actually the enter event is only > detected whe

Re: [wxlua-users] windows CE port

2009-05-29 Thread John Labenski
On Fri, May 29, 2009 at 3:45 PM, Ana Eun Mi Lee wrote: > Hi, > > I am trying to port wxLua to Windows CE. > > I know that wxWidgets supports Windows CE because I have already compiled > wxWidgets libraries to Windows CE and they worked. > > Can anyone tell me if it is possible to port wxLua to Win

Re: [wxlua-users] ANN: wxLua 2.8.10.0 release on Sourceforge.net

2009-05-29 Thread John Labenski
On Fri, May 29, 2009 at 1:49 PM, Pázmándi Attila wrote: > Hello! > First of all, thanks for the new release! Nice to see this :) I downloaded > the newest version, included the wxmsw28_vc_custom.dll in my application, > everything works well. But. I checked wxlua.wxLUA_VERSION_STRING and > wx.wxVE

[wxlua-users] windows CE port

2009-05-29 Thread Ana Eun Mi Lee
Hi, I am trying to port wxLua to Windows CE. I know that wxWidgets supports Windows CE because I have already compiled wxWidgets libraries to Windows CE and they worked. Can anyone tell me if it is possible to port wxLua to Windows CE? Thanks, Ana --

Re: [wxlua-users] ANN: wxLua 2.8.10.0 release on Sourceforge.net

2009-05-29 Thread John Labenski
On Thu, May 28, 2009 at 8:05 AM, lostgallifreyan wrote: > Please turn on your line wrap. > > The new error reporting method doesn't work well. While I know someone asked > for > it to print messages to the console, that's broken more than it fixed. Now, > if there's an > error, the program exi

Re: [wxlua-users] ANN: wxLua 2.8.10.0 release on Sourceforge.net

2009-05-29 Thread Pázmándi Attila
Hello! First of all, thanks for the new release! Nice to see this :) I downloaded the newest version, included the wxmsw28_vc_custom.dll in my application, everything works well. But. I checked wxlua.wxLUA_VERSION_STRING and wx.wxVERSION_STRING, I got 2.8.7.0 and 2.8.7. They aren't updated? About

[wxlua-users] How do I bring an inactive frame to the front when dragging a file to it?

2009-05-29 Thread lostgallifreyan
This looks like it should work, but it won't: INPUT:Connect(wx.wxEVT_ENTER_WINDOW,function(E) FRAME:Show(true) FRAME:Raise(true) end) INPUT is a panel. I've confirmed it works. Actually the enter event is only detected when I let go the dragged file, but that's ok. Trouble is, nothing wil