You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(60) |
Jul
(35) |
Aug
(32) |
Sep
(5) |
Oct
(5) |
Nov
(58) |
Dec
(34) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(114) |
Feb
(184) |
Mar
(153) |
Apr
(90) |
May
(153) |
Jun
(59) |
Jul
(24) |
Aug
(43) |
Sep
(17) |
Oct
(34) |
Nov
(11) |
Dec
(204) |
2007 |
Jan
(84) |
Feb
(119) |
Mar
(38) |
Apr
(28) |
May
(52) |
Jun
(105) |
Jul
(64) |
Aug
(67) |
Sep
(14) |
Oct
(3) |
Nov
(28) |
Dec
(55) |
2008 |
Jan
(228) |
Feb
(55) |
Mar
(30) |
Apr
(30) |
May
(15) |
Jun
(20) |
Jul
(12) |
Aug
(3) |
Sep
(13) |
Oct
(54) |
Nov
(35) |
Dec
(35) |
2009 |
Jan
(19) |
Feb
(20) |
Mar
(34) |
Apr
(4) |
May
(60) |
Jun
(25) |
Jul
(16) |
Aug
(51) |
Sep
(19) |
Oct
(62) |
Nov
(21) |
Dec
(12) |
2010 |
Jan
(1) |
Feb
|
Mar
(4) |
Apr
(12) |
May
(23) |
Jun
(13) |
Jul
(1) |
Aug
(40) |
Sep
(18) |
Oct
(21) |
Nov
(26) |
Dec
(34) |
2011 |
Jan
(17) |
Feb
(23) |
Mar
(1) |
Apr
(10) |
May
(1) |
Jun
(5) |
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(43) |
2012 |
Jan
(5) |
Feb
(19) |
Mar
(6) |
Apr
(24) |
May
(39) |
Jun
(83) |
Jul
(29) |
Aug
(36) |
Sep
(64) |
Oct
(55) |
Nov
(12) |
Dec
(7) |
2013 |
Jan
(17) |
Feb
(10) |
Mar
(37) |
Apr
(27) |
May
(13) |
Jun
(9) |
Jul
(7) |
Aug
(61) |
Sep
(23) |
Oct
(23) |
Nov
(30) |
Dec
(16) |
2014 |
Jan
(23) |
Feb
(13) |
Mar
(9) |
Apr
(17) |
May
(2) |
Jun
(11) |
Jul
(2) |
Aug
|
Sep
(9) |
Oct
(24) |
Nov
(2) |
Dec
(14) |
2015 |
Jan
(6) |
Feb
(4) |
Mar
(17) |
Apr
|
May
(7) |
Jun
(3) |
Jul
|
Aug
|
Sep
(2) |
Oct
(21) |
Nov
(6) |
Dec
(2) |
2016 |
Jan
(4) |
Feb
(2) |
Mar
(7) |
Apr
(3) |
May
(11) |
Jun
(6) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(4) |
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
(8) |
4
(1) |
5
(1) |
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
From: Jens M. <jen...@gm...> - 2011-04-05 23:04:25
|
John Labenski wrote: > On Sun, Apr 3, 2011 at 5:11 AM, Jens Mueller <jen...@gm...> wrote: > > Thanks for your answer. > > Show() works but I need full screen. It seems that ShowFullScreen() is > > not supposed to work on Linux (wxcore_appframe.i has %win in front of > > ShowFullScreen). But I found some posts where it was used on Linux. > > I removed the %win and > > $ lua -e"rulesFilename=\"wxwidgets/wxcore_rules.lua\"" genwxbind.lua > > $ make > > > > But still the same. I think wxWidgets supports full screen on Linux > > (http://docs.wxwidgets.org/stable/wx_wxtoplevelwindow.html#wxtoplevelwindowshowfullscreen) > > It does, but it didn't when the bindings were written. You can simply > remove the %win as you did and rebuild the bindings. > > > Maybe I did something wrong while configuring. > > You should use the Makefile in the bindings directory to properly > rebuild the bindings. First at least have Lua compiled then run "make > -B" to rebuild. I completely missed the Makefile in the bindings directory. I just read in the documentation about the manual way. > In any case, the bindings have be fixed in CVS. Great. Jens |
From: John L. <jla...@gm...> - 2011-04-04 00:56:21
|
On Sun, Apr 3, 2011 at 5:11 AM, Jens Mueller <jen...@gm...> wrote: > Thanks for your answer. > Show() works but I need full screen. It seems that ShowFullScreen() is > not supposed to work on Linux (wxcore_appframe.i has %win in front of > ShowFullScreen). But I found some posts where it was used on Linux. > I removed the %win and > $ lua -e"rulesFilename=\"wxwidgets/wxcore_rules.lua\"" genwxbind.lua > $ make > > But still the same. I think wxWidgets supports full screen on Linux > (http://docs.wxwidgets.org/stable/wx_wxtoplevelwindow.html#wxtoplevelwindowshowfullscreen) It does, but it didn't when the bindings were written. You can simply remove the %win as you did and rebuild the bindings. > Maybe I did something wrong while configuring. You should use the Makefile in the bindings directory to properly rebuild the bindings. First at least have Lua compiled then run "make -B" to rebuild. In any case, the bindings have be fixed in CVS. Regards, John |
From: Lostgallifreyan <z....@bt...> - 2011-04-03 12:50:01
|
Jens Mueller <jen...@gm...> wrote: (03/04/2011 13:04) >I was linking against the wrong library. The fix is to remove %win as >I said some mails ago. I'd like to push this upstream. Is it okay to >send this little patch to the list to get it applied? >I'm still wondering why ShowFullScreen() is only enabled for Windows. > I think John Labensky will know. I'm wondering why serial ports don't happen in wxLua, but that's another matter. :) |
From: Jens M. <jen...@gm...> - 2011-04-03 12:04:57
|
Jens Mueller wrote: > Lostgallifreyan wrote: > > > > Jens Mueller <jen...@gm...> wrote: > > (03/04/2011 10:11) > > > > >Show() works but I need full screen. It seems that ShowFullScreen() is > > >not supposed to work on Linux (wxcore_appframe.i has %win in front of > > >ShowFullScreen). But I found some posts where it was used on Linux. > > > > If it does get awkward, doing it in wxLua code might be ok, if not so > > tidy. Set the frame style to 0 instead of wx.wxDEFAULT_FRAME_STYLE, > > then later use FRAME:Move(0,0) FRAME:SetSize(wx.wxDisplaySize()) > > FRAME:Show(true). This might be enough if you don't want to alternate > > between full screen and windowed display. > > > > I don't think the style can be set after frame creation, and > > compensating for sizes of side bars and setting client area and > > position to match full screen area makes this workround become > > unfeasible. Even in the simplest form, it leaves you having to write > > your own code to do basic things the frame styles normally allow, like > > closing the program with the mouse, etc... Not a problem if you were > > going to do that anyway though. > > I just checked ShowFullScreen on Linux directly using WxWidgets in C++ > to verify that full screen works on Linux. Since this works I must be > doing something wrong when trying to make ShowFullScreen available in > bindings/wxwidgets/wxcore_appframe.i. I was linking against the wrong library. The fix is to remove %win as I said some mails ago. I'd like to push this upstream. Is it okay to send this little patch to the list to get it applied? I'm still wondering why ShowFullScreen() is only enabled for Windows. Jens |
From: Jens M. <jen...@gm...> - 2011-04-03 11:42:25
|
Lostgallifreyan wrote: > > Jens Mueller <jen...@gm...> wrote: > (03/04/2011 10:11) > > >Show() works but I need full screen. It seems that ShowFullScreen() is > >not supposed to work on Linux (wxcore_appframe.i has %win in front of > >ShowFullScreen). But I found some posts where it was used on Linux. > > If it does get awkward, doing it in wxLua code might be ok, if not so > tidy. Set the frame style to 0 instead of wx.wxDEFAULT_FRAME_STYLE, > then later use FRAME:Move(0,0) FRAME:SetSize(wx.wxDisplaySize()) > FRAME:Show(true). This might be enough if you don't want to alternate > between full screen and windowed display. > > I don't think the style can be set after frame creation, and > compensating for sizes of side bars and setting client area and > position to match full screen area makes this workround become > unfeasible. Even in the simplest form, it leaves you having to write > your own code to do basic things the frame styles normally allow, like > closing the program with the mouse, etc... Not a problem if you were > going to do that anyway though. I just checked ShowFullScreen on Linux directly using WxWidgets in C++ to verify that full screen works on Linux. Since this works I must be doing something wrong when trying to make ShowFullScreen available in bindings/wxwidgets/wxcore_appframe.i. Jens |
From: Jens M. <jen...@gm...> - 2011-04-03 10:35:18
|
Lostgallifreyan wrote: > > Jens Mueller <jen...@gm...> wrote: > (03/04/2011 10:11) > > >Show() works but I need full screen. It seems that ShowFullScreen() is > >not supposed to work on Linux (wxcore_appframe.i has %win in front of > >ShowFullScreen). But I found some posts where it was used on Linux. > > If it does get awkward, doing it in wxLua code might be ok, if not so > tidy. Set the frame style to 0 instead of wx.wxDEFAULT_FRAME_STYLE, > then later use FRAME:Move(0,0) FRAME:SetSize(wx.wxDisplaySize()) > FRAME:Show(true). This might be enough if you don't want to alternate > between full screen and windowed display. > > I don't think the style can be set after frame creation, and > compensating for sizes of side bars and setting client area and > position to match full screen area makes this workround become > unfeasible. Even in the simplest form, it leaves you having to write > your own code to do basic things the frame styles normally allow, like > closing the program with the mouse, etc... Not a problem if you were > going to do that anyway though. Yeah. I want to switch between full screen and window. So this is odd. But thanks for your suggestion. I wonder why there is no ShowFullScreen() on Linux. Jens |
From: Lostgallifreyan <z....@bt...> - 2011-04-03 10:16:15
|
Jens Mueller <jen...@gm...> wrote: (03/04/2011 10:11) >Show() works but I need full screen. It seems that ShowFullScreen() is >not supposed to work on Linux (wxcore_appframe.i has %win in front of >ShowFullScreen). But I found some posts where it was used on Linux. If it does get awkward, doing it in wxLua code might be ok, if not so tidy. Set the frame style to 0 instead of wx.wxDEFAULT_FRAME_STYLE, then later use FRAME:Move(0,0) FRAME:SetSize(wx.wxDisplaySize()) FRAME:Show(true). This might be enough if you don't want to alternate between full screen and windowed display. I don't think the style can be set after frame creation, and compensating for sizes of side bars and setting client area and position to match full screen area makes this workround become unfeasible. Even in the simplest form, it leaves you having to write your own code to do basic things the frame styles normally allow, like closing the program with the mouse, etc... Not a problem if you were going to do that anyway though. |
From: Jens M. <jen...@gm...> - 2011-04-03 09:11:19
|
Lostgallifreyan wrote: > I'm using W98 so I can't check all of that, but the stuff below > 'require...' is ok. ShowFullScreen() works on W98, so it looks like > your install isn't finding some file that defines it. Try it with just > Show(). I haven't got source files here so I don't know if the two > methods are defined in the same file, but the test is simple and might > reveal something. Thanks for your answer. Show() works but I need full screen. It seems that ShowFullScreen() is not supposed to work on Linux (wxcore_appframe.i has %win in front of ShowFullScreen). But I found some posts where it was used on Linux. I removed the %win and $ lua -e"rulesFilename=\"wxwidgets/wxcore_rules.lua\"" genwxbind.lua $ make But still the same. I think wxWidgets supports full screen on Linux (http://docs.wxwidgets.org/stable/wx_wxtoplevelwindow.html#wxtoplevelwindowshowfullscreen) Maybe I did something wrong while configuring. Jens |
From: Lostgallifreyan <z....@bt...> - 2011-04-03 00:42:39
|
I'm using W98 so I can't check all of that, but the stuff below 'require...' is ok. ShowFullScreen() works on W98, so it looks like your install isn't finding some file that defines it. Try it with just Show(). I haven't got source files here so I don't know if the two methods are defined in the same file, but the test is simple and might reveal something. Jens Mueller <jen...@gm...> wrote: (03/04/2011 01:06) > >Hi, > >I'm new to Lua and new to wxlua. I'm developing on Linux and did >$ ./configure >$ make >which worked. > >But the following simple script with ShowFullScreen won't work. >test.lua: >#!/usr/bin/env lua >package.cpath = package.cpath..";wxLua/lib/?.so;" >require("wx") > >frame = wx.wxFrame(wx.NULL, wx.wxID_ANY, "test", wx.wxDefaultPosition) >frame:ShowFullScreen(true) >wx.wxGetApp():MainLoop() > >$ ./test.lua >lua: ./test.lua:6: wxLua: Unable to call an unknown method >'ShowFullScreen' on a 'wxFrame' type. >stack traceback: > [C]: ? > ./test.lua:6: in main chunk > [C]: ? > >Any ideas what I'm doing wrong? > >Jens > >------------------------------------------------------------------------------ >Create and publish websites with WebMatrix >Use the most popular FREE web apps or write code yourself; >WebMatrix provides all the features you need to develop and >publish your website. http://p.sf.net/sfu/ms-webmatrix-sf >_______________________________________________ >wxlua-users mailing list >wxl...@li... >https://lists.sourceforge.net/lists/listinfo/wxlua-users |
From: Jens M. <jen...@gm...> - 2011-04-03 00:06:18
|
Hi, I'm new to Lua and new to wxlua. I'm developing on Linux and did $ ./configure $ make which worked. But the following simple script with ShowFullScreen won't work. test.lua: #!/usr/bin/env lua package.cpath = package.cpath..";wxLua/lib/?.so;" require("wx") frame = wx.wxFrame(wx.NULL, wx.wxID_ANY, "test", wx.wxDefaultPosition) frame:ShowFullScreen(true) wx.wxGetApp():MainLoop() $ ./test.lua lua: ./test.lua:6: wxLua: Unable to call an unknown method 'ShowFullScreen' on a 'wxFrame' type. stack traceback: [C]: ? ./test.lua:6: in main chunk [C]: ? Any ideas what I'm doing wrong? Jens |