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
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
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
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
--
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
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
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